File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Table of Contents
2
+ * [ General Info] ( #general-info )
3
+ * [ Technologies] ( #technologies )
4
+ * [ Setup] ( #setup )
5
+ * [ Contributing] ( #contributing )
6
+ * [ License] ( #license )
7
+
8
+ ## General Info
9
+ A sample application on CRUD operation
10
+
11
+ ## Technologies
12
+ This application is created with:
13
+ * Visual Studio 2013
14
+ * C#
15
+ * ASP.NET MVC 5
16
+ * ASP.NET Web API
17
+ * Entity Framework
18
+ * SQL Server 2012
19
+ * JQuery AJAX
20
+
21
+ ## Setup
22
+ To run this application, building the source locally using git:
23
+
24
+ ```
25
+ $ git clone https://github.com/sumuongit/asp-mvc-web-api-jquery-ajax-crud.git
26
+
27
+ ```
28
+
29
+ ## Contributing
30
+ * Fork the repository
31
+ * Create a topic branch
32
+ * Implement your feature or bug fix
33
+ * Add, commit, and push your changes
34
+ * Submit a pull request
35
+
36
+ ## License
37
+ [ MIT License] ( https://github.com/sumuongit/asp-mvc-web-api-jquery-ajax-crud/blob/master/LICENSE )
You can’t perform that action at this time.
0 commit comments