Code snippets and screen shots from my C# projects
This is an ASP.Net MVC web application which represents a newsletter database. Users are able to subscribe to the newsletter by inputting their name and email address. Admin users are able to unsubscribe individuals via the admin page.
This ASP.Net MVC web application is an insurance quote database. It allows a customer service representative for a fictional auto insurance company to give quotes based on certain criteria. The application has basic CRUD functionality with completed quotes and create funtionality accessible by two nav-links.