Showing results for 2012 - Page 10 of 10 - .NET Blog

Mar 1, 2012
0
0

New time saving features for Web projects in Visual Studio 11 Beta

Web Development Tools Microsoft
Web Development Tools Microsoft

In planning for the next release of Visual Studio, streamlining the development process was a high priority.  In this vein we are proud to announce two new features in Visual Studio 11 Beta that simplify and improve the development experience: setting the default browser from the toolbar, and quickly adding new items to your project from the c...

ASP.NET
Feb 29, 2012
0
0

New Features for Web Development in Visual Studio 11 Beta

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 11 Beta is now available to download.  Please visit Jason Zander's Blog for the download links and overview of the new features. We have many enhanced many features in the Beta. We'll discuss some of them in future blog posts.Here are a few web development tools features included in the Visual Studio 11 Beta compared to VS20...

ASP.NET
Feb 29, 2012
0
0

Introducing .NET Framework 4.5 Beta

Layla Driscoll
Layla Driscoll

Update (2017): See .NET Framework releases to learn about newer releases. This release is no longer supported. In September, we released the .NET Framework 4.5 Developer Preview. The Developer Preview was essentially a “feature complete” release, enabling you to “kick the tires” and otherwise get a good sense of what we were in the process of buil...

.NET
Feb 27, 2012
0
0

VS2010 SP1 + MVC4 Beta workaround for cshtml/vbhtml editor’s long pause

Web Development Tools Microsoft
Web Development Tools Microsoft

We shipped MVC4 Beta recently, and found it may cause VS2010 sp1 cshtml/vbhtml editor to pause for a long time after typing snippet, JavaScript inside cshtml or vbhtml files, if the MVC4 application has just been created and has not been compiled.The workaround is to compile the project to get the assemblies in the bin folder.  Note, if you cl...

ASP.NET
Feb 18, 2012
0
0

How to create a Web Deploy package when publishing a ClickOnce project

Web Development Tools Microsoft
Web Development Tools Microsoft

The other day I saw a question on StackOverflow (link in resources below) asking How you can create a Web Deploy (AKA MSDeploy) package when publishing a ClickOnce project. The easiest way to do this is to use the Web Deploy command line utility, msdeploy.exe. With the command line you can easily create an MSDeploy package from a folder with a comm...

ASP.NET
Jan 31, 2012
0
0

KB2650605 QFE : VS2010 sp1 VB web form editor may not become editable during debugging

Web Development Tools Microsoft
Web Development Tools Microsoft

We recently released a VS2010 sp1 QFE KB2650605 to solve a VB editor debugging problem.  During VB web form debugging, VB web form may become un-editable if there are server tags inside.  If you develop and debug VB web forms, you might be interested to download this QFE. http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails...

ASP.NET