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.
- Host: GitHub
- URL: https://github.com/ashita-agarwal/quotes-app
- Owner: ashita-agarwal
- Created: 2022-02-10T20:11:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T03:43:26.000Z (almost 4 years ago)
- Last Synced: 2025-05-18T19:09:57.511Z (about 1 year ago)
- Topics: asp-net-core, bootstrap, csharp, css, entity-framework-core, model-view-controller, mvc-pattern
- Language: C#
- Homepage:
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.