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

https://github.com/ashita-agarwal/quotes-app

A simple CRUD application in ASP.NET Core using Visual Studio and the C# language.
https://github.com/ashita-agarwal/quotes-app

asp-net-core bootstrap csharp css entity-framework-core model-view-controller mvc-pattern

Last synced: 3 months ago
JSON representation

A simple CRUD application in ASP.NET Core using Visual Studio and the C# language.

Awesome Lists containing this project

README

          

# QuotesApp
A simple CRUD application in ASP.NET Core using Visual Studio and the C# language.

## Key Points
• Implemented MVC (Model View Controller) design pattern.
• Configured database tables using the Entity framework.
• Setup of classes as models. Customized Razor forms.
• Created methods inside a controller.
• Styled an ASP.NET page with CSS.
• Used Bootstrap classes.
• Implemented a search function to filter database results.