Profile_bird

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

Already using Twitter
from your phone? Click here.

JustinEtheredge

  1. How I wish that Distinct in Linq could just take a property as a distinct key.
  2. I'll bring all of my shoes and my glasses so that I have them.
  3. @regeiger No, needs more people and integration with g-mail before it'll be useful to me :-)
  4. @706hitz I sent you one, not sure how long it'll take Google to send them out though.
  5. @sebameza Added you, not sure how long it will take for google to send them out.
  6. Oh, apparently I have 16 Google wave invites. Send me a message with your gmail address if you want one.
  7. @simonech If you find that source, let me know. :-)
  8. @1kevgriff You should just be able to use a TransactionScope object.
  9. @Encosia Ha, sweet!
  10. @danielauger Yeah, I was looking at Crucial's new SSDs. They have TRIM support as well now.
  11. @Alric As in something that Nicholas Cage is going to search for?
  12. @foreachdev Because C# 4.0 is baked and C# 5.0 is too early to talk about?
  13. @jaymed Nice! Don't waste it :-)
  14. I'm very glad I took off tomorrow. 5 day weekend for me. Got lots of work to get done :-)
  15. @aaronjensen In the example they gave, they are assigning a HashMap to a variable with a type of Map. Limited use, but still nice.
  16. @mattpodwysocki Agreed, but var and the diamond operator would be complimentary. For example, assigning to an interface type.
  17. @jonpryor Agreed, underscores in numbers, and the map syntax is also nice.
  18. @aaronjensen But yes, they should have implemented var as well :-)
  19. @aaronjensen Serves a different purpose than var, and would be complimentary in C#. What if I need to assign to an interface type?
  20. The diamond operator in Java 7 is a nice little feature. Allows generic parameters to be inferred from assignment. http://bit.ly/568Qrp