Showing results for November 2013 - .NET Blog

Nov 30, 2013
Post comments count0
Post likes count0

Instant Azure Caching with MVC

Rick_Anderson
Rick_Anderson

Warning. This is obsolete, see my new blog MVC movie app with Azure Redis Cache in 15 minutes Warning: Most of the information in this blog is for the Preview edition and should not be used or targeted for production code. Use the In-Role Cache for production code. In this blog post I’ll take my MVC Movie app and in 15 minutes connect it to the...

ASP.NET
Nov 26, 2013
Post comments count0
Post likes count0

Modified ASP.NET 4.5 CPU Throttling

Web Development Tools Microsoft
Web Development Tools Microsoft

The Security and Quality Rollup is available via Windows Update, Windows Server Update Services, and Microsoft Update Catalog.

ASP.NET
Nov 25, 2013
Post comments count0
Post likes count0

Opening Files from SkyDrive using .NET

Immo Landwerth
Immo Landwerth

Since Windows 8 I fell in love with SkyDrive and use it all the time now. Windows 8.1 has improved this a lot by introducing a new concept that requires some changes to the way you interact with files. In, this post Gaye Oncul Kok, Program Manager on the .NET Framework team, explains the key things .NET developers need to know when they read and wr...

.NET
Nov 18, 2013
Post comments count0
Post likes count0

Building Browser Link extension in Visual Studio 2013

Reshmi Mangalore
Reshmi Mangalore

Browser Link feature in Visual Studio 2013 provides APIs for you to write your own Browser Link Extension. To take a look at some of the extensions, you can download Web Essentials for Visual Studio 2013 RTM. In this blog, I will give you a step by step overview of the various APIs that we provide. You will need the following to start with: ...

ASP.NET
Nov 18, 2013
Post comments count0
Post likes count0

Announcing release of ASP.NET and Web Tools 2013.1 for Visual Studio 2012

pranav rastogi
pranav rastogi

We have released ASP.NET and Web Tools 2013.1 for Visual Studio 2012. This release brings a ton of great improvements, and include some fantastic enhancements to ASP.NET MVC 5, Web API 2, Scaffolding and Entity Framework to users of Visual Studio 2012 and Visual Studio 2012 Express for Web. You can download and start using these features now. Bel...

ASP.NET
Nov 18, 2013
Post comments count0
Post likes count0

RyuJIT .NET JIT compiler CTP1 FAQ

.NET Team
.NET Team

Update (2017): See .NET Framework Releases to learn about newer releases. This post shares more details about our new .NET 64-bit Just-In-Time (JIT) compiler. It was written by Kevin Frei, Development Lead for the CLR JIT team. RyuJIT received a great response with its RyuJIT: The next-generation JIT compiler for .NET announcement post. Thanks! It...

.NET
Nov 18, 2013
Post comments count0
Post likes count0

Starting Manage NuGet Packages for Solution dialog for projects under SourceGear Vault – issue and workaround

Dan Liu
Dan Liu

There has been reports that VS hangs when Manage NuGet Packages for Solution menu item is clicked. When VS responds again, it reports the following error: "Loading the projects is required to complete the requested action. If you click the Cancel button, project loading will continue in the background, and you can try to perform the action again ...

NuGetVisual Studio
Nov 15, 2013
Post comments count0
Post likes count0

ASP.NET Performance: Performance Counters on Windows Client + IIS Express

Xinyang Qiu
Xinyang Qiu

Editor note: This blog is originally published by Christy Henriksson on 09-12-2012 in Web Performance Blog, which will be obsolete soon.  Future ASP.NET related performance blogs will be posted here.I learned recently that ASP.NET performance counters are not available on Windows 7 or 8 (client) when running with IIS Express (or the Dev10 defa...

ASP.NET
Nov 15, 2013
Post comments count0
Post likes count0

ASP.NET Performance: Debugging W3WP Startup

Xinyang Qiu
Xinyang Qiu

Editor note: This blog is originally published by Christy Henriksson on 03-19-2012 in Web Performance Blog, which will be obsolete soon.  Future ASP.NET related performance blogs will be posted here.On a few occasions, I have needed to debug the startup of the IIS worker process (w3wp).  I finally decided to create a script so that I no l...

ASP.NET
Nov 15, 2013
Post comments count0
Post likes count0

ASP.NET Performance: Managed runtime loader

Xinyang Qiu
Xinyang Qiu

Editor note: This blog is originally published by Jose Reyes - ASP.NET on 02-29-2012 in Web Performance Blog, which will be obsolete soon.  Future ASP.NET related performance blogs will be posted here. Introduction There is a file called aspnet.config in the .Net framework installation. This file is used to specify startup flags for both ASP....

ASP.NET