
Download .NET 9.0 (Linux, macOS, and Windows)
2025年3月11日 · .NET 9.0 downloads for Linux, macOS, and Windows. . NET is a free, cross-platform, open-source developer platform for building many different types of applications.
What's new in ASP.NET Core 9.0 - learn.microsoft.com
2024年11月19日 · The standard allows developers to define the shape of APIs that can be plugged into client generators, server generators, testing tools, documentation, and more. In .NET 9, ASP.NET Core provides built-in support for generating OpenAPI documents representing controller-based or minimal APIs via the Microsoft.AspNetCore.OpenApi package.
ASP.NET Core 9.0 的新增功能 - learn.microsoft.com
2025年3月6日 · 本文重点介绍 ASP.NET Core 9.0 中最重要的更改,并提供相关文档的链接。 MapStaticAssets 路由终结点约定 是一项新功能,可优化 ASP.NET Core 应用中静态资产的交付。 有关应用的静态资产传送 Blazor 的信息,请参阅 ASP.NET Core Blazor 静态文件。 遵循为静态资产提供服务的生产最佳做法需要大量的工作和技术专业知识。 如果没有压缩、缓存和 指纹 等优化: 浏览器必须在每个页面加载时发出其他请求。 通过网络传输的字节数超过所需的字节数。 有 …
ASP .NET Core 学习 (.NET 9)- 创建 API项目,并配置Swagger …
2025年1月17日 · 本系列为个人学习 ASP .NET Core学习全过程记录,基于.NET 9 和 VS2022 ,实现前后端分离项目基础框架搭建和部署,以简单、易理解为主,注重页面美观度和后台代码简洁明了,可能不会使用过多的高级语法和扩展,后续配合Uni-APP和vue2进行Web端和安卓端开 …
下载 .NET 9.0 (Linux、macOS 和 Windows)
ASP.NET 核心运行时使你能够运行现有的 Web/服务器应用程序。 在 Windows 上,我们建议安装托管捆绑包,其中包括 .NET 运行时和 IIS 支持。
.NET 9 中的新增功能 | Microsoft Learn
2025年2月3日 · 了解 .NET 9 中为运行时、库和 SDK 引入的新 .NET 功能。 还可以找到指向其他领域新增功能的链接,例如 ASP.NET Core。
.NET 9正式发布,亮点是.NET Aspire和AI - 张善友 - 博客园
2024年11月13日 · Microsoft 今天正式发布了 .NET 9,这是迄今为止最高效、最现代、最安全、最智能、性能最高的 .NET 版本。 这是来自世界各地的数千名开发人员又一年努力的结果。
Download ASP.NET Core 9.0 Runtime (v9.0.0) - Windows x86 …
The ASP.NET Core Runtime is dependent on the .NET Runtime. You'll find the .NET runtime in .NET 9.0 Downloads. If your download doesn't start after 30 seconds, click ...
ASP.NET Core 9 预览版 5:静态 Web 优化、Blazor 新增功能、新 …
微软最近发布了 .NET 9 Preview 5,主要针对 ASP.NET Core 进行了多项优化和改进。 此次更新重点优化了静态 Web 资源的交付、提升了 Blazor Server 的重连体验,并引入了运行时检测组件渲染模式的新功能,以及其他简化开发和提升用户体验的改进。
ASP.NET Core and EF Core 9.0 - Sample project - Ryadel
2 天之前 · In the sections of this article, we will develop a complete example of a trial application using ASP.NET Core 9 and Entity Framework 9, including context configuration, model creation, CRUD operations (Create, Read, Update, Delete), and …