Search code examples
Microsoft.Bcl.Async package and modern csproj...

c#.net-core.net-4.0base-class-library

Read More
Why doesn't HashSet<T> implement IReadOnlyCollection<T>?...

collections.net-4.5base-class-library

Read More
Using Bcl ImmutableDictionary in private field...

c#multithreadingthread-safetyimmutabilitybase-class-library

Read More
Why is there no SortedList<T> in .NET?...

.netsortedlistbase-class-library

Read More
How to serialize a DateTimeOffset into a binary stream...

c#.netbase-class-library

Read More
How Microsoft.Bcl.Async works?...

c#.netasync-awaitbase-class-library

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

.net.net-corecastle-dynamicproxybase-class-libraryinternalsvisibleto

Read More
SafeWaitHandle vs SafeFileHandle c#...

c#.netbase-class-library

Read More
Why is a "bindingRedirect" added to the app.config file after adding the Microsoft.Bcl.Asy...

c#.netapp-configbase-class-library

Read More
Mono and TransactionScope...

.netmonocross-platformbase-class-library

Read More
The current status of System.Net.Http vs. Microsoft.Net.Http...

c#nugethttpclientbase-class-library

Read More
Inconsistent behavior: no exception is thrown in the List<T>.Sort method when called in a fore...

c#base-class-library

Read More
When should I use a BitVector32?...

.netbooleanbase-class-librarybitvector

Read More
CallerMemberName in .NET 4.0 not working...

c#.net.net-4.0base-class-librarycallermembername

Read More
Go To Statement Considered Harmful?...

c#.netgotobase-class-library

Read More
Is System.Reflection.TypeAttributes a sick enum type with the FlagsAttribute?...

c#.netenumsbase-class-libraryenum-flags

Read More
Reflection with generic syntax fails on a return parameter of an overridden method...

c#.netreflectioncustom-attributesbase-class-library

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

c#timezone.net-corenodatimebase-class-library

Read More
Where in BCL code the implementation for operators && and & on booleans can be found?...

c#booleanoperator-overloadingbase-class-library

Read More
Are there classes for managing HTML objects in .Net?...

c#.netbase-class-library

Read More
In what PCL profile, if any, does SortedList<K, V> exist?...

c#portable-class-librarybase-class-library

Read More
.NET 4.5 CustomReflectionContext: what is it useful for?...

.netreflectionbase-class-library.net-4.5

Read More
Getting DefaultValue for optional Guid through reflection?...

c#reflectionoptional-parametersvalue-typebase-class-library

Read More
Can a byte[] buffer for a MemoryStream have variable size?...

c#serializationmemorystreambase-class-library

Read More
Microsoft.Threading.Tasks referencing an incorrect System.Threading.Tasks.dll version...

c#.netvisual-studiobase-class-library

Read More
After adding Microsoft.Bcl.Async other projects don't recognize my dll...

c#visual-studio-2012asynchronous.net-4.0base-class-library

Read More
Why AppDomain.ShadowCopyFiles is string?...

c#.netbase-class-libraryshadow-copy

Read More
Expiring Lazy<T> class...

c#.netbase-class-library

Read More
Is there any kind of "ReferenceComparer" in .NET?...

c#.netcomparisonbase-class-library

Read More
What platforms need to include Microsoft.Bcl.* NuGet packages?...

.netnugetportable-class-librarybase-class-library

Read More
BackNext