Tools, Code, Headline »

[13 Nov 2009 | 3 Comments]

If you’ve logged into Facebook recently you may or may not have noticed that the password field says Password and the email field says Email, which is nice because it means you don’t need to waste space with labels next to your textboxes. I’ve replicated the feature here, and you can download the so... [More]

Code, ASP.NET, Tools »

[19 Sep 2009 | 0 Comments]

The new version of xVal is out and it now has dynamic client-side validation summaries and can validate remotely using Ajax. For those that don’t know xVal is a validation engine for MVC that can validate user input not only on the server but also on the client. It means you can write your validati... [More]

Code, ASP.NET, Tools »

[14 May 2009 | 0 Comments]

Was watching this video and heard some cool things about new IDE development. Apparently 2010 IDE contains helpers for TDD, If you write a method that doesn’t exist, click a button and it’ll create it. Also the new debugger allows you to “step back” in history. Looking forward to 2010 Release Candid... [More]