Visual Studio 2017 Launch Event and 20th Anniversary

Software Events, Software Releases
Visual Studio 2017 Launch Event and 20th Anniversary The announcement that Visual Studio 2017 will be released on March 7 was released on the Microsoft web site. Over the years, Visual Studio grew from an IDE to a suite of products and services, including Visual Studio Team Services, Visual Studio Code, and many others. The family of Visual Studio products extends across platforms, enabling developers to build mobile-first, cloud-first apps that span Android, iOS, Linux, MacOS, and Windows. It also offers industry-leading DevOps practices across all types of projects, as well as tight integration with the Azure cloud. On March 7, Microsoft is proud to bring you the newest release, Visual Studio 2017, with a livestreamed two-day launch event at https://launch.visualstudio.com. Brian Harry, Miguel de Icaza, and Scott Hanselman will…
Read More

Code Analysis what does it do for your application ?

Computer PC Tips - bits and bytes, Software development Concepts, Software Releases
Code Analysis what does it do for your application ? When developing an application you want to provide the best solution for your clients.  This means you need to evaluate current or possible future defects in your source code.  This is a reality during the development stage and is highly recommend that this is implemented in all cases. Necessary steps to do during the code analysis Identify potential errors and oddities. Identify from the produce warnings on why and how you can remove them. Check your code for coding convention compliance. Team code review. There are numerous packages that can be purchased to do simple to deep analysis.  Some packages are installed with the IDE you are using or are external but all have the similar need.  They have to…
Read More