Archive of posts with category '.NET'

ASP.NET Core Basics: Organizing Projects with Architectural Patterns

ASP.NET Core Basics: Organizing Projects with Architectural Patterns: Architecture patterns are design approaches that help organize and structure web applications for optimal maintainability, scalability and flexibility. This article explores one...

Microsoft Entra External ID extension for VS Code

Introducing the new Microsoft Entra External ID extension for VS Code: Designed to help you integrate customer identity and access management (CIAM) into applications, without leaving the IDE. Offers a...

Radzen Blazor Components

Radzen Blazor Components: A set of 70+ free and pixel perfect native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI. Get Started...

.NET Aspire Preview 3 (InfoQ)

.NET Aspire Preview 3: Preview 3 brings changes including UI improvements to the dashboard, and new component support for Azure OpenAI, Kafka, Oracle, MySQL, CosmosDB & Orleans, and many more....

Vision for .NET 9

Vision for .NET 9: Initial vision for .NET 9. To be released at .NET Conf 2024 at the end of the year. Most important focus areas are cloud-native and intelligent...

.NET Async Await Best Practices

.NET Async Await Best Practices: Subtle problems can easily creep into code when using async/await. This library solves these problems. Good explanation of async behavior (with link to video) in...