Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in base-class-library

Expiring Lazy<T> class

c# .net base-class-library

Using C# dll (built with Microsoft.bcl) in interop(C++ managed) project

.NET TcpClient/NetworkStream implementation that supports async operations and respects timeouts

Which `[InternalsVisibleTo]` for .NET Framework and .NET Standard / Core framework assemblies?

When should I use a BitVector32?

StructuralComparisons for arrays

Are there significant performance gains inherent in using .NET's built in classes?

Where is the BCL DateTimeZoneProvider in the .NET Core implementation of NodaTime?

ImmutableArray<> behaves differently than Array<> for nested Select with index

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

Why AppDomain.ShadowCopyFiles is string?

Why we use flush parameter with Encoder.GetBytes method

Deploying Microsoft.Bcl.Async w/ Clickonce

Using Bcl ImmutableDictionary in private field

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?