Skip to content

Aashish2k1S/Loan-Calculator-ASP.NET-MVC5-

Repository files navigation

Simple CRUD App in ASP.NET MVC 5 with MS SQL as DB

This is a simple CRUD (Create, Read, Update, Delete) application using ASP.NET MVC 5 and MS SQL as the database.

Features

  • 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

How to use

  1. Clone the repository
  2. Open the solution in Visual Studio 2022
  3. Press F5 to run the application
  4. The application will start and you can start using it

How it works

  • 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.

Contributors

  • Aashish (github.com/Aashish2k1S)

About

simple crud app in ASP.NET MVC 5 and MS SQL as DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published