Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erossini/contorsouniversity5

Here I review and customize the CRUD (create, read, update, delete) code that the MVC scaffolding automatically creates for you in controllers and views in .NET5
https://github.com/erossini/contorsouniversity5

asp-net-core asp-net-mvc aspnetcore crud net5 net50

Last synced: 3 days ago
JSON representation

Here I review and customize the CRUD (create, read, update, delete) code that the MVC scaffolding automatically creates for you in controllers and views in .NET5

Awesome Lists containing this project

README

        

# ContorsoUnivertity5
In this tutorial, you'll review and customize the CRUD (create, read, update, delete) code that the MVC scaffolding automatically creates for you in controllers and views.

What I did is an update of the project from the Microsoft repository of [ContorsoUniverity example](https://protect-eu.mimecast.com/s/-EicCEllDt32n6NIp6EEA) because it doesn't work anymore.

The full tutorial is on [Microsoft documentation](https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/crud?view=aspnetcore-5.0). Visit [PureSourceCode](https://www.puresourcecode.com/) for more code and help in creating application with .NET5. For example, take a look at [Integration With Identity In AdminLTE Project](https://www.puresourcecode.com/dotnet/net-core/integration-with-identity-in-adminlte-project/).

![image](https://user-images.githubusercontent.com/70210793/112479359-e1403d00-8d6c-11eb-8618-c0fc62dcf08e.png)

![image](https://user-images.githubusercontent.com/70210793/112479422-edc49580-8d6c-11eb-81c0-f8bf662772fc.png)

![image](https://user-images.githubusercontent.com/70210793/112479461-f7e69400-8d6c-11eb-8380-2e5e80dd62b2.png)