Showing tag results for performance

Sep 12, 2022
Post comments count11
Post likes count8

Arm64 Performance Improvements in .NET 7

Kunal Pathak

.NET 7 introduces a plethora of performance improvements for developers including developers targeting Arm64 devices. In this blog I break down everything you need to know about the improvements in .NET 7.

Performance.NET
Aug 31, 2022
Post comments count154
Post likes count118

Performance Improvements in .NET 7

Stephen Toub - MSFT

.NET 7 is fast. Really fast. In this post, we'll deep-dive into literally hundreds of performance improvements that contributed to that reality.

.NETPerformanceFeatured
Jun 7, 2022
Post comments count17
Post likes count2

Performance Improvements in .NET MAUI

Jonathan Peppers

Want to know why .NET MAUI apps boot faster, run smoother, and are smaller? This post break down how we made .NET MAUI fast!

.NET.NET MAUIPerformance
Jan 27, 2022
Post comments count6
Post likes count0

Performance improvements in ASP.NET Core 6

Brennan Conroy

ASP.NET Core in .NET 6 brought several performance improvements. In this article I cover some top improvements and why now is a great time to upgrade to .NET 6.

ASP.NET Core.NETASP.NET
Mar 25, 2021
Post comments count27
Post likes count0

Loop alignment in .NET 6

Kunal Pathak

Loop alignment improvements in .NET 6

.NET Core.NETC#
Sep 2, 2020
Post comments count13
Post likes count0

ARM64 Performance in .NET 5

Kunal Pathak

ARM64 performance work in .NET 5

.NET Core.NETC#
Oct 10, 2019
Post comments count62
Post likes count0

Blazor Server in .NET Core 3.0 scenarios and performance

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.NETASP.NET Core.NET Core
Sep 3, 2019
Post comments count35
Post likes count4

Hardware Intrinsics in .NET Core

Tanner Gooding [MSFT]

Several years ago, we decided that it was time to support SIMD code in .NET. We introduced the System.Numerics namespace with , , , , and related types. These types expose a general-purpose API for creating, accessing, and operating on them using hardware vector instructions (when available). They also provide a software fallback for when the hardw...

.NET CorePerformance
Jun 13, 2019
Post comments count73
Post likes count0

Try the new System.Text.Json APIs

Immo Landwerth

For .NET Core 3.0, we're shipping a brand new namespace called System.Text.Json with support for a reader/writer, a document object model (DOM), and a serializer. In this blog post, I'm telling you why we built it, how it works, and how you can try it. We also have a video: Getting the new JSON library The future of JSON in ....

.NET
Dec 4, 2018
Post comments count0
Post likes count0

Announcing .NET Core 2.2

Rich Lander [MSFT]

We’re excited to announce the release of .NET Core 2.2. It includes diagnostic improvements to the runtime, support for ARM32 for Windows and Azure Active Directory for SQL Client. The biggest improvements in this release are in ASP.NET Core. ASP.NET Core 2.2 and Entity Framework Core 2.2 are also releasing today. You can download and get sta...

.NET Core.NET