News

What's one key challenge developers face when documenting ASP.NET Core API services, and how does your session address that challenge? Documenting an API that is not versioned is very straightforward, ...
The application supports all core CRUD (Create, Read, Update, Delete) operations, providing essential endpoints to handle employee-related data efficiently. This project highlights proficiency in .NET ...
Lightweight and fast SQLite shines as a development companion. Learn how to take advantage of it in ASP.NET Core.
CRUD functionality using React (Front End) with ASP.NET Core Web API (Backend) and JSON file as Database => This project is coded using React (Front End) with ASP.NET Core Web API (Backend).
Take advantage of Dapper to create one-to-one, one-to-many, and many-to-many entity relationships in your ASP.NET Core applications.
One of the highlights of improved ASP.NET Core functionality in .NET 6 was support of minimal APIs, for which work is still ongoing in the new .NET 7 Preview 3. Minimal APIs are architected to create ...