Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in base-class-library

Does the .NET CLR have a circular dependency? [duplicate]

How to create testable code using .Net IO classes?

Is using System.* Namespaces on your own classes considered Bad Practice? [duplicate]

Can I initialize a BCL immutable collection using braces?

F# structural tuples versus BCL Tuple types

f# base-class-library

Would .NET be able to function just as well without the use of type Object?

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

What is the reason for IEnumerable/IEnumerable<T> interfaces to only have MoveNext?

Why does ordering with Linq-to-Objects compare items to themselves?

Inconsistent behavior: no exception is thrown in the List<T>.Sort method when called in a foreach loop

c# base-class-library

Why did .NET's EnableDecompression default value change between 2.0 and 3.0?

Bundle .NET dlls to run application in .NET-less machine?

What is System.Reflection.Module?

Should one prefer ImmutableDictionary, or ImmutableSortedDictionary?

Exactly how large is the .NET (3.5) Framework Class Library?

.net base-class-library

Why doesn't HashSet<T> implement IReadOnlyCollection<T>?

How Microsoft.Bcl.Async works?

Wrong logarithm of BigInteger when size of BigInteger exceeds ¼ gigabyte

How is the intention of IServiceLocator.GetInstance(Type) different from the intention of IServiceProvider.GetService(Type)?

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