Showing tag results for .NET 7

Sep 20, 2022
Post comments count32
Post likes count6

.NET MAUI in .NET 7 Release Candidate 1

David Ortinau
David Ortinau

.NET MAUI is now part of .NET 7 in RC1 with tons of improvements, and a few new features.

.NET.NET MAUI
Sep 12, 2022
Post comments count11
Post likes count8

Arm64 Performance Improvements in .NET 7

Kunal Pathak
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
Sep 12, 2022
Post comments count5
Post likes count12

.NET now on Windows Package Manager

Ashita Nagar
Ashita Nagar

.NET is now available to install through the Windows Package Manager (Winget). Read all about how what it is, how to install, and more.

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

Performance Improvements in .NET 7

Stephen Toub - MSFT
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
Aug 22, 2022
Post comments count68
Post likes count19

C# 11 preview: generic math, required members, and more

Bill Wagner
Bill Wagner

Most of the C# 11 features are available for you to try. Learn about the latest updates shipping with Visual Studio 17.3, try them out, and give us feedback.

C#.NET
Jul 12, 2022
Post comments count6
Post likes count0

Announcing .NET 7 Preview 6

Jon Douglas
Jon Douglas

.NET 7 Preview 6 is now available with improvements to type converters, JSON contract customization, System.Formats.Tar API updates, constraints to .NET template authoring, and performance enhancements in the CodeGen area.

.NET
May 12, 2022
Post comments count38
Post likes count7

Regular Expression Improvements in .NET 7

Stephen Toub - MSFT
Stephen Toub - MSFT

System.Text.RegularExpressions has improved significantly in .NET 7. In this post, we'll deep-dive into many of its exciting improvements.

.NETC#Visual Studio
May 11, 2022
Post comments count14
Post likes count1

Announcing gRPC JSON transcoding for .NET

James Newton-King
James Newton-King

gRPC JSON transcoding is a new feature for .NET that allows gRPC services to be called with REST + JSON. Try it now in .NET 7 preview 4.

.NETASP.NETASP.NET Core
May 10, 2022
Post comments count3
Post likes count0

Announcing Entity Framework 7 Preview 4

Jeremy Likness
Jeremy Likness

Announcing the release of EF7 Preview 4 and DDD-friendly value converters for value generators.

Entity Framework.NET