InfoQ Homepage Visual Studio Content on InfoQ
-
StickyNotes for Visual Studio 2008
StickyNotes is a Visual Studio plug-in allowing the creation of sticky notes attached to documents of a solution. There is a free community version and also a professional one.
-
WiX: The Future of Setup/Deployment Projects for Windows Developers
Setup/Deployment Projects are currently strongly tied to the Visual Studio IDE itself. This makes it unnecessarily difficult to build setup/deployment projects from tools such as NAnt and MSBuild. Microsoft will be addressing this by replacing the venerable tool with WiX, their open-source Windows Installer XML toolset.
-
LiveRun – Taking REPL One Step Sideways
Visual Studio doesn't have much support for REPL-style coding, which is unfortunate as the situations where that would be really useful aren't going away. As a work-around Lucian Wischik offers LiveRun, a VS plug-in that constantly runs a program as its being written. This makes for a useful, though not perfect, tool for presentations and just trying things out.
-
Presenting the VS 2010 Roadmap
Rico Mariani, Chief Architect of Visual Studio, talks about the long term plans for Visual Studio 2010. His emphasis is on two key areas, extensibility and performance.
-
CodeRush Xpress for C# Freely Available
DevExpress has announced the availability of CodeRush Xpress for C#, a free add-in for Visual Studio 2008. CodeRush Xpress offers code navigation features like Highlight All References, Smart Clipboard Operations, Generate from Using (TDD), and 25 code refactoring features like Make Explicit, Make Implicit, Name Anonymous Type, and others.
-
.NET 4.0 CTP, Visual Studio 2010 CTP and Azure Tools CTP Are Available
Microsoft has announced the availability of the next generation of .NET Framework 4.0 CTP, Visual Studio 2010 CTP and the new Windows Azure Tools for VS CTP during PDC 2008.
-
Introducing Windows Azure - Cloud Services Platform!
Microsoft unveiled a major initiative today: Windows Azure. Azure is a "cloud services operating system": specifically, a single platform providing complete cloud-based development, hosting, and management services -- services for .NET managed code, SQL Server, and enterprise applications like Active Directory. Azure represents a fundamental shift in MS towards embracing cloud computing.
-
Visual Studio 2010 Feature Focus: Profiling and Debugging Parallel Applications
Visual Studio 2010 will bring a new focus on profiling and debugging parallel applications. These include tools for debugging code in terms of tasks instead of threads and profilers that show how efficiently the OS is scheduling threads.
-
Ruby in Steel - Free Edition includes Visual Studio
The latest free edition of Ruby In Steel now includes a free copy of Visual Studio. SapphireSteel Software released this free edition of their flagship Ruby and Rails IDE for Microsoft Visual Studio 2008, Ruby In Steel.
-
Microsoft Announces the Next Generation of Visual Studio
Microsoft has unveiled Visual Studio 2010 and .NET Framework 4.0.
-
Book Spotlight: Visual Studio 2008 Unleashed
Mike Snell and Lars Powers tackle developer productivity with their recent book "Visual Studio 2008 Unleashed" by Sams Publishing. Included is a sample chapter for download, Chapter 10 on Debugging.
-
Remote Linux Debugging in Visual Studio
One of the biggest selling points for Visual Studio is its debugging experience. Even some of the most ardent critics of Microsoft's development tools reluctantly acknowledge its capabilities. Recently Miguel de Icaza's announced that the Mono team intends to leverage this power to improve debugging Mono applications running on Linux.
-
MacRuby 0.3 Release Brings Interface Builder Support, HotCocoa for GUI Building
MacRuby 0.3 was released with many improvements, among them support for GUIs built with the InterfaceBuilder. Also: HotCocoa, a Builder-style API for Cocoa GUIs is shipped with the new release of MacRuby.
-
AnkhSVN 2.0 Source Code Control Package (SCC) for Visual Studio
AnkhSVN started as a Visual Studio add-in, which allowed to work on a Subversion (SVN) version-controlled project from within Visual Studio. Release 2.0 is a complete rewrite of the core engine, which is delivered as a free Source Code Control Package (SCC) for Visual Studio 2005 and 2008.
-
Introducing Boo Lang Studio
The first alpha release of Boo Lang Studio is available on CodePlex. This Visual Studio add-on strives to offer first class IDE support for Boo, a relatively new .NET language that while inspired by Python, is statically typed.