mathieu

Stories kicked by mathieu

ASP.NET MVC P5 released on Codeplex(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

Keeping on with the 6 weeks release plan, the ASP.NET MVC team quietly release P5 of ASP.NET MVC on Codeplex. read more...

add a comment |category: |Views: 307

tags: another

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

Hammett is joining the MEF team at Microsoft(hammett.castleproject.org)

submitted by simonechsimonech(10.1k) 3 years, 10 months ago

Hamilton Verissimo, aka Hammett is joining MS as PM inside the MEF (Managed Extensibility Framework) team, but will keep on working on Castle. read more...

add a comment |category: |Views: 196

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

Log4Net Tutorial pt 1: Getting Started(beefycode.com)

submitted by bradygasterbradygaster(4897) 3 years, 11 months ago

Excellent tutorial for the average noob who's looking to get started using Log4Net. read more...

add a comment |category: |Views: 2285

tags: another