Best of .NET — December 2023
- 1
- 2
InfoWorld·2y
The best new features in Microsoft .NET 8
Microsoft .NET 8 has arrived with a plethora of new features and enhancements. Highlights include improvements in the garbage collector, JSON serialization and deserialization, time abstraction, cryptography, compression, native AOT compilation, code generation, and performance. Additional resources are available for further reading.
- 3
- 4
- 5
- 6
- 7
Code Maze·2y
Using the CLI to Build and Run .NET Applications
This article explores how to use the CLI to build and run .NET applications. It covers creating a new project, running the application, building the application, adding package references, publishing the project, creating a solution, and testing the solution using the CLI.
- 8
Code Maze·2y
What Is Service Discovery in .NET and How to Use It?
Service Discovery in .NET allows developers to use logical names instead of IP addresses and ports to refer to external services in a networked environment. It simplifies the process of locating and interacting with services, especially in dynamic and distributed systems.
- 9
ASP.NET Blog·2y
.NET 8 Networking Improvements
NET 8 introduces networking improvements, including the use of the `System.Diagnostics.Metrics` API for HTTP metrics, default configuration for `HttpClient` instances, improvements to the `SocketsHttpHandler` class, changes in exception handling for `System.Net.Quic`, and the addition of the `SocketAddress` and `IPNetwork` types.