Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Checking In: Eric Lippert - On Compiler Evolution, Designing C# and Blogging
Apr 13, 2011 at 4:47 AMYou should take a look at this blog post series: http://blogs.msdn.com/b/ricom/archive/2005/05/10/416151.aspx
Raymond Chen writes a Chinese/English dictionary program in C++, Rico Mariani does the same in C#, and they compare results. It's really interesting to read.
Checking In: Eric Lippert - On Compiler Evolution, Designing C# and Blogging
Apr 06, 2011 at 8:12 PMThis was incredibly enjoyable, thank you for an hour well spent!
Bart De Smet: Observations on IQbservable - The Dual of IQueryable
May 19, 2010 at 3:01 PMI also think IQbservable is pretty horrible. Even IQObservable (eye queue observable) would be a lot better. But I think the full IQueryableObservable is best, especially since I'm almost never actually going to type the name, just like IQueryable and IEnumerable in LINQ context. The 'var' keyword takes care of most cases, and IntelliSense takes care of the rest. Consider that to write foo.AsQueryableObservable all I need to type into VS2010 is "foo.AQO", and that the clarity of the name is more important than a bit of extra typing.
By the way, don't think that the name was the most interesting part of the vid, it's just the only part we have something to disagree on