Showing results for clr - .NET Blog

Apr 3, 2014
0
0

The Next Generation of .NET

.NET Team
.NET Team

At Build 2014 this week, we announced the next generation of .NET. The next generation will focus and deliver on two main themes: Core Innovation and cross-device apps. These themes are a direct result of your feedback, asking for new features in .NET and to make it easier to use .NET for all your apps. At Build 2014, we are releasing: ...

.NET
Oct 17, 2013
0
0

.NET Framework 4.5.1 RTM => start coding

.NET Team
.NET Team

Updated (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. Updated (July 2015): See Announcing .NET Framework 4.6 to read about the latest version of the NET Framework. Today, we’re announcing the availability of the .NET Framework 4.5.1 and Visual Studio 2013 (Soma’s blog). You can download these ...

.NET
Aug 6, 2013
0
0

Wondering why mscorsvw.exe has high CPU usage? You can speed it up.

.NET Team
.NET Team

This post was written by Rich Lander, a Program Manager on the .NET Framework Team. It was written for people who want to understand why mscorsvw.exe is running on their machines and want to know how to speed it up. Have you noticed that your machine is slowing down, and you’ve looked in Task Manager to find that mscorsvw.exe is the culprit? I...

.NET
Aug 6, 2013
0
0

Got a need for speed? .NET apps start faster.

.NET Team
.NET Team

This post was written by Rich Lander, who works as a Program Manager on the .NET Framework. He worked on AutoNGEN for Windows 8. This post focuses on how technologies such as Native Image Generator (NGEN), the .NET Framework Optimization Service (mscorsvw), AutoNGEN, and compilation in the cloud have improved the startup performance of .NET apps. (...

.NET
Aug 6, 2013
0
0

Got a need for speed? .NET apps start faster.

.NET Team
.NET Team

This post was written by Rich Lander, who works as a Program Manager on the .NET Framework. He worked on AutoNGEN for Windows 8. This post focuses on how technologies such as Native Image Generator (NGEN), the .NET Framework Optimization Service (mscorsvw), AutoNGEN, and compilation in the cloud have improved the startup performance of .NET apps. (...

.NET
Aug 6, 2013
1
0

Wondering why mscorsvw.exe has high CPU usage? You can speed it up.

.NET Team
.NET Team

This post was written by Rich Lander, a Program Manager on the .NET Framework Team. It was written for people who want to understand why mscorsvw.exe is running on their machines and want to know how to speed it up. Have you noticed that your machine is slowing down, and you’ve looked in Task Manager to find that mscorsvw.exe is the culprit? If so...

.NET
May 1, 2013
0
0

.NET Crash Dump and Live Process Inspection

Immo Landwerth
Immo Landwerth

Analyzing crash dumps can be complicated. Although Visual Studio supports viewing managed crash dumps, you often have to resort to more specialized tools like the SOS debugging extensions or WinDbg. In today’s post, Lee Culver, software developer on the .NET Runtime team, will introduce you to a new managed library that allows you to automate...

.NET
Feb 19, 2013
0
0

.NET Framework Documentation Improvements

Brandon Bray
Brandon Bray

The CLR documentation team has been busy responding to feedback and making updates and changes to the .NET Framework documentation in the MSDN Library. We would like to tell you about the most recent set of document updates, which were published earlier in February. Performance content We have received extensive customer feedback regarding the im...

.NET
Nov 13, 2012
0
0

Scaling cloud apps with the .NET Framework 4.5

Brandon Bray
Brandon Bray

The .NET Framework 4.5 is now available on Windows Azure. Thank you to everyone cheering for this moment. We’re just starting to see the possibilities that a rich developer framework like the .NET Framework and the cloud can have together. Richard Lander, a program manager for the Common Language Runtime, explains a few best practices that can r...

.NET