.NET周报【10月第2期 2022-10-17】( 二 )


开发中:对.NET 7的支持 | Azure updates | Microsoft Azurehttps://azure.microsoft.com/en-us/updates/in-development-day-0-support-for-net-7/
Azure App Service 的 .NET 7 支持将很快发布 。
Cake v2.3.0 发布https://cakebuildnet.medium.com/cake-v2-3-0-released-b60746a00555
Cake v2.3 已发布 。
包括改进的全局脚本缓存和命令别名 。
文章、幻灯片等【C#】隐藏在控制台应用程序中输入的字符,并读取行 - Qiitahttps://qiita.com/admiralhetare/items/2de677d90c5ce0ab2659
了解如何实现单行隐藏输入(如密码输入) 。
使用FluentValidation向强类型配置对象添加验证https://andrewlock.net/adding-validation-to-strongly-typed-configuration-objects-using-flentvalidation/
ASP.NET Core 上使用 Microsoft.Extensions.Configuration 在配置中进行类型化设置时,如何在“当前验证”中验证设置的信息 。
使用Playwright对Blazor App 进行端到端测试 [Part 1]https://medium.com/younited-tech-blog/end-to-end-test-a-blazor-app-with-playwright-part-1-224e8894c0f3
介绍如何使用Playwright对Blazor App 进行端到端测试 。
List 在 C#: 实现和功能https://pvs-studio.com/en/blog/posts/csharp/0995/
.NET 的 List<T> 的实现和功能
[.NET 6] AWS SSM Parameter Store在Generic Host使用https://zenn.dev/shimat/articles/affbb2ece0ace8
了解Generic Host应用程序如何(如 ASP.NET 核心)使用 AWS 系统管理器参数存储中的值 。
Entity Framework Core 7: 强类型ID与自动增量列一起使用https://david-masters.medium.com/entity-framework-core-7-strongly-typed-ids-together-with-auto-increment-columns-fd9715e331f3
有关在Entity Framework Core 7中对相应的自动增量列使用强类型的 ID 的文章 。
Blazor 生命周期事件: 简化版https://betterprogramming.pub/blazor-life-cycle-events-oversimplified-4b8e1bd5fa4b
文章介绍了 Blazor 的生命周期事件 。
在Docker中开发ASP.NET核心应用程序-实时重新编译【.NET周报【10月第2期 2022-10-17】】https://tymisko.hashnode.dev/developing-aspnet-core-apps-in-docker-live-recompilation
有关在 Docker 中开发 ASP.NET Core 应用程序的文章 。
演示如何装载本地源代码并在容器中生成和运行它 。
[ASP.NET Core 6] 在模型绑定中使用记录时的注意事项https://zenn.dev/shimat/articles/ef69b034cd0499
文章总结了在.NET 6中ASP.NET Core中模型绑定record类型时应注意的属性(FromFormJsonPropertyName等) 。
在AWS Lambda上优化.NET的经验之谈https://dev.to/lambdasharp/lessons-learned-on-optimizing-net-on-aws-lambda-2n5m
使用AWS Lambda运行.NET应用程序的优化要点总结 。
Stripe支付网关在ASP .NET Core Web API中的实现https://juldhais.net/stripe-payment-gateway-implementation-in-asp-net-core-web-api-359ad44e2b47
关于如何在ASP.NET Core Web API中使用Stripe支付网关API的总结 。
公开演讲及PPTVictor Nicollet - ILPack:将程序集保存到磁盘 (Dotnetos Conference 2022) - YouTubehttps://www.youtube.com/watch?v=t_kBLD5D3_4
关于ILPack的介绍,这是一个用于在.NET Core及以上版本中动态存储程序集的库 。
Kevin Gosse - 使用NativeAOT将C#推到新的领域 (Dotnetos Conference 2022) - YouTubehttps://www.youtube.com/watch?v=eE0AbO5_XSw
介绍在.NET中用NativeAOT创建本地库做的许多有趣的事情(如.NET分析器、LLDB扩展、.NET中的GC) 。
Krzysztof Stolarz - 通往.NET 6的道路:希望和绝望的迁移故事 (Dotnetos Conference 2022) - YouTubehttps://www.youtube.com/watch?v=ttsowlY55KM
关于一个具有高负荷实时性的服务器应用程序迁移的案例研究的介绍 。
图书、开源库、工具等chrisnas/Win-pprof: Windows .pprof viewerhttps://github.com/chrisnas/Win-pprof
用于查看.pprof文件的Windows应用 。

经验总结扩展阅读