jueves, 8 de marzo de 2012
Building ASP.NET MVC Apps with EF Code First, HTML5, and jQuery
Some months ago, I started with a project built with the following features:
- In Client: HTML 5 with JQuery
I used JQuery in the past, then just I needed to refresh my mind. Anyway, I took the pleasure to learn more about HTML 5.
- In Server side: in ASP.NET MVC 3 with Razor engine
I knew ASP.NET MVC, but nothing of Razor engine which is an interesting and very powerful idea. Moreover, I focused to use AJAX because I was really interesed in dynamic sites.
- In Services layer: WCF with certificate token security.
I used ASP.NET Membership in WCF services layer.
- In Data Access layer: Entity Framework Code First.
I played with Entity Framework Code first which helped me a lot to separate the logic of access to database using a decoupled architecture and repository patterns.
I definetely learnt very much along this task. If you like all this stuff, I found some days ago this interesting course where explain all above concepts in a overview way.
http://weblogs.asp.net/dwahlin/archive/2012/03/04/new-pluralsight-course-building-asp-net-mvc-apps-with-ef-code-first-html5-and-jquery.aspx
Regards,
No hay comentarios:
Publicar un comentario