Showing results for July 2012 - .NET Blog

Jul 23, 2012
0
1

What’s new in GC in CLR 4.5 from our team blog

maoni
maoni

This is now live from CLR's team blog. This paints a more complete picture than what I talked about in my "What's new in 4.5 GC" Channel 9 interview which mostly focused on Server Background GC. http://blogs.msdn.com/b/dotnet/archive/2012/07/20/the-net-framework-4-5-includes-new-garbage-collector-enhancements-for-client-and-server-apps....

.NET
Jul 20, 2012
1
0

The .NET Framework 4.5 includes new garbage collector enhancements for client and server apps

Brandon Bray
Brandon Bray

What makes managed code, “managed”? Most people would point to the garbage collector. Automatic memory management makes a tremendous difference in programmer productivity. And when garbage collection improves, all .NET applications benefit. Abhishek Mondal, the program manager for GC on the Common Language Runtime, and Maoni Stephens, the ...

.NET
Jul 12, 2012
0
0

Visual Studio 2012 RC Web Tooling Extensions update

Web Development Tools Microsoft
Web Development Tools Microsoft

If you have been following our blog and twitter accounts then you most likely have heard that some of the Web components of Visual Studio 2012 are now “Out of Band”. What that means is that we can update those components separately from Visual Studio itself. Because of this we will be posting updates on a regular basis. Today marks the first of...

ASP.NET
Jul 6, 2012
0
0

Targeting Multiple Platforms with Portable Code: Overview

Brandon Bray
Brandon Bray

As programming with .NET has become prevalent on all Microsoft platforms, targeting multiple platforms at once becomes a critical desire amongst developers. In fact, we see the future of library development moving to supporting an intersection of platforms rather than targeting just one version of the .NET Framework at a time. Mircea Trofin, a ...

.NET

Feedback