Author: Donn Felker

  • May 1, 2009
    Cool event coming up next week! Details below ...  Join us for a special event co-sponsored by the .NET User…
  • April 22, 2009
    Our main build broke today. We have about 53 projects in our solution (yes, its huge) and all of a…
  • April 21, 2009
    It has been moved to November 14th and 15th of 2009. Why? Get the inside scoop here.
  • April 14, 2009
    While writing some code I needed to be able to access the the App_Data directory in my ASPNET MVC app.…
  • April 13, 2009
    This post might be useful if you perform auto-registration of your components through an interface. Like this: AllTypes.Of<IController>().FromAssembly(typeof(Application).Assembly).Configure(reg =>reg.Named(reg.Implementation.Namespace.Split('.').Last().ToLowerInvariant() +…
  • April 10, 2009
    This an oldie, but a goodie. Not many people use this tool, much less know about it or where it…