All Projects → FabianGosebrink → ASPNETCore-Entity-Framework-Core

FabianGosebrink / ASPNETCore-Entity-Framework-Core

Licence: other
An example of using ASP.NET Core with Entity Framework Core

Programming Languages

C#
18002 projects
HTML
75241 projects

ASP.NET Core with Entity Framework Core

In this repository I want to show the first steps with Entity Framework Core and ASP.NET Core.

The Repository contains a sample WebAPI with CRUD-Operations that you can Get/Read/Update and Delete "MyModel" objects through HTTP-calls.

Before starting...

Please read this readme and think of executing Add-Migration [MyMigrationName] and update-database in the Package Manager Console first.

The database should now be visible inside your SQL Server Management Studio.

database

folderstructure

Run it...

If you now run the solution you can perform CRUD operations for example via postman, angular etc...

postmandatabase

ASP.NET Core Application to New Database

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].