MVC3

MVC3 Display an Asterisk For Error Message

So with when working with MVC3 you can decorate your POCO’s with attributes that can be used to validate the properties on both the server and client side. It makes validation easy. But what if you don’t really have the … Continued

MVC3 Account/Login

I want to start off with something simple, to make posting easier. Something along the lines of learning something new every day, or Something I Learned Today. Today I was working on a MVC3 project and for some reason on … Continued