Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
- CSS

Goals:
- 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