系列: 探索 .NET 6
在本系列中,我将介绍 .NET 6 中推出的一些新功能。已经有许多介绍.NET 6 相关内容的文章,其中包括来自.NET 和 ASP.NET 团队本身的大量文章。在本系列中,我将介绍其中一些功能背后的代码。
本系列中的文章(有关新文章会持续更新在下面列表中):
- Part 1 - 探索 .NET 6 中的 ConfigurationManager
- Part 2 - 比较 WebApplicationBuilder 和 Generic Host
- Part 3 - 探索 WebApplicationBuilder 背后的代码
- Part 4 - 使用 WebApplication 构建中间件管道
- Part 5 - 使用 WebApplicationBuilder 支持 EF Core 迁移
- Part 6 - 在 .NET 6 中使用 WebApplicationFactory 支持集成测试
- Part 7 - 用于 .NET 6 中 ASP.NET Core的分析器
- Part 8 - 使用源代码生成器提高日志记录性能
- Part 9 - 源代码生成器更新:增量生成器
- Part 10 - .NET 6 中新的依赖关系注入功能
- Part 11 - [CallerArgumentExpression] and throw helpers
- Part 12 - 将基于 .NET 5 启动版本的应用升级到 .NET 6
Any fool can write code that a computer can understand. Good programmers write code that humans can understand. –Martin Fowler
作者:『Gerry Ge』
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利。