This is a simple CRUD (Create, Read, Update, Delete) application using ASP.NET MVC 5 and MS SQL as the database.
- Create, Read, Update, Delete operations on a simple data model (e.g. a Plane class with properties like Plan Name, Tenure(month), ROI(%))
- It can also show the number of EMI's which you have give according to the Plan Tenurity(in months).
- Data is stored in a MS SQL database
- Data is accessed using Entity Framework 6
- User interface is built using Razor views and Bootstrap 3
- Error handling is done using ASP.NET MVC's built-in error handling features
- Clone the repository
- Open the solution in Visual Studio 2022
- Press F5 to run the application
- The application will start and you can start using it
- The application uses ASP.NET MVC5.
- The application uses Entity Framework 6 to interact with the database
- The application uses Razor views to render the user interface
- The application uses Bootstrap 3 to style the user interface
- The application uses ASP.NET MVC's built-in error handling features to handle errors
- The application uses MS SQL for the DB.
- Aashish (github.com/Aashish2k1S)