Building Your First REST API with ASP.NET Core
Minimal APIs, Entity Framework Core, and FluentValidation — a real, working ASP.NET Core API without controller-class ceremony.
Articles on web development, tools, and lessons learned.
4 articles · browse by category or tag below
Minimal APIs, Entity Framework Core, and FluentValidation — a real, working ASP.NET Core API without controller-class ceremony.
A complete JWT authentication setup for ASP.NET Core — issuing tokens, protecting endpoints, and role-based authorization.
Creating, applying, and safely rolling back EF Core migrations — the .NET equivalent of Laravel migrations, and where the workflow differs.
Structuring an ASP.NET Core app so business logic has zero dependency on frameworks or databases — Domain, Application, Infrastructure, and Web layers.