May 29, 2017 by Christoff Truter - 1 Comment
Strangely enough - especially seeing that localization has been a requirement in all of my work related codebases for the last 4 years or so, this is the first time that I am writing on the subject of localization.
C# ASP.NET PostSharp MVCSeptember 8, 2016 by Christoff Truter
The ModelState.IsValid property (ApiController) merely checks for a zero validation error count for a passed model while ignoring the nullability of the object instance itself.
ASP.NET Web APIJune 28, 2016 by Christoff Truter
When Microsoft released ASP.NET MVC 3 around October 2010, they introduced a feature called "unobtrusive client validation" into their codebase using jQuery. In this post we’re going to focus on making unobtrusive validation work without jQuery using Angular
C# JavaScript ASP.NET Angular MVCNovember 3, 2011 by Christoff Truter
Second part of the post on how to use the CascadingDropDown Extender, where we look at some possible issues.
C# ASP.NETOctober 7, 2011 by Christoff Truter - 1 Comment
How to implement a cascading dropdownlist use the AjaxControlToolkit
C# ASP.NET