Skip to content

asp-net-mvc/Simple-ASP.NET-MVC-Core-API-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-ASP.NET-MVC-Core-API-Example

Simple ASP.NET MVC Core 3 API Example

Requirements

  • ASP.Net Core 3.0
  • Entity Framework 3.0

Use on Package Manager Console

  • add-migration UserContext -Context LinkedInDemoProjext.WebApi.Models.Contexts.UsersContext
  • update-database UserContext -Context LinkedInDemoProjext.WebApi.Models.Contexts.UsersContext
  • add-migration UserPostContext -Context LinkedInDemoProjext.WebApi.Models.Contexts.UserPostsContext
  • update-database UserPostContext -Context LinkedInDemoProjext.WebApi.Models.Contexts.UserPostsContext

About

Simple ASP.NET MVC Core 3 API Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.3%
  • HTML 4.6%
  • CSS 1.8%
  • JavaScript 0.3%