Profile_bird

Hey there! subdigital 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 subdigital's tweets.

Already using Twitter
from your phone? Click here.

subdigital

  1. "Specified cast is not valid" is a *very* informative exception. You have the context, give it to me, yo!
  2. @drusellers There is no sex in the champaigne room.
  3. ugh, timesheets, expense reports, performance reviews.... hard to get work done today!
  4. @ClaudioLassala just don't buy one in the airport
  5. @ClaudioLassala It will be cheaper in Germany I'd imagine
  6. @ClaudioLassala ah, the price of not packing well.... where are you?
  7. @robconery and thanks, now "swastika" and "mein kampf" were caught by the corp filter.
  8. @robconery lol, yeah... maybe I shouldn't be so nervous then.
  9. @DerikWhittaker nice!
  10. @karlseguin nice one, I'll use that one :)
  11. @karlseguin sounds like someone left their screen unlocked....
  12. @stevenharman I've thought the exact same thing of Dennis Nedry
  13. @jaymed @tekpub has a great series of screencasts on learning git, also Jason Meridth's series on Git for Windows developers on Los techies
  14. @jaymed git is really easy to learn, yes. The cmd line tools give me most of what I want, except for complex merges (which I use BC for)
  15. sweet, we're having a naming contest for our new app! For now it is codenamed "Gazelle"
  16. @jaymed git diff, done.
  17. and in that case (this is hosted by IIS) would it be safe to store those items in HttpContext.Items? CallContext? something else?
  18. if I need to store something for the life of a WCF service call, ThreadLocalStorage is not safe, similar to ASP.NET correct?
  19. if I do the configure in a service method, logging works fine
  20. in a WCF web application, is it not possible to use [assembly: log4net.Config.XmlConfigurator(Watch=true)] ?? l4n doesn't get configured.