.NET Blog

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

Hotfix for “Design view does not update HTML” and to “Designer inserts a lot of  “

A hotfix is now available for issues most commonly described as "I make changes in Design view but Source does not get updated" and "After certain actions designer inserts a lot of   in the page". This hotfix can be downloaded from: http://code.msdn.microsoft.com/KB967253/Release/ProjectReleases.aspx?ReleaseId=2845 http...

ASP.NET MVC 1.0 now Live!

ASP.NET MVC 1.0 is now Live.  You can download it right now here.  Also check out Phil Haack’s post on the release.  If you are new to MVC, please check out our previous posts for more information and links to many useful blogs and resources.  Alternatively, check out the official site for tutorials, videos, and more....

ASP.NET MVC Release Candidate 2

ASP.NET MVC Release Candidate 2 is live! Check out Phil Haack’s blog, Haacked.com, for information on the new installer and some other general release info. The release is mostly focused on responding to customer feedback but there are some minor tooling improvements and bug fixes that are worth calling out. Tooling Improvements And ...

VSDoc for jQuery 1.3.2 Now Available

jQuery 1.3 was released a little over a month ago.  The 1.3 release adds exciting features such as selector performance improvements, "live events" where events can be bound to both current and future elements, and more.  Version 1.3.2 was released a few days ago and fixes some bugs include one involving selector performance in IE. I...

IIS7 Load Balancing & Routing Module Now Available!

The IIS team has just shipped the Microsoft Application Request Routing 1.0 module for IIS7!!!Application Request Routing (ARR) enables Web server administrators and hosting providers and to increase Web application reliability and scalability through rule-based routing and load balancing of HTTP server requests. With ARR, administrators can ...

Web Deployment with VS 2010 and IIS

Today, deploying a web application is not as easy as it should be. Whether you are deploying your web to a shared hosting environment and paying monthly to maintain it OR whether you have a web server/s managed by your enterprise, there are a lot of manual steps involved in getting your application from point A to point B. If you are ...