.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Silverlight 4 Tools Released

This morning we released Silverlight 4 Tools for Visual Studio 2010!The link to download and installs the tools is http://go.microsoft.com/fwlink/?LinkId=177508.  The tools will install: Note that this is the RC release of the Silverlight 4 tools. With these tools you can start developing Silverlight 4 applications ...

Connect

As hopefully most of you know, Microsoft has a site called Connect where customers can log bugs and suggestions (http://connect.microsoft.com/).  Issues for .NET can be found in the Visual Studio and .NET Framework feedback category (http://connect.microsoft.com/VisualStudio/Feedback) and can be logged from the main Visual Studio Connect ...

Visual Studio 2010 MVC 2 Upgrade Wizard

Prior to the RTM release of Visual Studio 2010, the only way to upgrade an ASP.Net MVC 1 application to ASP.Net MVC 2 was to use Eilon Lipton’s tool. With the release of Visual Studio 2010 you will now be able to open your MVC 1 projects in Visual Studio 2010 and upgrade them to ASP.Net MVC 2 projects. Also, you can upgrade the target ...

Visual Web Developer 2010 Express has Arrived!

Microsoft Visual Web Developer 2010 Express is a free and robust development environment for building, testing and deploying Web applications across the Microsoft Web Platform including ASP.Net, Internet Information Services and SQL Server. Unleash your creativity with powerful design surfaces for building standards-based Web applications and ...

Spell checker 2.3 for Visual Studio 2008 SP1

Minor update for the Spell checker add-in for VS 2008 SP1. It is now available at Visual Studio Gallery. Direct link: http://visualstudiogallery.msdn.microsoft.com/en-us/2f3d691d-8838-4d84-ad64-44a02db37e30What's new in version 2.3: You can find extended information on the add-in and possible customization in earlier post. For VS 2010 ...

Visual Web Developer Team is Hiring

We’re looking for someone who is passionate about web technologies and the developer experience.  If you’ve been an avid Visual Studio developer building great web applications and longed for an even more compelling experience in Visual Studio, Now is your chance.  Visual Studio already offers the one of the most ...

BCL CodePlex Site Launch

Today the BCL Team is launching a CodePlex site to host samples, previews, and prototypes.  You can find it at http://bcl.codeplex.com. This is a site for the BCL Team to get features to customers to try out without requiring a Beta or CTP of the .NET Framework.  Our goal is to put generally useful functionality on the CodePlex site...

Extending the Web Publishing Pipeline to package database project deployed SQL file

A Visual Studio solution file may contain both database project and a web application project.  When deploying (not building) the database project, it can generate a .sql file containing the full sql file or an incremental upgrade file against a database.  This blogs walkthrough one way to package database project generated sql file ...