Showing results for March 2012 - .NET Blog

Mar 22, 2012
0
0

Visual Studio 11 Express Beta for Web new features

Web Development Tools Microsoft
Web Development Tools Microsoft

In earlier blog, we mentioned that Visual Studio 11 Express Beta for Web is available to download. Besides the common features seen in Visual Studio 2010 Web Express, it provides some new functionalities.   TFS support VS11 Express Beta for Web added TFS support which including all of the TFS client features, such as source control, team ...

ASP.NET
Mar 20, 2012
0
0

Improving Launch Performance for Your Desktop Applications

Brandon Bray
Brandon Bray

Application performance is something we hear about all the time. It almost always falls into one of the top three issues when we aggregate all of the feedback channels from .NET developers. While performance has many characteristics, application startup time is something that everyone can easily relate to. With the .NET Framework 4.5 Beta and the...

.NET
Mar 15, 2012
0
0

VS11 Beta JavaScript Feature comparison with VS2010sp1

Web Development Tools Microsoft
Web Development Tools Microsoft

In Visual Studio 11 Beta, we have exciting JavaScript editing features for the developers. Last year, we blogged “JavaScript Web development differences between Visual Studio 11 Developer preview and Visual Studio 2010”. Here are the differences between Visual Studio 11 Beta and Visual Studio 2010. IntelliSense   XML ...

ASP.NET
Mar 12, 2012
0
0

Visual Studio 11 Beta HTML/CSS editor features

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 11 Beta has some more improvement in HTML and CSS editors over the Developer Preview time. You can see the major feature descriptions through www.asp.net/vnext .  In this channel9 video, Mads Kristensen demonstrated a few great HTML/CSS editor features in VS11 Beta (The video also demos Page inspector features by Jorge Gabuardi, ...

ASP.NET
Mar 7, 2012
0
0

Optimizing the .NET Framework Deployment Experience for Users and Developers

Brandon Bray
Brandon Bray

Rapid development has been one of the enduring themes behind the design of the .NET Framework. We know that authoring application installers is particularly difficult and could be improved. The following post is by Richard Lander from the program management team on the Common Language Runtime. He explains our motivations for introducing a new ...

.NET
Mar 6, 2012
0
0

Visual Studio 11 Beta Razor editor issue workaround

Web Development Tools Microsoft
Web Development Tools Microsoft

We found Visual Studio 11 Beta hits a crash bug when editing a Razor page (cshtml/vbhtml) in a MVC4 project or a Razor2 Website if the indenting option for the HTML editor is set to Block instead of Smart. The workaround is to go to Tools->Options->Text Editor->HTML->Tab and change the indenting option to Smart.HTML smart indenting is a...

ASP.NET
Mar 5, 2012
0
0

Update 4.0.3 for the Microsoft .NET Framework 4

Layla Driscoll
Layla Driscoll

Update (2017): See .NET Framework Releases to learn about newer releases. This release is no longer supported. We continue to bring certain features through updates to .NET 4 without having to wait for the .NET 4.5 release. This post covers what the latest platform update has to offer. Vivek Mishra from the .NET Servicing team authored the ...

.NET
Mar 5, 2012
0
0

Visual Studio 11 Beta Page Inspector Tutorial live in asp.net

Web Development Tools Microsoft
Web Development Tools Microsoft

Using Page Inspector In Visual Studio 11 Beta, you can see what elements in the source files (including server-side code) have produced the HTML markup that is rendered to the browser. Page Inspector also let you modify CSS properties and DOM element attributes and see the changes reflected immediately in the browser.  We have two tutorials ...

ASP.NET
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 ...

ASP.NET

Feedback