Showing results for Visual Web Developer - .NET Blog

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
Jan 7, 2009
0
0

Hotfix for Visual Studio 2005 crash when saving pages with linked stylesheets

Web Development Tools Microsoft
Web Development Tools Microsoft

If you are using Visual Studio 2005 and are experiencing random crashes when saving ASPX or HTML files with linked stylesheets, try this hotfix that we published recenty: Crash in vswebdesign.dll!CStyleSheet::LoadFromURL using Visual Studio 2005 SP1: https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=15541&wa=w...

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 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
Nov 21, 2008
0
0

Workaround for a slow closing of Web projects

Web Development Tools Microsoft
Web Development Tools Microsoft

A few users reported that with Web projects located on a remote machine closing project or solution may hang Visual Studio and Visual Web Developer Express for several minutes. We fould that the issue may be caused by VS logging component that collects information on product usage. This is an opt-in feature activated in Help | Custom...

ASP.NET
Nov 18, 2008
0
0

JScript IntelliSense FAQ

Web Development Tools Microsoft
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 the popular issues here and answer them cent...

ASP.NET