If your company develops desktop applications for Windows, you're probably using Visual C++. This version of C++ contains special functions and objects to handle the Windows environment. These files, ...
Editor's note: I am pleased to bring you a new young blogger on Planet Analog, Tyler Deuty. He will be occasionally blogging and bringing us a really good perspective ...
You can simplify application deployment and customization greatly by keeping as many configuration settings as possible in a configuration file. Configuration files support XCOPY deployment, and you ...
If you’re not working from home already, you most likely will be very soon. The question then is, how can we use the tools we already have to still be able to build and ship code? VPNs and other ...
As promised in February, Microsoft embraced the wildly popular React JavaScript library in Visual Studio 2015 by providing built-in support for its JSX syntax. So I took it for a spin. It works.