In this video Chris walks through downloading and installing parallels and Windows 7 on a Mac. This will be the first in a series where Stu and Chris explore building a .NET MVC application from scratch.
Blog
Productivity seems to be an elusive goal to the OCD programmer, who requires everything to perfect. Luckily Visual Studio has a wide range of extensions that can not only help to increase productivity, but also improve the development experience and start-up time for new projects. Take a look at the following …
This post will provide a simple example of how to display multiple validation message types, like errors and messages, using FluentValidation. The ValidationSummary and TextBox messages will then be formatted differently, depending on the type, using an HTMLHelper. The above screen shot is an example of a possible result using …
This post will cover the following points (aprox. reading time 15mins): What is the Html.EditorFor method? Simple EditorFor example Extending EditorFor with templates based on Data Type (ie. Decimal) Extending EditorFor with templates based on Model Attribute (ie. DateTime with picker) What is the Html.EditorFor method? Microsoft defines the Html.EditorFor …