Showing tag results for .net framework

Aug 6, 2013
Post comments count1
Post likes count0

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

.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
Aug 6, 2013
Post comments count0
Post likes count0

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

.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
Post comments count0
Post likes count0

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

.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
Jul 25, 2013
Post comments count0
Post likes count0

Advise the .NET Framework Team

.NET Team

This post was written by Rich Lander, a Program Manager on the .NET Framework team. He’s also the one posting as @DotNet on Twitter. Late last month, we released the .NET Framework 4.5.1 Preview. We’re in a spot in our release cycle where we’d appreciate feedback on the pre-release version that we just made available, but we're also starting ...

.NET
Jul 16, 2013
Post comments count0
Post likes count0

Responsible for a million dollar software project, but don’t know where to start?

.NET Team

This post was written by Cesar De la Torre Llorente, a member of the .NET Marketing team. Cesar provides guidance on .NET to customers and to sales, marketing, and support professionals at Microsoft. We just released a new guide that provides a global and broad picture of Microsoft development technologies for business applications. You can le...

.NET
Jun 27, 2013
Post comments count0
Post likes count0

Get the latest .NET Bits

.NET Team

We maintain a set of pages that make it easier for you to find all the .NET Framework versions, SDKs, and targeting packs that you can take advantage of in your .NET apps, as we mentioned last year on the .NET blog. We recently redesigned the pages and added more SDKs for you to download. You may even find some SDKs to try that you didn’t know abou...

.NET
Jun 26, 2013
Post comments count0
Post likes count0

Announcing the .NET Framework 4.5.1 Preview

.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. Update: The .NET Framework 4.5.1 RTM has been released and is available for download. The content below is still a great descripti...

.NET
Apr 4, 2013
Post comments count0
Post likes count0

.NET Memory Allocation Profiling with Visual Studio 2012

.NET Team

This post was written by Stephen Toub, a frequent contributor to the Parallel Programming in .NET blog. He shows us how Visual Studio 2012 and an attention to detail can help you discover unnecessary allocations in your app that can prevent it from achieving higher performance. Visual Studio 2012 has a wealth of valuable functionality, so muc...

.NET
Feb 19, 2013
Post comments count0
Post likes count0

.NET Framework Documentation Improvements

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 30, 2012
Post comments count0
Post likes count0

Asynchronous Programming for Windows Store Apps: .NET is up to the Task

Brandon Bray

Programming with async and await is the driving force behind delivering “fast and fluid” user experiences. Compiler diagnostics for async APIs guide developers towards best practices – it’s a wonderful example of platform and tooling working together. Since the Windows Runtime uses a slightly different implementation for async programming than ....

.NET