Skip to content

A robust RESTful API built with ASP.NET Core, showcasing best practices for scalable and efficient backend development.

Notifications You must be signed in to change notification settings

suaebahmed/WebAPI-Asp.Net-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Web API with Entity Framework Core

@Author: Suaeb Ahmed @Date: 2023-06-18 12:00:00

Commend to create migration and update database

Add-Migration "initial migration"
Update-Database
My Learning topics:
  • Entity Framework Core
  • DbContext
  • Dependency Injection
  • Migrations
  • DTOs(Data Transfer Objects) and Domain Model
  • and etc.

About

A robust RESTful API built with ASP.NET Core, showcasing best practices for scalable and efficient backend development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages