InfoQ Homepage IDEs Content on InfoQ
-
Integrate JavaScript Tests Into Your Development Workflow
Chutzpah can run JavaScript tests from inside Visual Studio 2012. And TFS extends this by allowing you to run JavaScript Unit tests into your builds.
-
NuGet 2.0 Brings New Package Conventions, Still no Mono, Python, or C++ Support
Despite the version tag, NuGet 2.0 is actually a fairly minor release. Aside from improved tab completion in the package manager console, most of the changes revolve around packaging conventions.
-
Smart Continuous Test-Runner For .NET – For Free
Mighty-Moose, a continuous build and test-runner for .NET, now comes free of charge.
-
dotCover 2.0 Adds Integrated Unit Test Runner and Visual Studio 2012 Support
The code coverage utility dotCover 2.0 now includes an integrated unit test runner, rather than requiring ReSharper to run tests. It has been updated to support Visual Studio 2012 RC, and includes new attribute filters.
-
Visual Studio LightSwitch Adds HTML5/JavaScript Support
Microsoft announced that they are adding HTML5 and JavaScript support to Visual Studio LightSwitch, the rapid business-application development tool. LightSwitch applications will now be able to run on Android, iOS, and Windows devices, and will focus on touch capabilities.
-
Improving Responsiveness in Visual Studio 2012
Microsoft has spent time producing quantifiable editing performance improvements. By using an approach that combines an "Immediate Delay Tracker" and Event Tracing for Windows, solid gains have been reported.
-
Microsoft Test Manager 2012 Adds Manual Testing Support for Win8 Tablets
Of all the forms of testing there is one that simply cannot be skipped. It doesn’t matter how good your automated tests are, manual testing still has to be performed before an application ships. With the release of MS Test Manager 2012, Microsoft intends to make it manual tests significantly easier.
-
Round-Tripping: Using Visual Studio 2010 and 2012 on the Same Project
Visual Studio 2012 RC introduced a feature called "project round-tripping", which can make it possible for teams to work on a project in either Visual Studio 2010 or 2012. Microsoft states that most projects will work with round-tripping, though others like Visual Studio Installer, Windows Phone, and Windows Mobile are not yet supported.
-
Dependency Injection, Debugging added to T4 for Visual Studio 2012
There are quite a few improvements added to Visual Studio’s T4 system for Visual Studio 2012. The highlights include MEF support for deploying directive processors and easier debugging.
-
Visual Studio 11 Renamed "Visual Studio 2012", Release Candidate Now Available with .NET 4.5
Today Microsoft announced the availability of Visual Studio 2012 Release Candidate with .NET 4.5, formerly known as “Visual Studio 11”. This release includes performance improvements, a more "Metro-style" user interface, customized installation, and new Team Foundation Server features.
-
Microsoft Announces VS11 Lineup, Changes to Express Editions
Microsoft has announced its full Visual Studio 11 lineup, including some changes to how it manages the Express Editions. Windows XP continues to fade into the past as VS11 will provide limited support for this platform.
-
MonoDevelop 3.0 – Better Code Completion, Performance, Quick-Fix Suggestions
MonoDevelop 3.0 has been released and there are several new features that focus on performance and developer productivity, especially for C# developers.
-
Xamarin’s Mono for Android Now Includes a Visual Designer
Xamarin has announced a visual designer for their Mono for Android development tool integrated with Visual Studio or MonoDevelop.
-
Visual Studio 11: Colorful Metaphors Return in the Release Candidate
Developers spoke, and Microsoft listened, regarding the interface changes demonstrated in Visual Studio 11 Beta. InfoQ speaks with Microsoft about the newly announced UI changes coming in VS11's Release Candidate.
-
Microsoft to C99 Developers: Use ISO C++
Developers have long requested C99 language support for Visual Studio. Microsoft's Herb Sutter indicates this will not be forthcoming with VS11 and proposes two solutions: using ISO C++ compliant code or switch to a competitor's compiler.