Tag Archives: Web Development

Version 2.4 of the Validator Toolkit for ASP.NET MVC released

I’ve released a new version (2.4) of the Validator Toolkit for ASP.NET MVC 1.0, that is fixing an issue regarding format changes in the jQuery validation plugin of the minlength, maxlength and rangelength validators. http://mvcvalidatortoolkit.codeplex.com

Comments ( 0 )

Version 2.3 of the Validator Toolkit for ASP.NET MVC released

I’ve released a new version (2.3) of the Validator Toolkit for ASP.NET MVC 1.0, that is fixing an issue regarding format changes in the jQuery validation plugin of the minlength, maxlength and rangelength validators. http://mvcvalidatortoolkit.codeplex.com

Comments ( 0 )

Version 2.0 of the Validator Toolkit for ASP.NET MVC released

You may also want to check out the new verison 2.0 of the Validator Toolkit ASP.NET MVC on Codeplex. http://mvcvalidatortoolkit.codeplex.com

Comments ( 0 )

How To Implement Custom Cursors In Silverlight

I wrote an article about custom cursors in Silverlight 2 on CodeProject.com. This article describes how to implement the custom cursor types in Silverlight. The article is also available as PDF file at the Parago website. Feel free to send me your feedback.

Comments ( 0 )

How To Implement MergedDictionaries For ResourceDictionary In Silverlight 2

I wrote a new article about MergedDictionaries for ResourceDictionary in Silverlight 2 on CodeProject.com. This article describes how to implement the MergedDictionaries feature for resource dictionaries in Silverlight. The article is also available as PDF file at the Parago website. Feel free to send me your feedback.

Comments ( 0 )

Validator Toolkit for ASP.NET MVC

Yesterday I started this new project on CodePlex called Validator Toolkit for ASP.NET MVC. The Validator Toolkit provides a set of validators for the new ASP.NET MVC framework to validate HTML forms on the client and server-side using validation sets. By defining a validation set, e.g. a LoginValidationSet class, the toolkit will generate code, in [...]

Comments ( 0 )