Profile_bird

Hey there! JonKruger 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's happening? Join today to start receiving JonKruger's tweets.

Already using Twitter
from your phone? Click here.

JonKruger

  1. @jeriley I wish it had never been invented!
  2. @jeffblankenburg do you have an address for Jimmy V's? I can't find Jimmy V's on Bethel.
  3. @tehlike @MarkNijhof I like to wrap the external dependencies with an interface so that I can abstract them away
  4. Tip of the day: factor LINQ queries into properties/methods that describe what it is that the query returns.
  5. I need a good podcast to listen to today. Any recommendations?
  6. @timwingfield http://bit.ly/8YKvfV
  7. Thanks everyone for the MVC CMS recommendations... I didn't know there were so many!
  8. Are there any content management systems for .NET that use ASP.NET MVC? All the ones we could think of are WebForms based.
  9. @rkierner Maybe they end up getting that much value out of it, but it seems steep when CodeMash is $175
  10. @rkierner Am I the only one who is surprised that someone would pay $1500 for a 2 day training class?
  11. @fallenrogue good point. :) But I wouldn't want to have to pay $500 for CodeMash registration, $175 is much better.
  12. @pmontgomery I think that's what makes our industry different than other industries.
  13. @fallenrogue right, but imagine if you also got paid to speak, there would be even more submissions
  14. @rkierner I'm fine with not getting paid because that means that CodeMash only costs $175 and CODODN is free.
  15. @fallenrogue our industry is much more collaborative and helpful in general, look at how much time is spent working on OSS
  16. @fallenrogue I think that in our industry, the publicity and respect you might gain by speaking is worth more than in other industries
  17. @stevehorn I've found that my gut is usually right, and when it's wrong, I just go and refactor things
  18. @stevehorn #1 rule - do what makes sense. If you stop and think about it and it still makes sense, then continue on with it.
  19. @stevehorn If the code can do what it needs to do without involving view models, I make a domain service or put it in a model object
  20. @stevehorn my rule of thumb is if the code is only dealing with UI stuff (e.g. translating domain models to view models), put in controller