What are some cool, new things for Visual Studio 2005 ?
Recently I gave a (lukewarm) presentation on some new and cool things for Visual Studio 2005. I presented a number of free and/or open source tools that have made the last few months of coding somewhat easier.
They include:
- The Microsoft Consolas Font Family is a set of highly legible fonts designed for ClearType. It is intended for use in programming environments and other circumstances where a monospaced font is specified. This installation package will set the default font for Visual Studio to Consolas.
This one is shareware for 30 days, but is fully functional. A brief pause on start up after 30 days until you register is the only downsite. $69 to register, and worth every penny.
- Enabling managed class library developers throughout the world to easily create accurate, informative documentation with a common look and feel.
- A GUI for creating projects to build help files with Sandcastle and a console mode tool to build them as well. Between this NDoc-like program, C#CommDog and Sandcastle (above), you can create MSDN quality documentation from even a very large DLL in only a few days. Building a compiled help file from XML comments for free !
Allows you to quickly script a SQL Server 2005 database to a series of DROP CREATE and INSERT statements that recreate not only the structure but the actual data in a database. This is a free command line utility from Microsoft.
Editing code snippet XML files can be cumbersome. Shipp Doggy Dogg makes the process much (MUCH) easier with a gui that allows you to forget about the details of the XML and just write the snippets you're looking for. This one is a free utility. You may also want to check out the Code Snippet Editor for Visual Basic 2005 from Microsoft (which works with C# snippets as well, but you have to add the folders to its GUI yourself).
- XML Notepad 2006 provides a simple intuitive user interface for browsing and editing XML documents. This one is a new utility from Microsoft and allows you to not only edit XML and XSL documents, but also validate and test xsl render as well. This is no XMLSpy, but it's not bad for being free.
- PowerToys for the Visual Studio 2005 Class Designer and Distributed System Designers: Workspace Home
In my presentation, I failed to mention a web site I found called DotNetSlackers: ASP.NET News For Lazy Developers which I thought was interesting.
0 Comments:
Post a Comment
<< Home