论坛


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