Showing results for MVC - .NET Blog

Oct 15, 2009
0
0

Single Project Add View in ASP.Net MVC 2 Preview 2

Web Development Tools Microsoft
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 in the walkthrough you will notice that Add C...

ASP.NET
Jun 17, 2009
0
0

ASP.Net MVC for Visual Studio 2010 Beta1 Codeplex

Web Development Tools Microsoft
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 with ASP.Net MVC on Dev10. Please read the release no...

ASP.NET
Apr 28, 2009
0
0

Updated NUnit Templates for ASP.Net MVC 1.0 RTM

Web Development Tools Microsoft
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 of NUnit templates with tests for the Home and ...

ASP.NET
Mar 18, 2009
0
0

ASP.NET MVC 1.0 now Live!

Web Development Tools Microsoft
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, and more.MSDN ...

ASP.NET
Mar 4, 2009
0
0

ASP.NET MVC Release Candidate 2

Web Development Tools Microsoft
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 out. Tooling Improvements And Important Fixes...

ASP.NET
Mar 3, 2009
0
0

Hotfix Available for ASP.NET MVC Crashes With Azure/Power Commands/Resharper

Web Development Tools Microsoft
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/DownloadDetails.aspx?DownloadID=16827&wa=ws...

ASP.NET
Feb 24, 2009
0
0

Web Packaging: Creating web packages using MSBuild

Web Development Tools Microsoft
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: In this post I will cover web package creation using MSBuild command line.  M...

ASP.NET
Jan 30, 2009
0
0

ASP.NET MVC 1.0 Release Candidate now available in Web Platform Installer

Web Development Tools Microsoft
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 installs Microsoft's entire Web Platform, including IIS...

ASP.NET
Jan 29, 2009
2
0

T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers

Web Development Tools Microsoft
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 wanted to make a post to bring everyone up ...

ASP.NET
Jan 26, 2009
0
0

What’s New For MVC Tools in the ASP.NET MVC 1.0 Release Candidate

Web Development Tools Microsoft
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 Visual Studio 2008 and Visual Web Developer ...

ASP.NET