Showing results for async - .NET Blog

Mar 16, 2023
81
167

How Async/Await Really Works in C#

Stephen Toub - MSFT
Stephen Toub - MSFT

Async/await was added to the C# language over a decade ago and has transformed how we write scalable code for .NET. But how does it really work? In this post, we take a deep dive into its internals.

.NETFeatured.NET Fundamentals
Oct 10, 2019
62
0

Blazor Server in .NET Core 3.0 scenarios and performance

Daniel Roth
Daniel Roth

Blazor Server in .NET Core 3.0 enables you to add rich interactive UI to your .NET apps without having to write JavaScript. Learn about when to use Blazor Server, how it scales, how it relates to Blazor WebAssembly, and how we expect to evolve Blazor in the future.

ASP.NET.NET CoreASP.NET Core
Nov 28, 2018
1
0

Announcing .NET Framework 4.8 Early Access build 3694

namrata karnam
namrata karnam

We are happy to let you know that .NET Framework 4.8 is now feature complete and we have an early access build to share with you all! We will continue to stabilize this release and take more fixes over the coming months, and we would greatly appreciate it if you could help us ensure this is a high-quality release by trying it out and providing ...

.NET Framework.NET
Oct 31, 2017
0
0

Welcome to C# 7.1

Mads Torgersen
Mads Torgersen

With C# we have always tended towards major releases: bundle a lot of features up, and release less frequently. We even went so far as routinely omitting the traditional ".0" when we talked about C# 6.0! In the C# 7.0 "wave" we are trying something new. Tools such as Visual Studio upgrade on a frequent cadence, and there's no longer a technical ...

.NET
Aug 7, 2017
5
0

Welcome to the .NET Framework 4.7.1 Early Access!

Preeti Krishna - MSFT
Preeti Krishna - MSFT

Last Updated: 9/28/2017 Today, we are happy to share the .NET Framework 4.7.1 Early Access build with the Developer Pack. The .NET Framework 4.7.1 Developer Pack lets developers build applications that target the .NET Framework 4.7.1 by using Visual Studio 2017, Visual Studio 2015 or other IDEs. This is a single package that bundles the .NET ...

.NET
Apr 29, 2015
0
0

.NET Announcements at Build 2015

Rich Lander [MSFT]
Rich Lander [MSFT]

Updated (2017): See .NET Framework Releases to learn about newer releases. Updated (July 2015): See Announcing .NET Framework 4.6 to read about the final version of the .NET Framework 4.6. At the Build conference today, Scott Guthrie announced the .NET Framework 4.6 RC and Visual Studio 2015 RC. He also announced important updates for ....

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

.NET
Sep 9, 2013
0
0

Announcing the .NET Framework 4.5.1 RC

.NET Team
.NET Team

Update (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. Update: The .NET Framework 4.5.1 RTM has been released and is available for download. The .NET Framework 4.5.1 RC is now available. It comes with a go-live license, enabling you to deploy 4.5.1 apps in production. Here are the RC bits. Download...

.NET
Jun 26, 2013
0
0

Announcing the .NET Framework 4.5.1 Preview

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

.NET
Apr 4, 2013
0
0

.NET Memory Allocation Profiling with Visual Studio 2012

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

.NET

Feedback