Author: ajepst

  • SharpDevelop Initial Review

    As I mentioned in this post, I was interested in SharpDevelop, a free .net editor. I’ve been writing some with it a bit at home yesterday and today, and it strikes me as adequate for basic messing around at home on projects. Two months ago, I might have said it was super and all you’d…

  • Another book on the stack…

    Working Effectively With Legacy Code is supposed to be fantastic.. and who doesn’t work with legacy code? I know I do…

  • Is #Develop any good?

    http://www.icsharpcode.net/OpenSource/SD/ Haven’t looked at it yet, but since ReSharper plus VS staundard is a bit costly for futzing around at home for the soon-to-be-started SharpShop, I think I’ll give this a go.  Review to come in a future post…

  • Agile Principles, Patterns, and Practices in C#

    i hear it’s a good book- another one to add to the stack of books-to-read…

  • Refactoring

    Currently reading Refactoring by Martin Fowler. Yeah, any programmer worth the space he/she takes up is going to do some version of refactoring, but this is really attacking refactoring with a systematic, safe, testable approach. It seems like a better way of approaching it than the normal way: Oh god, this code sucks, it makes…

  • Managing Mangers

    A spot-on post by SerialSeb… http://serialseb.blogspot.com/2007/11/managing-managers.html

  • An Exception Handling system

    I was having a problem where thrown .Net errors were showing up on a web site, but didn’t always want the entirely hide the errors, since sometimes the system purposely threw errors with messages that were intended for the user. (“You selected an invalid object for this operation”-type messages) However, unexpected errors, such as SQL…

  • Provider Model and design patterns-I need to learn!

    Colleague was telling me about it, says it’s good for mocking, etc.  Putting it here so I don’t forget! We also talked about a problem I was having where I’m the only one who understands the domain of my project, and if I’m not sure how to architect something, I have nobody to discuss approaches. …

  • Log4Net Success! And nHibernate upgrade goodness..

    So in a fit of insanity, I spent all of yesterday evening, on my own personal time: trying to get log4net set up, trying an upgrade to the latest version to see if that would get it working realizing that nHibernate was hooked to log4net and so I had to use nHibernate’s chosen version if…

  • Log4Net

    I am determined to get Log4Net working on my project.  I made a mild effort recently, but wasn’t successful- and the whole failing silently thing is not so great when you’re trying to figure out WHY it’s not logging!  Anyway, a goal for tomorrow is to get that working. If that happens, I think it’ll…