Showing results for Development - .NET Blog

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
Feb 8, 2009
0
0

Web Packaging: Creating a Web Package using VS 2010

Web Development Tools Microsoft
Web Development Tools Microsoft

In the earlier post I highlighted various investments that we are making in Visual Studio 2010 and IIS to make Web Deployment easier.  You can read that post below: Deploying a web project with all its correct dependencies is not a trivial task. Some of the assets which need to be considered during deployment are: ...

ASP.NET
Feb 4, 2009
0
0

Web Deployment with VS 2010 and IIS

Web Development Tools Microsoft
Web Development Tools Microsoft

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 deploying you...

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
Dec 30, 2008
0
0

VS 2010 for Web Developer – Videos

Web Development Tools Microsoft
Web Development Tools Microsoft

At PDC 2008 in LA and TechEd EMEA 2008 in Barcelona we announced key new features for Visual Studio 2010 for Web Developers...  Apart from our focus on MVC, Dynamic Data, Silverlight and other key ASP.NET runtime functionality, this was the first time we announced the key investments pillars for Web Developers in VS 2010...  Over the next...

ASP.NET
Nov 29, 2008
0
0

Spell checker update 2.2: full support for VS 2008 SP1, simpler setup and a few bug fixes

Web Development Tools Microsoft
Web Development Tools Microsoft

This version is obsolete. Please refer to Visual Studio Gallery http://visualstudiogallery.msdn.microsoft.com/en-us/2f3d691d-8838-4d84-ad64-44a02db37e30 for the most up-to-date information and download. For VS 2010 version look here: http://visualstudiogallery.msdn.microsoft.com/en-us/0db4814c-255e-4cc6-a2c2-a428de7f8949Download: VSSpellChecke...

ASP.NET
Nov 25, 2008
0
0

Web Platform Installer

Web Development Tools Microsoft
Web Development Tools Microsoft

Yesterday Microsoft released Web Platform Installer (WPI) Release Candidate to the web at http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx.  Betas have been available for a while, but the release version contains several new features.  This is a one-stop-shopping installer for free Microsoft web development software...

ASP.NET
Jun 11, 2008
0
0

Multiple control selection in Visual Studio 2008 SP1 RTM

Web Development Tools Microsoft
Web Development Tools Microsoft

We have been listening to your [strong] feedback and we are now happy to announce that multiple selection and alignment operations in Design view are coming back and will be included in VS 2008 SP1 RTM and Visual Web Developer Express 2008 SP1 RTM.We do understand that designing pages using absolute positioning of elements is a highly controversial...

ASP.NET
May 31, 2008
0
0

ASP.NET MVC Preview 3 Tooling Updates And Updated NUnit Test Project Templates

Web Development Tools Microsoft
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 to the framework. I wanted ...

ASP.NET