A flag Enum is an Enumeration that can hold multiple values per instance An example of such Enum is: [ read more …]
ASP.NET MVC3 doesn’t have a built-in RadioButtonList helper and there are times that I want to display an Enum property. I can always do that using a [ read more …]
The easiest way to submit a form is to use the input tag with the submit type [ read more… ]
In many conversations between ASP.NET developers, the most common question this time of the year is what technology should someone use in order to develop a web application. Both MVC and Webforms have … [more]