mathieu

Stories submitted by mathieu

SimpleValidation for ASP.NET MVC(en.cogimator.net)

submitted by mathieumathieu(55) 3 years, 9 months ago

Simple validation framework, with support for asp.net mvc : create your model classes or entities, tag their properties, add a few lines (really!) to your view and controller, and there you go ! Client side validation is done through jquery.validation read more...

add a comment |category: |Views: 24

tags: another

Release of a simple validation framework for ASP.NET(en.cogimator.net)

submitted by mathieumathieu(55) 3 years, 10 months ago

SimpleValidation is a framework that enables you to tag your entities' properties with attributes, and it will generate web validators based on those attributes, and add them to your edit form. No more manual adding of those numerous RequiredValidator! read more...

add a comment |category: |Views: 30

tags: another

Unit Testing introduction(en.cogimator.net)

submitted by mathieumathieu(55) 3 years, 11 months ago

A small howto for unit testing read more...

add a comment |category: |Views: 28

tags: another

Adding Microsoft Source Analyzer Tool to your build process(en.cogimator.net)

submitted by mathieumathieu(55) 3 years, 11 months ago

This article explains how to add Microsoft Source Analyzer Tool for c# in your build process (for CruiseControl.NET integration), and how to make source analysis automatic during compilation. read more...

add a comment |category: |Views: 14

tags: another