miércoles, 21 de marzo de 2012

Esperanza y superación

Y es que no hay más que suspicacias

Llantos sin razón ni esperanza,
Que secan las cenizas sobre estas huellas.
Estampa de ahora. Y de las futuras nuevas…



Y es que siempre no fue así

Antes toda insinuación excusaba una sonrisa,
Cada respiro se encontraba con una caricia,
Y toda suerte coincidía en tu cercanía.



Y es que me siento acomplejado

Por todos estos golpes fortuitos
Que afligen al corazón hastiado
De embites con signos apocalipticos.



Y es que hay que despertar

Esas curvas siguen dibujando el mismo drama,
El sol te sigue recibiendo bien en la mañana,
Y cada despertar te regala esa nueva oportunidad.



Y es que somos responsables de nuestro éxito.

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,