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.
3 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.
Structuring an ASP.NET Core app so business logic has zero dependency on frameworks or databases — Domain, Application, Infrastructure, and Web layers.