Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erossini/contorsouniversity5
- Owner: erossini
- Created: 2021-03-25T13:27:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T13:49:43.000Z (over 3 years ago)
- Last Synced: 2024-05-02T06:09:16.977Z (7 months ago)
- Topics: asp-net-core, asp-net-mvc, aspnetcore, crud, net5, net50
- Language: C#
- Homepage:
- Size: 682 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
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)