An Active Local NuGet Server
by Ardalis
posted on: February 22, 2024
As I'm writing this the Internet is out. When that happens, it makes it very difficult to work on development projects that have NuGet…Keep Reading →
by Ardalis
posted on: February 22, 2024
As I'm writing this the Internet is out. When that happens, it makes it very difficult to work on development projects that have NuGet…Keep Reading →
by Klaus Loeffelmann
posted on: February 22, 2024
32-bit components can impose challenges for WinForms developers in a 64-bit Visual Studio environment, but there are options to solve this. Component modernization, migrating to .NET 6+ and a new option to use the out-of-process Designer for Framework are the key to a feasible way forward!
by Ardalis
posted on: February 21, 2024
In the world of software architecture, finding the perfect balance between complexity and simplicity can often feel like an elusive quest…Keep Reading →
by Andrew Lock
posted on: February 20, 2024
In this post I show how to create an ASP.NET Core server that listens using Windows Named Pipes, and how to call the server using an HttpClient…
by David Pine
posted on: February 19, 2024
Explore a fun example app targeting GitHub Actions written entirely in .NET, optimized with Native AOT, and published to the GitHub Container Registry.
by Gérald Barré
posted on: February 19, 2024
In C# you can write async code that looks like synchronous code. People using async/await expect to be able to catch specific exception types as synchronous code. This is very convenient, but sometimes you want to get all exceptions thrown from an async method.C#copytry { // This will throw mul
by Ardalis
posted on: February 15, 2024
Integrating .NET Core with MongoDB in a Dockerized Environment Hello, fellow developers! Whether you're building a new project or…Keep Reading →
by James Newton-King
posted on: February 14, 2024
.NET 8 introduces metrics to ASP.NET Core. Check out what is new and discover how easy it is to use metrics and ASP.NET Core to monitor the health and activity of apps.
by Salini Agarwal
posted on: February 14, 2024
February 2024 Security and Quality Rollup Updates for .NET Framework
by .NET Team
posted on: February 13, 2024
Welcome to .NET 9! Learn about how we're improving .NET for all kinds of apps, with a special focus on cloud native, AI, and performance.