2023年10月16日 星期一
Performance Improvements in ASP.NET Core 8
Brennan Conroy| ASP.NET Blog |17:05:00
Performance improvements in ASP.NET Core 8The postPerformance Improvements in ASP.NET Core 8appeared first on.NET Blog.
2023年10月13日 星期五
.NET Framework October 2023 Security and Quality Rollup Updates
Salini Agarwal| ASP.NET Blog |17:05:00
A recap of the latest Security and Quality Rollup for .NET Framework for October 2023.The post.NET Framework October 2023 Security and Quality Rollup Updatesappeared first on.NET Blog.
2023年10月11日 星期三
Overhauled F# code fixes in Visual Studio
Petr Semkin | ASP.NET Blog |17:05:00
F# code fixes are now more performant, correct, and testable.The postOverhauled F# code fixes in Visual Studioappeared first on.NET Blog.
2023年10月10日 星期二
Announcing .NET 8 RC2
Jon Douglas | ASP.NET Blog |17:20:00
.NET 8 RC2 is now available with new NuGet package READMEs for .NET packages, simple CLI-based project evaluation for MSBuild, publishing containers to tar.gz archives, and Tensor Primitives for .NET.The postAnnouncing .NET 8 RC2appeared first on....
ASP.NET Core updates in .NET 8 Release Candidate 2
Daniel Roth | ASP.NET Blog |17:15:00
.NET 8 Release Candidate 2 is now available! Check out what's new in ASP.NET Core in this update.The postASP.NET Core updates in .NET 8 Release Candidate 2appeared first on.NET Blog.
Announcing .NET MAUI in .NET 8 RC 2: More Quality
David Ortinau | ASP.NET Blog |17:12:00
.NET MAUI in .NET 8 RC2 has still more quality improvements for developers, and we have some bonus news.The postAnnouncing .NET MAUI in .NET 8 RC 2: More Qualityappeared first on.NET Blog.
EF Core 8 RC 2: Smaller features in EF8
Arthur Vickers| ASP.NET Blog |17:10:00
A tour through some of the smaller features release in Entity Framework Core 8 (EF8) RC 2.The postEF Core 8 RC 2: Smaller features in EF8appeared first on.NET Blog.
What is Action, Non-Action Methods and Types of Action Results
Ajay Kumar | www.c-sharpcorner.com |00:00:00
In ASP.NET Core, actions are the methods within a controller that handle HTTP requests and produce HTTP responses. These actions can return different types of action results, which determine how the response is formatted and sent back to the clien...
2023年10月5日 星期四
The convenience of System.Text.Json
Richard Lander| ASP.NET Blog |17:05:00
JSON is one of the most common formats in apps today and .NET has great APIs for reading and writing JSON documents. It's a great example of the convenience of .NET.The postThe convenience of System.Text.Jsonappeared first on.NET Blog.
2023年10月4日 星期三
AddTransient and AddScoped for Repository Registration in ASP.NET Core
Ajay Kumar | www.c-sharpcorner.com |00:00:00
This comprehensive guide aims to elucidate the differences between AddTransient and AddScoped to help developers make informed decisions when registering repositories in ASP.NET Core applications.
2023年10月3日 星期二
Arm64 Performance Improvements in .NET 8
Kunal Pathak| ASP.NET Blog |17:05:00
.NET 8 added some key features for new functionality as well as 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 8.The postAr...
2023年10月2日 星期一
The .NET Conf Student Zone is Back!
Katie Savage| ASP.NET Blog |17:05:00
Get ready for the .NET Conf Student Zone on November 13!The postThe .NET Conf Student Zone is Back!appeared first on.NET Blog.
2023年9月27日 星期三
.NET Framework September 2023 Cumulative Update Preview
Salini Agarwal| ASP.NET Blog |16:51:19
September 2023 Cumulative Update Preview for .NET Framework.The post.NET Framework September 2023 Cumulative Update Previewappeared first on.NET Blog.
Model Binding In ASP.NET Core
Vishal Yelve | www.c-sharpcorner.com |00:00:00
Model Binding in ASP.NET Core is a fundamental and powerful feature that simplifies the process of mapping HTTP request data to C# model objects. It plays a crucial role in the development of web applications by automating the extraction of data f...
2023年9月26日 星期二
Debugging Enhancements in .NET 8
James Newton-King| ASP.NET Blog |17:05:00
.NET 8 introduces debugging enhancements to many commonly used types. Check out what is new and discover how .NET debugging is better than ever.The postDebugging Enhancements in .NET 8appeared first on.NET Blog.