Profile_bird

Hey there! mucman is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving mucman's updates.

Already using Twitter
from your phone? Click here.

mucman

  1. @RickStrahl When I first read that, I thought you were talking about GC in .Net. I was thinking how the heck do you know that...
  2. @RoyOsherove I'm not sure, I don't see any flagged comments in the CMS. Comments are displayed right away.
  3. Woo! Week off starts now!
  4. Two weeks without a drop of booze. Been extremely productive lately. It's probably just a coincidence.
  5. @unixd0od I was just kidding... but sure!
  6. @unixd0od That'll be five bucks :-)
  7. @unixd0od does the database have the column set to auto increment?
  8. Still not sure whether my build conifguration is a big ball of mud or a radiant diamond that instills envy upon all those that view it.
  9. @unixd0od What's your id mapping? If you're using SQL Server IDENTITY then you need to use the <generator class="native" />
  10. Oh wait! Figured it out! config.GetProperty(Environment.ConnectionString);
  11. @tobinharris I'm using the Castle NHibernate facility and my config is written in Boo :-)
  12. Anyone know the best way to get the connection string from NHibernate? session.Connection.ConnectionString strips out the password!
  13. RT @ManningBooksLast day of our Jon Skeet Sale. C# in Depth, SECOND EDITION 50% off today only. Use code twtr0711 http://bit.ly/w7Upy
  14. Good little article on the Law of Demeter (http://taswar.zeytinsoft.co...). I like his analogy at the end.
  15. @Wolfbyte no problem. Also lookup "generic specialization". Lots of good non collection uses there as well.
  16. @Wolfbyte ISpecification<T> with method bool IsSatisfiedBy(T instance)
  17. @RoyOsherove Yes. I find that it takes very little effort to have one.
  18. My new favourite website: http://www.infrastructurist...
  19. @unixd0od haha! Google is obviously flawed if it's directing you to an article that I wrote :-P
  20. @unixd0od coming from NHibernate?