InfoQ Homepage Visual Studio Content on InfoQ
-
Preview of Visual Studio 11: Agile Support, Group Collaboration, and Clone Detection
VS11 will provide new tools that expedite unit testing, refactoring, and easier communication across the entire development team. These new components are intended to benefit everyone from developers, and testers to those deploying and maintaining the resulting application.
-
Preview of Visual Studio 11: DirectX and SharePoint Features
Visual Studio 11 will introduce some new editor features intended to make developing for DirectX and SharePoint easier.
-
Mono for Android 4.0 Comes with Incremental Build and Deployment
Mono for Android 4.0 comes with a VS plug-in, incremental build, incremental deployment, installer with all packages needed, Google Maps integration, and support for Java 7. Miguel de Icaza explains how incremental build and deployment works, and how much they help.
-
Preview of Visual Studio 11: Wither Performance?
Previous articles in our mini-series on the upcoming Visual Studio 11 have discussed new features of the supported programming languages and the IDE. Today we'll take a look at another important aspect that affects all developers using Visual Studio: performance.
-
PowerGUI brings PowerShell scripting support to Visual Studio
PowerGUI brings PowerShell scripting support to Visual Studio. This extension by Quest Software leverages the PowerGUI standalone tool to provide syntax highlighting, IntelliSense, debugging and more for PowerShell scripts inside Visual Studio.
-
Preview of Visual Studio 11: New IDE Features
Our Visual Studio 11 preview continues with an overview of some new features of the Visual Studio 11 IDE.
-
Preview of Visual Studio 11: New Programming Language Features
Each release of the Visual Studio environment typically introduces new features to both its IDE and the programming languages it supports. S. Somasegar, Vice President of Microsoft's Developer Division recently presented some of the new programming language features coming in Visual Studio 11.
-
Building Visual Studio Extensions with Roslyn
Yesterday we talked about the Roslyn Compiler and Workspace APIs. Today we take a look at the Roslyn Service APIs and how they can be used to extend Visual Studio. The extensions we will look at today are Code Issue, Quick Fix, Code Refactoring, Completion Provider, and Outliner.
-
Macros Have Been Dropped from Visual Studio 11
As of version 11, macros will no longer be available in Visual Studio. This marks the first version in nearly a decade to not allow for crating ad-hock extensions to the IDE. Fully compiled extensions can still be created and new project templates are included to make that process much easier.
-
Visual Studio 11 Preview is Now Available
The Visual Studio 11 preview is now available for MSDN subscribers with a general release planned in the next few days. Here is a brief summary of the features they are showing off at Build.
-
Visual Studio vNext Code Editor Improvements for C++
Sumit Kumar on the VC++ team has revealed some of the new IDE features for the next version of Visual Studio. While some of them are merely catching up to VB/C#, others suggest new features that all of the languages could take advantage of.
-
Official Support for Jython in Visual Studio
Python Tools for Visual Studio, which has its first production release today, now supports all four major Python interpreters, CPython, IronPython, Jython, and PyPy. It is available with the free Visual Studio Integrated Shell or as a plugin for Visual Studio Professional.
-
LightSwitch 2011: Truly "Coding Optional"?
Visual Studio LightSwitch 2011, the development tool intended to help non-developers produce business applications, was released earlier this month. Ever since the beta release last year, it has been the subject of some debate over the intended audience for the product.
-
Update to .NET Framework 4
A General Distribution Release of .NET 4 was published on the 11th of June. This includes numerous fixes and features, many of which were previously published as individual hot fixes. There are also updates to the HTML 5 and portable library support. For your convenience we have sorted the fix list by technology. For the complete list, including file versions, see KB 2468871.
-
Packaging Visual Studio Help Files
If you are offering a commercial or open source library for .NET developers, including an integrated help file is a great way to show your professionalism. It can also be handy when working on a framework that is reused across a company’s internal applications. In a recent article Jeff Braaten explains the process of creating Visual Studio Help Files.