.NET周報【10月第3期 2022-10-25】( 二 )

  • Visual Studio 2019(16.9):支持于2022年10月11日結束 。建議遷移到16.11以繼續支持2019年的工作
  • Visual Studio 2019預覽版:由于更新結束,建議遷移到發布頻道或遷移到2022年的預覽頻道
  • 文章還討論了一些方面,如管理員如何管理更新和刪除不再支持的組件 。
    文章、幻燈片等你好 .NET! - AtomicJarhttps://www.atomicjar.com/2022/10/hello-dotnet/
    由Testcontainers的.NET實現的維護者(他們來自AtomicJar)介紹Testcontainers 。
    在這里,我們將介紹Testcontainers的.NET實現、資源庫的增長以及與xUnit.net整合的例子 。
    dotnet-monitor: 在AKS中啟用一個診斷邊車https://www.poppastring.com/blog/dotnetmonitor-enabling-a-diagnostics-sidecar-in-aks
    關于如何在AKS(Azure Kubernetes Serivce)Pod中作為邊車運行dotnet-monitor的視頻 。
    艱辛歷程中學習到的.NET系統編程.pptxhttps://www.slideshare.net/petabridge/net-systems-programming-learned-the-hard-waypptx
    由Akka.NET開發人員提供的關于.NET低級組件API的解釋性幻燈片 。
    .NET Systems Programming Learned the Hard WayRecording: https://t.co/WvVzjp98IpSlides: https://t.co/34ohASQ69w#dotnet #performance
    — Aaron Stannard (@Aaronontheweb) October 19, 2022
    [C#]使用MemoryPack - 基礎知識1 | spacekey.devhttps://spacekey.dev/memorypack-1
    使用二進制序列化工具MemoryPack的系列文章
    • [C#]MemoryPack - ASP.NET Core中使用 | spacekey.dev
    • [C#]MemoryPack - TypeScript中使用 | spacekey.dev
    • [C#]MemoryPack - MemoryPackable特性 | spacekey.dev
    CLR 事件: 選擇nettrace文件格式!https://chnasarre.medium.com/clr-events-go-for-the-nettrace-file-format-6b363364c2a3
    關于如何在nettrace二進制流中接收來自CLR的診斷事件的文章 。
    使用WSL和Rider的ASP.NET/Kubernetes開發 (1)https://zenn.dev/dynamitecoolguy/articles/4530e1134bcbac
    文章描述了在WSL上運行Rider以及使用ASP.NET Core和Kubernetes進行開發的準備步驟 。
    使用.NET 6 + Hot Chocolate v12 + Redis實現GraphQL API網關https://dianper.medium.com/implementing-graphql-api-gateway-in-net-6-hot-chocolate-v12-redis-1a0ac12f340c
    關于如何使用.NET 6、Hot Chocolate v12和Redis實現GraphQL API網關的文章 。
    為你的.NET項目編寫你自己的代碼覆蓋統計腳本https://medium.com/@stefanacimovicMEng/write-your-own-code-coverage-script-for-your-net-projects-e26b621aa0dc
    關于如何創建自己的一系列步驟以獲得.NET項目的代碼覆蓋并輸出報告的文章 。
    ASP.NET Core中的自定義腳手架模板 | dotnetthoughtshttps://dotnetthoughts.net/custom-scaffold-templates-in-asp-net-core/
    關于如何在項目層面定制ASP.NET Core MVC模板的文章 。
    通過API-Gateway使用SAM從AWS::Serverless::Function下載鏡像 - Qiitahttps://qiita.com/karuakun/items/e61007864364ab164774
    關于在使用AWS無服務器應用程序模型創建應用程序時如何通過API網關處理二進制數據的文章 。
    10個你應該嘗試的Visual Studio 2022主題(免費主題?。?/h2>https://blog.dotnetsafer.com/best-visual-studio-2022-themes/
    介紹可以添加到Visual Studio 2022的十個不同主題 。
    構建自己的反向代理https://satish1v.medium.com/build-your-own-reverse-proxy-bf3232e7e5f3
    關于在YARP中創建一個簡單的反向代理服務器的文章 。
    現場錯誤處理 - Ayende @ Rahienhttps://ayende.com/blog/198369-A/error-handling-in-the-field
    一個關于如何收集應用程序崩潰報告(UnhandledException)的故事,最近的Windows更新改變了WPF的行為,在內部引起了一個錯誤,所以它被忽略了,但很微妙 。
    如何用Azure通信服務在.NET中大規模地發送電子郵件https://medium.com/medialesson/how-to-send-emails-at-scale-in-net-with-the-azure-communication-service-14565d84147f
    關于如何使用Azure通信服務來發送電子郵件的文章 。
    試用.NET 7中ASP.NET Core Blazor的新功能https://zenn.dev/okazuki/articles/blazor-dotnet7
    介紹.NET 7中ASP.NET Core Blazor的新功能的文章 。
    它提到了WebAssembly加載、綁定修改器、虛擬化改進和導航改進 。
    圖書館、資源庫、工具等Sergio0694/PolySharp:PolySharp為C#語言特性提供了生成的、僅有源碼的Polyfills,以輕松使用所有運行時無關的特性 。添加一個引用,將你的C#版本設置為最新版本 , 然后盡情享受吧!https://github.com/Sergio0694/PolySharp
    這個想法是通過為目標框架生成額外的類型來提供新的語言特性 , 這些類型不包含屬性(如CallerArgumentExpression)或結構(如Range)類型 , 這些都是C#語言特性所要求的 。Polyfill 。
    https://twitter.com/SergioPedri/status/1584482651271856128

    推薦閱讀