Search code examples
why math.Ceiling (double a) not return int directly?...

c#.netframeworksbase-class-library

Read More
Difference between XElement.CreateNavigator() and XPathDocument().CreateNavigator()...

.netxmlxsltbase-class-library

Read More
Is there a built-in function to get the "ghi" from www.abc.com/def/ghi in the BCL?...

c#.netbase-class-library

Read More
SyncHashtable this[Object key] does not use locking...

c#-3.0clrbase-class-library

Read More
Is there equivalent to java's File.deleteOnExit() in .NET BCL?...

java.netbase-class-library

Read More
How to find out a list of types in Base Class Library that implement specific interface?...

.netbase-class-library

Read More
More trivia than really important: Why no new() constraint on Activator.CreateInstance<T>()?...

c#.netclrc#-2.0base-class-library

Read More
Why does TimeSpan.FromSeconds(double) round to milliseconds?...

.nettimespanbase-class-library

Read More
Nullable<> types are a BCL, CLR, or both implementation?...

c#clrnullablebase-class-library

Read More
Why we use flush parameter with Encoder.GetBytes method...

c#.netvb.netcharacter-encodingbase-class-library

Read More
What's the reason of using implicit/explicit convertions instead of constructors?...

c#.netconstructortype-conversionbase-class-library

Read More
Why does not IDictionary (non-generic) inherit from IEnumerable<DictionaryEntry>?...

.netgenericsienumerableidictionarybase-class-library

Read More
Is there a "Number" struct/class in .NET?...

.netnumbersbase-class-library

Read More
Is Environment.TickCount affected by system time adjustments?...

.netbase-class-library

Read More
BackNext