dotnet run app.cs - Run C# Without a Project File in .NET 10
Run C# like Python with dotnet run app.cs in .NET 10. Complete guide with directives, practical examples, Native AOT publishing, and CLI reference.
Showing 61-72 of 147 articles
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.
Stop burning AWS credits during development. Learn how to run S3, DynamoDB, and SQS locally with LocalStack, wire them into your .NET applications with simple config switches, and integrate LocalStack into CI for cost-free integration tests.
Learn how to use AWS Systems Manager Parameter Store with ASP.NET Core for managing application configurations. A free-tier alternative to Secrets Manager with full IConfiguration integration, hierarchical parameters, and SecureString encryption.
Learn how to generate AWS S3 presigned URLs in .NET for secure, time-limited file uploads and downloads. Enable direct browser uploads, bypass your server, and keep your S3 bucket private.