People use ORM like Entity Framework and NHibernate a lot and I am one of them. When I use ORM, often I ma haunted by two inner thoughts. One is “This can be done in sql so easily” and the other is “What would it be like to use object database or document database? It [...]
Archive for April, 2011
mongodb and norm
Posted in Uncategorized on April 16, 2011 | Leave a Comment »
My favourite helpers for ASP.NET MVC
Posted in Programming, tagged ASP.Net MVC, Html Helper on April 14, 2011 | 2 Comments »
As you use ASP.NET MVC on and on, you start building and using handy html helpers. Rob Conery posted a few of his helpers on his blog. You can find some more in his ASP.NET MVC source code. Inspired by his helpers, here I post mine. 1. Html.Image Depending on the environment, the absolute url [...]