preamble
C#/.NET/.NET Core Technology Frontier Weekly, your weekly technology compass! It records and tracks the latest, most practical and valuable technical articles, community news, quality projects and learning resources of C#/.NET/.NET Core domain and ecosystem every week. Let you always stand in the forefront of technology, help technology growth and vision broadening.
Feel free to contribute, recommend or self-refer quality articles/projects/learning resources, etc.Posted regularly every Monday!!!
- 📰C#/.NET/.NET Core Technology Frontiers Weekly Roundup:/YSGStudyHards/DotNetGuide/blob/main/docs/DotNet/
- 🏆C#/.NET/.NET Core Technology Frontiers Weekly Issues (submission address):/YSGStudyHards/DotNetGuide/issues/44
Performance Improvements in .NET 9
- Article Summary: A detailed look at the performance improvements in .NET 9.
- Article address: /dotnet/performance-improvements-in-net-9
NET 9 Release Candidate 1 is now available!
- Article Summary: .NET 9 Release Candidate 1 is now available. This is the first of our two release candidates. This release includes an enhanced WebSocket API, new compression options, advanced SignalR tracking, and updates to .NET MAUI for better text alignment, among other things.
- Article Address:/dotnet/dotnet-9-release-candidate-1-is-now-available
GitHub models and .NET: building generative AI applications for engineers
- Article Summary: As full-stack engineers, we often need to integrate back-end and front-end code with AI models. However, accessing these models has been a major challenge. One of the main barriers is the lack of easy access to both open and closed models. At GitHub, we are breaking down the access barrier and launching GitHub Models. Giving developers access to a variety of AI models in GPT-4 o, Phi 3, Mistral Large 2, or Llama 3.1. While GitHub Models is in private beta today, you can join the waiting list.
- Article Address:/dotnet/using-github-models-and-dotnet-to-build-generative-ai-apps
Android Asset Packs for .NET & .NET MAUI Android Apps
- Article Summary: We introduce a new way to generate asset packs for .NET and .NET MAUI Android apps in .NET 9 that you can try out right away. What are asset packs? Why should you use them? How to get started? Let s get into it!
- Article address: /dotnet/android-asset-packs-in-dotnet-android
Learn to build your first Blazor Hybrid app!
- Article Summary: Today, we're excited to introduce you to the official Blazor Hybrid workshop! With this self-paced workshop, you'll learn all the basics of building cross-platform applications with Blazor Hybrid.
- Article address: /dotnet/introducing-blazor-hybrid-workshop/
Why is F# code so robust and reliable?
- Article Summary: At Access Softek, we have been developing software for financial institutions for two decades using C# and .NET while suffering from many bugs. We have worked hard to implement a zero error policy and have been given the green light to build one of our new projects, EasyCoin, in F# as it is claimed to be a very powerful and effective tool.
- Article address: /dotnet/why-is-fsharp-code-so-robust-and-reliable/
Entity Framework Plus: Giving EF Core Development a Flying Start
- Article Description:Entity Framework Plus is an open source, free (MIT License), powerful Entity Framework (EF) and Entity Framework Core (EF Core) extension library designed to enhance the performance and overcome the limitations of Entity Framework. The EF Core extension library is designed to enhance the performance of the Entity Framework and overcome its limitations. By providing a series of practical features , such as batch operations , query caching , query latency , LINQ dynamics , audit trails , etc. , making database development using Entity Framework has become more efficient and flexible .
- Article address: /s/fvItRFoRMHJfqEnulZNXgw
A powerful Windows fine-tuning tool written in C#.
- Article Summary: SophiApp is a free and open source application designed to provide fine tuning and optimization features for Windows 10 and Windows 11 users. The project, the next chapter of the Sophia Script project, continues to work on enhancing the functionality and personalization of Windows systems through modern user interfaces and user experiences (UI/UX).SophiApp offers over 130 unique tweaking options to ensure that users can tweak their systems without causing any damage to them.
- Article address: /s/_YJ32Rx7vH7W11mNvb7Nag
Top Level Statements in C#
- Introduction: A new feature introduced in C# 9: the top-level statement, a feature that allows you to write code directly without explicitly defining the Main method.
- Article address: /s/TDKCtVc2CnieApRpkua7pw
A comprehensive and efficient C# help library
- Article Description: is a C# written utility library , it collects and organizes a large number of auxiliary classes , designed to provide a series of developer-friendly features in the .
- Article address: /s/2as0eOhkw5Sm38l20Fk1DQ
What's New in LINQ in .NET 9
- Article Summary: This article explains the new features of LINQ in .NET 9.
- Article address: /s/2G8rFEsa7pPu8yj-3P_Kew
NET project deployed in a Linux environment and analyzed the memory spike.
- Article Summary: The company deployed in a dish on the project in September pressure test 50 concurrency, found that a container threads, memory unnatural rise, resulting in anomalies in the function can not be used. According to what I learned, I analyzed the threads and memory problems, analysis can be used lldb or windbg, but I prefer the interface windbg, so the final use of windbg to start work.
- Article address: /kangao/p/18414480
dotnet Read WPF Source Code Notes From WM_POINTER message to Touch event
- Introduction: This article will introduce the underlying WPF is how to get from the Win32 message loop to the WM_POINTER message processing as a parameter of the Touch event, because the WPF touch part of the open Pointer message and not open Pointer message, in the WPF framework inside the logic will be part of the compatibility of the logic, in order to facilitate your understanding of the In order to facilitate your understanding, this article is divided into two parts.
- Article address: /lindexi/p/18403860
UWP modernizes UWP apps with .NET 9 and Native AOT support
- Synopsis: Microsoft (September 11) published a blog post that Microsoft is previewing UWP (Universal Windows Platform) support for .NET 9, giving existing UWP developers a way to modernize their apps with the latest .NET and native AOT. This comes as the company urges developers to switch to the Windows App SDK and WinUI 3, which will allow existing UWP developers to modernize their apps with the latest .NET and Native AOT.
- Article address: /shanyou/p/18412887
Using the Roslyn Parser and Fixer Normalizing Asynchronous Methods to Return Async Endings
- Article Summary: Returning Async Endings for Asynchronous Method Normalization using Roslyn Parser and Fixer.
- Article address: /vipwan/p/18412585