Important
This website is created using ASP.NET Core
This website is created for one simple reason- for it to be forked/branched for experiments & testing
The Master branch of this repository shall remain untouched in the future and any modicications for it to be made only for improving existing files and for framework updates. No additional features to be added
Experimentation & testing of features to be done in forked branches
This website resembles Microsoft documentation for First MVC App
The website contains of a Post page besides Home page and Privacy page.
User can Create
Edit
and Delete
posts.
Post has a Title
and Description
.
Post has a Detail
page which displays the post content besides Index
page.
Details
- Models
- View
- ViewModel
- Controllers
- Data ->
- DatabaseContext.cs
- Migrations
- Interfaces
- Repository