Showing results for .NET - .NET Blog

Oct 12, 2012
0
0

Improvements in .NET Framework Setup for Developers, IT Pros, and Users

Brandon Bray
Brandon Bray

The only experience most Microsoft customers have with the .NET Framework is the deployment and installation experience, which is why we spend so much time analyzing opportunities to improve it. For .NET 4.5, our goal was to build a product that was equivalent to a service pack with additional features. Our team studied how other products with s...

.NET
Oct 9, 2012
0
0

Improving Your App’s Performance with PerfView

Brandon Bray
Brandon Bray

Late last year, Vance Morrison, who is currently an architect on the .NET Framework Performance team, released PerfView, which is a new performance tool for .NET developers. PerfView helps you discover and investigate performance hotspots in .NET Framework apps, and enables you to deliver consistently high-performance apps to your customers. Usin...

.NET
Sep 12, 2012
0
0

Celebrating the Visual Studio 2012 launch with the release of a popular App

Brandon Bray
Brandon Bray

Today, we’re happy to announce the launch of Visual Studio 2012 and the .NET Framework 4.5. You can read more about the Visual Studio 2012 launch on Jason Zander’s blog. We’ve been using the new version of Visual Studio for several months now to build .NET Framework apps for Windows, Windows Store, Windows Azure, and Window Server. The Visual St...

.NET
Aug 28, 2012
0
2

Evolving the Reflection API

Brandon Bray
Brandon Bray

As many developers have noticed, the reflection APIs changed in the .NET API set for Windows Store apps. Much of .NET’s ability to offer a consistent programming model to so many platforms over the last ten years has been the result of great architectural thinking. The changes to reflection are here to prepare for the challenges over the next de...

.NET
Aug 15, 2012
0
0

Announcing the release of .NET Framework 4.5 RTM – Product and Source Code

Brandon Bray
Brandon Bray

Updated (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. Updated – 8/16/2012: Added license information about the source code release. Today, we are happy to announce the availability of Microsoft .NET Framework 4.5 and Visual Studio 2012. You can develop apps that will take advantage of all the grea...

.NET
Aug 9, 2012
0
0

.NET Framework 4.5 Talks from TechEd 2012 and aspConf

Brandon Bray
Brandon Bray

The .NET Framework team is out at conferences all the time. We love getting to meet with you all to discuss the latest news about what we’re building and even better learning about what all of you want to build. Deon Herbert, a program manager on the .NET Framework project management team, pulled together the following article for all of you ...

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

.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 develo...

.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 pro...

.NET
Jun 26, 2012
0
0

New .NET Diagnostic info added to Process Explorer

Brandon Bray
Brandon Bray

Productivity is the hallmark of programming with managed code. So often productivity boils down to figuring out why something isn’t working – diagnostics. The CLR provides one of the best foundations for diagnostics. In this post, Richard Lander – a program manager for the Common Language Runtime – shows how more than just developers can now tra...

.NET