Do NOT use for questions about .NET Core - use [.net-core] instead.
I love string.IsNullOrEmpty method. I'd love to have something that would allow the same functionality for IEnumerable. Is there …
c# .net linq collections ienumerableI'm interested: What is C#'s analog of std::pair in C++? I found System.Web.UI.Pair class, but …
c# .net data-structures std-pair base-class-libraryI am getting this error while on of my .Net application are trying to make a connection to oracle database. …
.net oracle oracle11gIt's clear that a search performance of the generic HashSet<T> class is higher than of the generic …
.net performance collections list hashI am new to asynchronous programming with the async modifier. I am trying to figure out how to make sure …
c# .net asynchronous console-applicationI have a project in Visual Studio. How can I find out which .NET Framework version it's for?
.net version