We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f2e8b commit 764d4e9Copy full SHA for 764d4e9
SimpleTaskSystem/README.md
@@ -0,0 +1,11 @@
1
+A 'Simple Task System' application built with ASP.NET Boilerplate.
2
+
3
+This is the most complete example project. Includes two web projects:
4
5
+* One uses **AngularJs** as frontend framework and **EntityFramework** as ORM.
6
+* One uses **DurandalJs** as frontend framework and **Nhibernate** as ORM.
7
8
+Both projects shares same Domain ve Application layers. Sample projects are documented in detail in these Codeproject articles:
9
10
+* Angular&EF version: http://www.codeproject.com/Articles/791740/Using-AngularJs-ASP-NET-MVC-Web-API-and-EntityFram
11
+* Durandal&NH version: http://www.codeproject.com/Articles/768664/Introduction-to-ASP-NET-Boilerplate
0 commit comments