Devlico.Us
CodeBetter.Com

Browse by Tags

  • Debugging Assembly Loading Errors

    There are situations sometimes when .NET loads wrong assembly or can't load one at all. Usually we can see TypeLoadException in that case. Assuming we have exception at all. One of my work colleagues had situation today that gave a real world example for post I was thinking about quite long time. There...
    Posted to Lazy Developer (Weblog) by Jimmy on 06-28-2007
  • Validation with Enterprise Library 3.x

    Usually object validation requires writing a lot of code that examines properties and returns validation result. With VAB this scenario becomes extremely easy and simple. Let us consider sample class: 1 public class User 2 { 3 public User() 4 { 5 } 6 7 private string _firstName; 8 public string FirstName...
    Posted to Lazy Developer (Weblog) by Jimmy on 06-26-2007
Page 1 of 1 (2 items)

Our Sponsors

Red-Gate!

Proudly Partnered With