Car Insurance Quote Generator


Heading of create page
Customer input form
Customer details with quote
CSHTML of create page using Razor syntax
Insurees table

Details

Car Insurance MVC Web App

This is a working app to calculate a quote for car insurance based on user input such as age, car make and model, and speeding tickets. It was built with the .NET framework and uses the MVC structure for web apps. Entity Framework is employed to interact with a Sql Server database. The entity data model was created using database first approach.

Contact