If you have worked with MVC and started to move towards MVC2, you know how sweet the validation is. In the past you have to write your custom validation logic and it was clunky and almost hacky. for example if you have a class like this 1: public class ContactUsEntity 2: { 3: public…
New Blog
I have started my new blog with BlogEngine.NET. I did ran into some UI and theme issues. The Problem I was facing when I visit my site, no styles were showing. But if I use a querystring named theme=inove , my theme would show. This was pretty annoying. After much research, I have found my…