Skip to content

JalpeshVadgama/aspnetcoreefwebapi

Repository files navigation

ASP.NET Rest API(Web API) with with Entity framework core

In today's work back end code(Server-side) code is limited to creating APIs as Front end framework like Angular, React and Vue is ruling the world. ASP.NET Core a new cross-platform technology from Microsoft and I love it. It's just awesome.

There are tons of videos for creating Rest API but there was no video which can help you created same thing cross-platform. So I've created this video with Visual Studio Code and Technologies like ASP.NET Core, Entity Framework Core and SQL Server. Yes, SQL Server can also now runs on Linux on docker.

Technology used in this video:

Here are technologies which have been used:

  • ASP.NET Core 2.2
  • Entity Framework Core 2.2 with migrations. How to create a database from code.
  • SQL Server as database. You can use any database with techniques and just need to change the provider. Yes, you can use MariaDB, MySQL, and PostgreSQL with same
  • Visual Studio Code- This is an awesome editor. If you have not heard about you are missing something. Please learn and read about it.

What you can expect from the video:

  • ASP.NET Core Structure and How to create APIs with controllers
  • How to setup Entity Framework Core with SQL Server.
  • How to create migration with Entity Framework core and create tables from your model entities.

A simple demo project to create web api with asp.net core and Entity framework core

Here is the video link explaining and creating this source code - http://bit.ly/aspnetcoreefrestapi

About

A simple demo project to create web api with asp.net core and Entity framework core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages