Containerize .NET 10 Apps Without a Dockerfile - dotnet publish Containers
Containerize .NET 10 apps without a Dockerfile using dotnet publish. Image size benchmarks, Alpine vs Chiseled, CI/CD with GitHub Actions, and more.
Showing 49-60 of 139 articles
Containerize .NET 10 apps without a Dockerfile using dotnet publish. Image size benchmarks, Alpine vs Chiseled, CI/CD with GitHub Actions, and more.
Learn how to migrate from .sln to .slnx in .NET 10. Understand the new XML-based solution format, migration methods, CI/CD compatibility, and team adoption strategy.
Implement pagination, sorting, and searching in ASP.NET Core Web API with EF Core 10. Offset & keyset pagination, dynamic sorting, and performance tips.
Run C# like Python with dotnet run app.cs in .NET 10. Complete guide with directives, practical examples, Native AOT publishing, and CLI reference.
Step-by-step .NET Aspire tutorial for .NET developers. Build a Book Store API with PostgreSQL, EF Core & Aspire 13. Includes source code, Aspire dashboard walkthrough, observability setup & deployment tips.
Build production-ready Minimal APIs in ASP.NET Core .NET 10 - route handlers, parameter binding, route groups, endpoint filters, TypedResults, and built-in validation.
Manage config across Dev, Staging, and Production in ASP.NET Core - appsettings.json, environment variables, launch profiles, and User Secrets, done the right way.
Master HTTP status codes for your ASP.NET Core Web APIs. Learn when to use 200, 201, 204, 400, 401, 403, 404, 409, 422, 500, and more - with practical code examples for both Minimal APIs and Controllers.
A comprehensive, practical roadmap for .NET developers covering C#, AI Tools, ASP.NET Core APIs, Blazor, databases, architecture, cloud, and DevOps. Choose your path: Backend, Frontend with Blazor, or Full-Stack.
Learn how to enable S3 versioning, list previous versions, restore deleted files, and permanently delete versions using .NET. Build a minimal API that gives you complete control over your S3 object history.
Stop losing users to Lambda cold starts. Learn how to enable SnapStart for .NET functions, use runtime hooks for optimization, and see real benchmark data showing 58-94% faster cold starts.
Learn how to automatically rotate your RDS database credentials using AWS Secrets Manager and consume them in your ASP.NET Core applications with zero downtime. Part 2 of the Secrets Manager series.