By tag: codevoyeur
0
kicks
A Boo Object Validation DSL
Validation routines are typically stored in XML files when configured externally. This article will demonstrate how to create a simple DSL with Boo for validating both business objects and non-business objects (web forms for example).
0
kicks
ASP.NET MVC HtmlHelper Extensions for jQuery AutoComplete
The jQuery JavaScript library has a rich repository of plugins. The AutoComplete plugin provides an easy mechanism to make any textbox perform like a searchable drop down list. While the code to provide a textbox with this autocomplete functionality is somewhat simple, it requires a little finessi...