https://github.com/artysta/simpleasp.netcoreandrazorpagesapps
Pretty simple CRUD web appliaction made while learning basics of ASP.NET Core 3.1 & Entity Framework.
https://github.com/artysta/simpleasp.netcoreandrazorpagesapps
Last synced: 4 months ago
JSON representation
Pretty simple CRUD web appliaction made while learning basics of ASP.NET Core 3.1 & Entity Framework.
- Host: GitHub
- URL: https://github.com/artysta/simpleasp.netcoreandrazorpagesapps
- Owner: artysta
- Created: 2020-10-29T19:36:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T21:22:13.000Z (over 5 years ago)
- Last Synced: 2024-12-29T10:42:58.379Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 766 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleASP.NETCoreAndRazorPagesApps
This repository containst pretty simple CRUD web appliactions made while learning basics of **ASP.NET Core**, **Razor Pages** and **Entity Framework Core**. Both applications use MsSQL server.
Apps allow to add books to the database and also read, update and remove them.