Deploy .NET 6 API to AWS Lambda with SQL Database (RDS) and Email (SES)
Tutorial on deploying a .NET 6 API to AWS Lambda, integrating with AWS RDS (SQL Database) and SES (Email Service).
Tutorial on deploying a .NET 6 API to AWS Lambda, integrating with AWS RDS (SQL Database) and SES (Email Service).
A developer's guide to migrating a large .NET Framework 4.8 application to .NET 6 using an iterative, step-by-step approach.
Explains how CSS isolation works in .NET 6 Razor Pages to manage page-specific styles without global conflicts.
Explains how to use C# 10's global usings feature to simplify namespace imports across .NET 6 projects, including ASP.NET Core applications.
A guide on fixing JSON deserialization issues when migrating from Newtonsoft.Json to System.Text.Json in .NET 6 Web APIs.
A review of key new features in C# 10, including record structs and static abstract members in interfaces.
Explores issues with C# 10's implicit usings feature, including build errors in multi-targeted projects and potential workarounds.
Explains the new minimal hosting API in .NET 6, where Razor Pages apps are configured in Program.cs without a separate Startup class.
Explores how .NET 6's Minimal Web API challenges traditional project structures and prompts a rethink of application organization.
Overview of key new features in EF Core 6, including compiled models, performance improvements, and batching for SQL queries.
Explores new .NET 6 features for Blazor, including WebAssembly AoT compilation, required component parameters, and compiler improvements.