Search code examples
How i can add endpoint (or сatch a request and check its path) to BCL?...

c#.netasp.net-coreasp.net-web-apibase-class-library

Read More
Why List<T> uses its own cached empty array instead of Array.Empty<T>?...

c#.net.net-corebase-class-library

Read More
Why is there no Char.Empty like String.Empty?...

c#.netstringcharbase-class-library

Read More
Relationship between Base Class Library and .NET Standard...

c#.net.net-standardbase-class-library

Read More
What does RuntimeHelpers.GetHashCode do...

c#.netclrbase-class-library

Read More
How to create testable code using .Net IO classes?...

c#dependency-injectiontddinversion-of-controlbase-class-library

Read More
What is a C# analog of C++ std::pair?...

c#.netdata-structuresstd-pairbase-class-library

Read More
Why does List<T> implement IReadOnlyList<T> in .NET 4.5?...

.net.net-4.5base-class-library

Read More
Efficient, Immutable, Extensible Collections for .NET...

c#immutabilitybase-class-library

Read More
Possible to add an element to a .NET Dictionary skipping the internal ContainsKey() call...

c#.netdictionarybase-class-library

Read More
How can I convert BitArray to single int?...

c#.netbinaryintegerbase-class-library

Read More
Convert from BitArray to Byte...

c#.netbinarybitarraybase-class-library

Read More
Why no AutoResetEventSlim in BCL?...

c#.netmultithreadingc#-4.0base-class-library

Read More
DevOps CI pipe is failing claiming Microsoft.Bcl.Build...

visual-studiodevopsvisual-studio-2019base-class-library

Read More
How did Microsoft create assemblies that have circular references?...

.netassembliescircular-referencebase-class-library

Read More
Why do BCL Collections use struct enumerators, not classes?...

c#.netienumeratorbase-class-library

Read More
What changed in System.ValueTuple 4.4.0 -> 4.5.0?...

c#.netc#-7.0base-class-libraryvaluetuple

Read More
Does Every .NET Language have their own built in library or they follows BCL (Framework Base Class L...

c#.netbase-class-library

Read More
installing nuget package "same key has already been added."...

c#visual-studionugetbase-class-library

Read More
Microsoft.Bcl.AsyncInterfaces error (in CSVHelper method) when running the application installed by ...

wpfvisual-studiosetup-projectcsvhelperbase-class-library

Read More
Why doesn't the BCL have CRC classes?...

.netbase-class-library

Read More
How to make a ReadOnlyCollection from a HashSet without copying the elements?...

c#base-class-library

Read More
What is the maximum amount of characters or length for a Directory?...

c#.netbase-class-library

Read More
What is the GetFullPath(String, String) overload?...

c#base-class-library

Read More
When does the UnderlyingSystemType differ from the current Type instance...

c#.netclrbase-class-library

Read More
MSBuild fail to build web site with reference a Bcl related library...

.netvisual-studiowebmsbuildbase-class-library

Read More
WPF coded UI test randomly fails with weird ArgumentException...

c#wpfexceptioncoded-ui-testsbase-class-library

Read More
Why is a Dictionary "not ordered"?...

c#.netdictionarybase-class-libraryoperator-precedence

Read More
Is the AES key good enough?...

cryptographybase-class-librarysystem.security

Read More
How to create multiple directories from a single full path in C#?...

c#.netbase-class-library

Read More
BackNext