Related resources for Know Your Tools
  • Let MVC Concatenate For You4/8/2015 5:26:12 AM. We have all encountered the situation where we want to show user information on a form. Most people have a FirstName and a LastName (unless you're Prince or Bono). Here is a way to quickly and easily concatenate MVC ViewModel fields without having to use String.Format. Let MVC concatenate for you.
  • Uncovering Silent Validation3/4/2015 1:24:27 PM. ASP.Net validation is very useful and allows developers to ensure data is correct before it is sent to a data store. I would like to explain some best practices and suggestions for you when implementing ASP.Net validation.