Service Oriented N-Layered .NET 4.5 Web Application Demos
What can you learn with this samples?
- Start by using Entity Framework 5 Code First to create you business entities.
- Use a Repository Pattern to get data access layer working, based in a Unity Of Work.
- All Set together in a Service Oriented Layer.
- Used by the ASP.NET MVC Pattern for the server side operations.
- Using MVVM with jQuery KnockoutJS AmplifyJS to give live to client side entities.
- On top the UI is base in Twitter Bootstrap, toastr, and a lot of MVC extension to help development.
What is usedVisual Studio 2012
.Net 4.5
Razor
MVC
jQuery
KnockoutJS
AmplifyJS
Twitter Boostrap
Toastr
nav
upshot
Entity Framework 5
More that is usedGhostDoc Free
StyleCop
RoadMapV1: Basic Infrastructure
V2: Data Access
V3: MVC App
V4: Web Elements
V5: More to come