Showing results for fundamentals - .NET Blog

Apr 7, 2014
0
0

The JIT finally proposed. JIT and SIMD are getting married.

Immo Landwerth
Immo Landwerth

Processor speed no longer follows Moore’s law. So in order to optimize the performance of your applications, it’s increasingly important to embrace parallelization. Or, as Herb Sutter phrased it, the free lunch is over. You may think that task-based programming or offloading work to threads is already the answer. While multi-threading ...

.NET
Feb 27, 2014
0
0

RyuJIT CTP2: Getting Ready for Prime-time

.NET Team
.NET Team

This post announces an updated preview of the .NET team’s new 64-bit Just-In-Time (JIT) compiler. It was written by Mani Ramaswamy, Program Manager for the .NET Dynamic Code Execution Team. Note: RyuJIT CTP3 is available here: http://blogs.msdn.com/b/dotnet/archive/2014/04/03/the-next-generation-of-net.aspx. The developer preview of RyuJIT...

.NET
Jan 30, 2014
0
0

Microsoft.Diagnostics.Tracing.EventSource is now stable

Immo Landwerth
Immo Landwerth

We are announcing the RTM of the EventSource NuGet package, which enables fast app tracing to the Windows Event Log, including in production. This post was written by Cosmin Radu, a software developer on the .NET Runtime team. Over the past several weeks we’ve been working on addressing some feedback we’ve received from our users and ad...

.NET
Jan 22, 2014
0
0

.NET 4.5.1 Supports Microsoft Security Updates for .NET NuGet Libraries

.NET Team
.NET Team

This post describes .NET NuGet library servicing support in the .NET Framework 4.5.1. It was written by Alok Shriram, a Program Manager on the .NET Core Framework Team. In the .NET Framework 4.5.1, we extended our .NET Framework security update capability to our NuGet libraries, enabling us to deliver security updates for those libraries on Mi...

.NET
Dec 9, 2013
0
0

The .NET Framework 4.5.1 is available on Windows Update and WSUS

The .NET Fundamentals Team
The .NET Fundamentals Team

Update (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. We are happy to announce that the .NET Framework 4.5.1 and its language packs are now available via Windows Update (WU) and WSUS. You can learn more about the release from the What's new in the .NET Framework 4.5.1 topic. This update is availabl...

.NET
Dec 4, 2013
0
0

Microsoft.Diagnostics.Tracing.EventSource is now RC on NuGet.org

Immo Landwerth
Immo Landwerth

We are announcing the RC of the EventSource NuGet package, which enables fast app tracing to the Windows Event Log, including in production. This post was written by Cosmin Radu, a software developer on the .NET Runtime team. Over the past several months we’ve been working on addressing feedback and extending the value proposition delivered ...

.NET
Nov 18, 2013
0
0

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
Oct 9, 2013
0
0

ASP.NET App Suspend – responsive shared .NET web hosting

.NET Team
.NET Team

This post introduces ASP.NET App Suspend, which is a game-changing feature in the .NET Framework 4.5.1. It radically changes the user experience and economic model for hosting large numbers of ASP.NET sites on a single machine. This post was written by Rich Lander, a Program Manager on the .NET team. Sharing can be hard. In my early days, I had tr...

.NET
Sep 30, 2013
0
1

RyuJIT: The next-generation JIT compiler for .NET

.NET Team
.NET Team

This post introduces the .NET team’s new 64-bit Just-In-Time (JIT) compiler. It was written by Andrew Pardoe, PM Manager for the CLR Runtime PM team. The world is moving to 64-bit computing even though it isn’t always faster or more efficient than 32-bit. A lot of programs run faster on 32-bit than on 64-bit, for a variety of reasons. One exa...

.NET