Skip to content

Commit 764d4e9

Browse files
committed
Create README.md
1 parent 19f2e8b commit 764d4e9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

SimpleTaskSystem/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)