Tag Archives: Web Development
Windows Day: El futuro de la plataforma de desarrollo web hoy
[English version below] En el día de hoy Microsoft lanzó Windows Day, un evento online en donde todos los desarrolladores y profesionales IT interesados podrán asistir a charlas y demostraciones de las tecnologías que hoy en día se estan utilizando y de las que vendrán. Brian y yo tuvimos la oportunidad de participar en una … more
Internationalization in ASP.NET MVC
Anyone who is starting almost any kind of software nowadays should be thinking on internationalization, even more if it is web-based. The effort required to prepare a system for localization (the difference between internationalization and localization is subtle, you can find it on Wikipedia) from the very beginning is minimum and the payoff is huge. … more
Adding e-mail verification on ASP.NET MVC using Membership Framework.
Since last week I have been learning and working with ASP.NET MVC Beta. I found a lot of interesting and easy-to-use things which convinced me that it is a good choice for web development. The Membership Framework is one of those. Unfortunately a more-than-common feature like user e-mail verification is not built-in so I had … more