Category: T4

C# MVC SubSonic T4 Web Development

MVC Attributes with SubSonic ActiveRecord T4 Templates

One of my favorite features of the ASP.NET MVC Framework is the ability to include form validation out of the box using Attributes. Marking a Model with the Required attribute and including a few script references enables a built-in framework that validates your forms automatically. However, my ORM tool, SubSonic, by default doesn’t account for […]

CONTINUE READING