A sample application on CRUD operation using ASP.NET MVC and list object without using a database
This application is created with:
- Visual Studio 2013
- C#
- ASP.NET MVC 5
To clone and run this repository you will need Git installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/sumuongit/asp-mvc-list-without-database-crud.git
# Go into the repository
$ cd asp-mvc-list-without-database-crud
- Fork the repository
- Create a topic branch
- Implement your feature or bug fix
- Add, commit, and push your changes
- Submit a pull request