This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
Comprehensive course on implementing JWT authentication in .NET 9, covering user roles, endpoints, and refresh tokens.
JWT, .NET 9, authentication, roles, refresh tokens
A tutorial covering Blazor setup, user registration, Identity components, and role-based authorization management.
Blazor, .NET 8, Authentication, Authorization, Identity
Gavin Lon discusses his reasons for choosing Blazor over React in 2025, while acknowledging React's suitability in certain scenarios.
Blazor, React, 2025, ASP.NET Core, software engineering
Nick Chapsas provides a 2025 roadmap for .NET and C# developers, focusing on essential backend technologies.
#csharp, #dotnet, #roadmap
Explore ASP.NET Core & Blazor innovations for secure AI web apps, enhanced diagnostics, and developer productivity improvements.
ASP.NET Core, Blazor, web development, AI, diagnostics, productivity
Learn to run C# files directly with new .NET CLI features in .NET 10, simplifying development without projects.
C#, .NET 10, .NET CLI, projects, software development
Learn to build MCP servers with ASP.NET Core and the new MCP C# SDK for extending AI systems.
ASP.NET Core, MCP, C# SDK, AI systems
Explore .NET Aspire for cloud-native development, covering orchestration, components, tooling, and integration with existing projects.
#dotnet #cloud #tools #web
Learn AWS CDK basics, deploy a Lambda function with DynamoDB, and understand Constructs, Stacks, and Apps for managing AWS infrastructure in .NET.
AWS, CDK, .NET, Lambda, DynamoDB
Learn to implement AWS SQS queues in .NET for microservices, essential for software engineers. Covers queue creation, publisher, consumer, and handlers.
AWS, SQS, .NET, microservices, queues