Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattowings/asp.net-newsnetworkwebapplication
ASP.NET Web Application that mimics a common news website, using CRUD to allow anyone to create, read, update, and delete articles.
https://github.com/mattowings/asp.net-newsnetworkwebapplication
asp-net asp-net-core c-sharp crud cshtml front-end ms-sql-server razor-pages
Last synced: about 1 month ago
JSON representation
ASP.NET Web Application that mimics a common news website, using CRUD to allow anyone to create, read, update, and delete articles.
- Host: GitHub
- URL: https://github.com/mattowings/asp.net-newsnetworkwebapplication
- Owner: MattOwings
- Created: 2021-11-06T22:34:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T01:21:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T07:40:23.234Z (about 1 month ago)
- Topics: asp-net, asp-net-core, c-sharp, crud, cshtml, front-end, ms-sql-server, razor-pages
- Language: HTML
- Homepage:
- Size: 794 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Owings News Network"
An ASP.NET CRUD Web Application that mimics a common News website. Stores user-inputted data with SQL Server, which is then displayed on the front-end.
This application uses:
- Microsoft's ASP.NET Framework
- CRUD
- MS SQL Server
- C# (for Models)
- Razor CSHTML
- CSSGoals:
- Learn and use the ASP.NET Framework to create a full-stack web application
- Use the C# programming language to setup CRUD
- Work with SQL to store user-inputted data
- Display SQL data on the front-end