Blogroll
Categories
Tags
.net 4.0 alt.net architecture asp.net basic blend book book review building c# comunidad configuration ddd development expression extensibility extensions functional programming globalization haskell ioc javascript mef mercurial mvc news personal powershell programming sql server streams subversion tdd tool van version control viewstate visual studio web.config web dev windsor workflow foundation wpf xunit
Tag Archives: windsor
Writing a Windsor Service Locator adapter for ASP.NET MVC3 Preview 1
A few days ago Scott Guthrie announced the ASP.NET MVC 3 Preview 1 availability. The team did such a great job adding Dependency Injection to the whole framework using a slightly modified Service Locator, in that way you may plug … Continue reading
VAN ASP.NET MVC3 y Razor en Alt.Net Hispano
Hoy tube el placer de compartir con mis camaradas “alt.netters” de Alt.Net Hispano en la VAN titulada “Webmatrix, Razor, MVC3 y otras hierbas”. Interesante la discusión y comentarios post VAN. Pronto publicaran los videos de la VAN para verlos offline, … Continue reading
Posted in development, personal
Tagged alt.net, asp.net, mvc, presentación, van, web dev, windsor
3 Comments
Using Automapper with Castle Windsor
I am a fan and happy user of the excelent library Automapper (by Jimmy Bogard) to mapping my ViewModel/EditModel to my Domain Model entities. If you are not using it already you should! Well, the issue is that I’m also … Continue reading