BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Visual Studio Content on InfoQ

  • Build 2017 Day 1 Keynote Recap

    Microsoft's Build 2017 developer conference began today with an informative and wide-ranging presentation of new technologies for the artificial intelligence, Azure and the cloud, and developer tools. InfoQ was there to provide a running summary and key takeaways.

  • NuGet is Now Part of MSBuild

    After experimenting with a json-based project format, Microsoft has returned to MSBuild as the foundation for C# and VB project files. Along with that decision came the promise to implement many of the much-liked project.json features. Today we’re going to talk about one of these features, NuGet integration.

  • Microsoft to Offer Live Unit Testing in Visual Studio 2017

    With more features being pushed down into less expensive versions, Microsoft is always looking for ways to justify the hefty price tag for Visual Studio Enterprise Edition. New for this year, the headline feature is “live unit testing”.

  • Microsoft Open Sources Visual Studio Test

    Microsoft has open sourced their Visual Studio Test Platform (VS Test) used to run tests in many languages, collect diagnostic data and report the results.

  • Visual Studio Marketplace (mostly) Replaces VS Gallery

    Visual Studio has a new website for extensions. Known as Visual Studio Marketplace, this site aggregates extensions for the Visual Studio, Visual Studio Code, and Visual Studio Team Services.

  • JetBrains Rider: A New .NET IDE Based on IntelliJ and ReSharper

    JetBrains Rider was introduced in January of this year but spent the most part of the year in private Early Access Preview, not yet ready for the public. Now the EAP has been made available to everyone who wants to see what it is like to develop for .NET on the IntelliJ platform. There are some issues to be fixed before it becomes generally available but the tool is quite stable.

  • Microsoft to Announce Visual Studio for Mac

    The MSDN Blog briefly published a post on Visual Studio for Mac, then they took it down because the new product is supposed to be announced at Microsoft Connect(), which is to take place from Nov 16-18, 2016. A copy of the page can be accessed on Google’s cache.

  • VS Code Breaks NPM Registry

    Microsoft has launched VS Code 1.7.1, after breaking NPM registry with its 1.7 release. Project manager Wade Anderson said VS Code's Automatic Type Acquisition unintentionally flooded npm with requests for non-existent packages.

  • VS2015 Update 3 Focuses on Performance and Stability

    The full release of Visual Studio 2015 Update 3 has been made. Update 3 places a great emphasis on improving the stability of the product and reducing the amount of memory used by the IDE for solutions of all sizes. Other changes include better C++ support and better handling of product activation.

  • Taking a Look at Visual Studio 2015 Update 3 RC

    The Release Candidate for Visual Studio 2015 Update 3 has been released. This latest update includes several bits of polish and bug fixing.

  • Writing C++ for Linux on Visual Studio

    Visual Studio 2015 users have a new way to write C++ code for non-Windows environments. Thanks to the Visual C++ for Linux extension, VS2015 supports writing C++ code under Windows and then deploying that code to a Linux machine for compilation, execution, and debugging. New features increase the usefulness by adding a Linux Console Window and fixing several bugs.

  • May Release of Visual Studio Code

    The latest release of Visual Studio Code adds terminal support to the editor, bug fixes to several annoyances, and revised whitespace handling.

  • Macros Return to Visual Studio

    Writing macros to automate tasks was a popular feature in older versions of Visual Studio. Since Visual Studio 2012, macros have not been available but now a new extension promises to provide macros to users of Visual Studio 2013 & 2015.

  • Introducing the Roslyn Project System

    After 15 years, Microsoft is replacing the COM-based C# and Visual Basic project systems. The new system is being written in a mixture of Visual Basic and C# with an eye towards working outside of Visual Studio.

  • Microsoft Graph Unifies Access to All APIs

    At the Microsoft Build conference in San Francisco, InfoQ had the opportunity to speak with Gareth Jones, API architect for the Microsoft Graph API which aims at making life easier for developers by providing a unified API endpoint. With the prevalence of Microsoft products in most businesses around the world, it is interesting to see how Microsoft solves this issue at their scale.

BT