Microsoft .NET | News, how-tos, features, reviews, and videos
Understanding the differences between an abstract class and interface is key to designing loosely coupled and extensible applications.
.NET MAUI extension provides tools for building cross-platform apps using C# and XAML.
The OpenAI .NET API library, now in beta, supports the entire OpenAI API including Assistants v2 and Chat Completions as well as the GPT-4o model.
Learn the best practices and built-in safeguards for preventing attacks and protecting sensitive data in your ASP.NET Core web applications.
Code analyzers for Roslyn also have been enhanced with new rules in latest upgrade to the testing framework for .NET.
Take advantage of improved identity management in ASP.NET Core to implement identity-based authentication for minimal APIs quickly, easily, and with less code.
Microsoft's new cloud-ready stack for building distributed applications unites tools, templates, and NuGet packages and includes an App Host for orchestration within the app model.
Forthcoming update to the C# language extends params parameter support and introduces a new type that supplies extension members for an underlying type.
Lightweight and fast SQLite shines as a development companion. Learn how to take advantage of it in ASP.NET Core.
How to implement basic password authentication for a minimal API in ASP.NET Core using a custom authentication handler that validates the user’s credentials against a database.