Jon Skeet

123,365
reputation
86708 views

Registered User

name Jon Skeet
member for 1 year
seen 6 mins ago
website
location Reading, UK
age 33

Author of C# in Depth.
Currently a software engineer at Google, London.
Microsoft MVP (C#, 2003 onwards)

Sites: Email: skeet@pobox.com
1h
accepted C# datetime format that includes date/month/year and not day
8h
awarded  Nice Answer
16h
awarded  Nice Answer
16h
awarded  Enlightened
18h
awarded  Nice Answer
19h
accepted Add(T object) Is Not a Contract Method Of IEnumerable<T> — Why?
20h
comment Rollbacking changes in XML Document
Not really sure what you mean... are you referring to the Real World Functional Programming book? If so, I only helped out a little - Tomas Petricek did the vast bulk of the work.
20h
revised Add(T object) Is Not a Contract Method Of IEnumerable<T> — Why?
added 301 characters in body; added 145 characters in body
20h
answered Add(T object) Is Not a Contract Method Of IEnumerable<T> — Why?
21h
accepted Rollbacking changes in XML Document
21h
comment Declaring collections in C#
@jose: It sounds like you shouldn't have that data in your source code then. That's what resource files are for...
21h
awarded  collections
21h
answered Declaring collections in C#
21h
answered Java classes inheritance
21h
awarded  Enlightened
21h
answered Rollbacking changes in XML Document
21h
accepted Optimizing Lookups: Dictionary key lookups vs. Array index lookups
22h
comment LINQ: Getting the row with the maximum value of a given attribute
@Stephen: I completely agree that blahblah needs to check this in the query optimiser. @Alex: It's all a matter of finding time :) The "how" is easy enough - none of the source is particularly tricky to understand. I just need to find time to provide some examples at some point...
23h
revised StringIndexOutOfBoundsException: String index out of range: 0
added 52 characters in body
23h
answered StringIndexOutOfBoundsException: String index out of range: 0
23h
comment How to get the text from XML with position in the XML file?
@Priyank: No, I'm not sure you can, I'm afraid.
1d
comment LINQ: Getting the row with the maximum value of a given attribute
@Alex: Do you mean just sample code? In this case it would be rows.Select(x => x.MaxBy(y => y.StartDate)) - but we don't have a "showcase" of these things, which perhaps we should...
1d
accepted LINQ: Getting the row with the maximum value of a given attribute
1d
revised How to get the text from XML with position in the XML file?
added 254 characters in body
1d
comment How to get the text from XML with position in the XML file?
The question specifies C#.
1d
comment LINQ: Getting the row with the maximum value of a given attribute
x.Max(...) won't return the whole row though - just the maximum value.
1d
answered LINQ: Getting the row with the maximum value of a given attribute
1d
comment Getting a value from a dynamic object dynamically
It's relevant in terms of what members are accessible - you'll be able to get at private members of Test using this code, but not private members of other types.
1d
answered How to get the text from XML with position in the XML file?
1d
accepted Getting a value from a dynamic object dynamically
1d
answered Getting a value from a dynamic object dynamically
1d
answered C# datetime format that includes date/month/year and not day
1d
comment What is the “??” operator for?
@dharga: Except that it only evaluates a once.
1d
accepted .NET - how does IndexOf work if I don’t implement IComparable in my class?
1d
revised See substring in debug watch
added 382 characters in body
1d
accepted Generic collection of generic classes?
1d
revised Does Interlocked.CompareExchange(double,double,double) work in 32 bit OS?
deleted 25 characters in body
1d
answered Generic collection of generic classes?
1d
accepted How can you convert “tinyint” of t-sql to integer in c#?
1d
answered See substring in debug watch
1d
comment How do I combine LINQ expressions into one?
Ironically I was editing while both of these comments were written - but as it was this second snippet that was used, I think I'll leave it as it is :)
1d
revised How do I combine LINQ expressions into one?
deleted 681 characters in body
1d
accepted How do I combine LINQ expressions into one?
1d
answered .NET - how does IndexOf work if I don’t implement IComparable in my class?
1d
answered How do I combine LINQ expressions into one?
1d
answered Can I detect whether I’ve been given a new object as a parameter?
1d
awarded  Enlightened
1d
accepted Can I use a the value of a variable as the name of property in c#?
1d
answered How can you convert “tinyint” of t-sql to integer in c#?
1d
revised Creating an IList<T> of Item<U>?
edited tags