Bookstore project is a sample of online book selling website
.Net Core with MVC is used making this project. Since there are lots of related datatables, EF Core was chosen technology. ORM and VM are used in Model file. Also for splitting admin and user attributes are put for filtered authentication. In our View side object or object lists sent as a model with mostly VM. Foreach loops are most used and for the forms input tag helpers are used such as Html.TextBoxFor... In addition to this javascript added in script section for some functions such as dropdown lists,point stars... For CRUD operations mostly IActionResult interface and Include methods are used in Controller side. For the queries LINQ method syntax is preferred.