Sign In
Web Development Tools @ Microsoft
Your official information source from the web development tools group at Microsoft.
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search Form
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tag Cloud
.NET
AJAX
Announcements
ASP.NET
CSS and HTML
Development
JScript
msnow
MVC
Orcas
Silverlight
tips and tricks
Vishal R. Joshi
Visual Studio
Visual Studio 2008
visual Studio 2008 sp1
Visual Studio 2010
Visual Web Developer
VS10
VS2008
VWD
WAP
Web
Web 2.0
Web Deployment
Monthly Archives
Archives
January 2012
(1)
September 2011
(6)
August 2011
(1)
June 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(5)
December 2010
(2)
November 2010
(4)
October 2010
(2)
September 2010
(3)
August 2010
(2)
July 2010
(1)
June 2010
(3)
May 2010
(6)
April 2010
(13)
March 2010
(9)
February 2010
(8)
November 2009
(1)
October 2009
(10)
September 2009
(5)
July 2009
(2)
June 2009
(10)
May 2009
(3)
April 2009
(4)
March 2009
(10)
February 2009
(6)
January 2009
(7)
December 2008
(2)
November 2008
(8)
October 2008
(10)
September 2008
(7)
August 2008
(9)
July 2008
(3)
June 2008
(7)
May 2008
(8)
April 2008
(7)
March 2008
(8)
February 2008
(6)
January 2008
(3)
December 2007
(6)
November 2007
(3)
October 2007
(2)
September 2007
(2)
August 2007
(3)
July 2007
(7)
June 2007
(6)
May 2007
(3)
April 2007
(5)
March 2007
(6)
February 2007
(3)
January 2007
(2)
December 2006
(3)
November 2006
(6)
October 2006
(1)
September 2006
(1)
August 2006
(4)
July 2006
(4)
June 2006
(1)
May 2006
(7)
April 2006
(3)
Browse by Tags
MSDN Blogs
>
Web Development Tools @ Microsoft
>
All Tags
>
asp.net mvc framework
Tagged Content List
Blog Post:
The Aspnet Compiler Build Task in Visual Studio 2010 ASP.Net MVC 2 Projects
Web Development Tools Microsoft
If you crack open the project file in an ASP.Net MVC 2 application (in notepad or unload your project and then click “ Edit *.proj” ), you will notice an interesting line. <MvcBuildViews>false</MvcBuildViews> This is an option to enable a post build task that will run the Asp_net...
on
14 May 2010
Blog Post:
ASP.Net MVC in Visual Studio 2010 Beta 2
Web Development Tools Microsoft
Visual Studio 2010 Beta 2 contains ASP.Net MVC 2 in the box so there is no need to install an out of band update to Visual Studio 2010 to develop ASP.Net MVC applications. Phil Haack posted about the in-box experience for Beta 2 andd also provides some info on how to upgrade your ASP.Net MVC 1 apps to...
on
23 Oct 2009
Blog Post:
Single Project Add View in ASP.Net MVC 2 Preview 2
Web Development Tools Microsoft
Last week we released ASP.Net MVC 2 Preview 2 for Visual Studio 2008 Sp1. In the box support for single project areas is now included and the Add View tool has been modified to streamline this scenario. A walkthrough that creates two simple single project areas can be found here . If you follow the steps...
on
15 Oct 2009
Blog Post:
ASP.Net MVC for Visual Studio 2010 Beta1 Codeplex
Web Development Tools Microsoft
ASP.Net MVC for Visual Studio 2010 is available for download here: http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28527 . There is no new functionality but you should be able to upgrade your applications to target the 4.0 framework (or leave them as is) if you would like to play...
on
17 Jun 2009
Blog Post:
Updated NUnit Templates for ASP.Net MVC 1.0 RTM
Web Development Tools Microsoft
ASP.Net MVC 1.0 RTM has been out for a while and I noticed that people are still downloading an NUnit sample project I created for ASP.Net MVC Preview 3. Since then an AccountController class and a corresponding set of unit tests have been added to the MVC Application project. I created an updated set...
on
28 Apr 2009
Blog Post:
ASP.NET MVC 1.0 now Live!
Web Development Tools Microsoft
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...
on
18 Mar 2009
Blog Post:
ASP.NET MVC Release Candidate 2
Web Development Tools Microsoft
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...
on
4 Mar 2009
Blog Post:
Hotfix Available for ASP.NET MVC Crashes With Azure/Power Commands/Resharper
Web Development Tools Microsoft
If you have been experiencing Visual Studio crashes when opening view pages in design view or having trouble installing ASP.NET MVC due to problems with third party add-ins such as Power Commands, please try out the just released CLR hotfix here: https://connect.microsoft.com/VisualStudio/Downloads...
on
3 Mar 2009
Blog Post:
Web Packaging: Creating web packages using MSBuild
Web Development Tools Microsoft
This post is next in the series of VS 2010 articles that we have been putting together to dive into the Web Deployment improvements with VS 2010 and IIS. I would recommend reading the the preceding posts to get an overview of all the scenarios supported: Web Deployment with VS 2010 and IIS Web...
on
24 Feb 2009
Blog Post:
ASP.NET MVC 1.0 Release Candidate now available in Web Platform Installer
Web Development Tools Microsoft
ASP.NET MVC 1.0 RC can now be installed with Web Platform Installer: http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx Here is a quick description of Web Platform Installer from the Web Platform Installer website: “The Web Platform Installer (Web PI) is a simple tool that...
on
30 Jan 2009
Blog Post:
T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers
Web Development Tools Microsoft
As mentioned in our recent blog post on the ASP.NET MVC Release Candidate , our code-generation features (namely, Add Controller and Add View) now use the T4 (Text Template Transformation Toolkit) templating technology behind the scenes. Because users can customize the templates to a great extent, we...
on
29 Jan 2009
Blog Post:
What’s New For MVC Tools in the ASP.NET MVC 1.0 Release Candidate
Web Development Tools Microsoft
The ASP.NET MVC 1.0 Release Candidate (RC) is finally out, and we wanted to give returning MVC users as well as new MVC users an overview of what the tooling in Visual Studio provides. The MVC 1.0 RC can be downloaded right now here ( Release Notes ). Please note that this release will work with both...
on
26 Jan 2009
Blog Post:
JScript IntelliSense FAQ
Web Development Tools Microsoft
I've been reading through the 70 or so comments on our last 2 jQuery posts. There have been a lot of great questions. Apologies for not being able to answer them sooner (I was busy preparing for Dev Connections). Instead of answering them inline with the comments, I'll try to paraphrase...
on
18 Nov 2008
Blog Post:
ASP.NET MVC Preview 3 Tooling Updates And Updated NUnit Test Project Templates
Web Development Tools Microsoft
Note: Please see this post for an updated set of templates created for ASP.NET MVC RTM: http://blogs.msdn.com/webdevtools/archive/2009/04/28/updated-nunit-templates-for-asp-net-mvc-1-0-rtm.aspx Earlier this week ScottGu announced the release of ASP.NET MVC Preview 3 and outlined some recent changes...
on
31 May 2008
Blog Post:
Catch our team at TechEd 2008 - Orlando.
Web Development Tools Microsoft
Every year we send a team to TechEds to meet you, our customers. They will be at the event site from 8.30 AM to 6.00 PM to answer your questions from June 3rd to June 6th. This time we have the following representatives at TechEd. ASP.NET Team: Kathy Carper, Scott Hunter, Simon Calvert, Clay Compton...
on
30 May 2008
Blog Post:
Tips & Tricks: Upgrading Projects from ASP.NET MVC Preview 1 to Preview 2 (MIX 2008)
Web Development Tools Microsoft
If you previously had ASP.NET MVC Preview 1 (CTP 1) and had already created a few projects on it then you might have to take this additional step to convert your project to ASP.NET MVC Preview 2 (MIX 2008) [After installing MVC Preview 2 ( Resources here )]. In ASP.NET MVC Preview 2 we introduced...
on
12 Mar 2008
Blog Post:
ASP.NET MVC Framework Preview 2 (Mix 2008) Resources
Web Development Tools Microsoft
I am attempting to compile the relevant resources for ASP.NET MVC Framework Preview 2 at one place so that you will not have to keep searching around... ASP.NET MVC Preview 2 Download Location: Preview 2 Download (English-US) - Microsoft.com download location to get the latest MVC bits... ASP...
on
7 Mar 2008
Blog Post:
Tooling Features Overview of ASP.NET MVC Framework for MIX 2008
Web Development Tools Microsoft
There has been a tremendous positive response on ASP.NET MVC Framework from the community since we released the December 2007 CTP of ASP.NET Extensions . With MIX 2008 coming closer our teams have been super busy in trying to bring out value additions to ASP.NET MVC Framework. ScottGu, in his ASP.NET...
on
17 Feb 2008
Page 1 of 1 (18 items)