Projects
CandyBarProject
Demo Video
The CandyBarProject is a ASP.Net Core MVC Web Application. I created a MySQL Database of candy bars, then linked it to my application using Dapper as the ORM. I built some simple CRUD functions, Create, Read, View, and Delete, using C# and SQL. On the front end side of things I built an easy-to-learn User-Interface, so the user can access, and edit the information in the Database. I used C# to quickly and efficiently populate a table with all of the items from the database. Using CSHTML (C# HTML) and CSS + Bootstrap. On the homepage of the project I have a video demonstrating how my project works.