vb33601 / asp-mvc-web-api-jquery-ajax-crud

A sample application on CRUD operation using ASP.NET MVC 5, Web API, JQuery AJAX (For Calling Web API), Entity Framework (Code First Approach) and SQL Server 2012

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

General Info

A sample application on CRUD operation

Technologies

This application is created with:

  • Visual Studio 2013
  • C#
  • ASP.NET MVC 5
  • ASP.NET Web API
  • Entity Framework (Code First Approach)
  • SQL Server 2012
  • JQuery AJAX

Setup

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-web-api-jquery-ajax-crud.git
# Go into the repository
$ cd asp-mvc-web-api-jquery-ajax-crud

Contributing

  • Fork the repository
  • Create a topic branch
  • Implement your feature or bug fix
  • Add, commit, and push your changes
  • Submit a pull request

License

MIT License

About

A sample application on CRUD operation using ASP.NET MVC 5, Web API, JQuery AJAX (For Calling Web API), Entity Framework (Code First Approach) and SQL Server 2012

License:MIT License


Languages

Language:C# 31.0%Language:ASP 27.6%Language:JavaScript 21.4%Language:HTML 20.0%