query
stringlengths
15
143
relevant
sequencelengths
1
16
Parse Math Expression
[ "38777280", "13903621", "56010868", "355062", "13223864", "35340376", "10062875" ]
Abstract constructor in C#
[ "504977" ]
Random number in a loop
[ "54574706", "767999" ]
What is the difference between an Array, ArrayList and a List?
[ "57605833", "2309694" ]
Order of items after using LINQ Select extension method
[ "204505" ]
C#: create a do-nothing Action on class instantiation
[ "1743013", "15634886", "31412855" ]
Visual Studio 2010: How to generate documentation out of code comments?
[ "51782" ]
C# different ways of casting -- (T)obj vs obj as T
[ "496096" ]
Slowly moving an object to a new position in Unity C#
[ "36850253" ]
What advantages does using var have over the explicit type in C#?
[ "10572693", "41479", "18548571", "209199" ]
A better way to find a difference between two arrays
[ "683310" ]
Split and join C# string
[ "11025690", "41706330" ]
Why disposing StreamReader makes a stream unreadable?
[ "1862261" ]
Lists: Count vs Count()
[ "7969354" ]
Difference between static and const variables
[ "2512946", "59475028" ]
is there any way to make this code shorter?
[ "297526" ]
How to get the first element of IEnumerable (non-generic)?
[ "2317108" ]
WCF Error - The maximum message size quota for incoming messages (65536) has been exceeded
[ "2908857" ]
When should I use "using" blocks in C#?
[ "212198", "75401", "4121356", "1034639", "278902", "2334521", "678781" ]
Negating Func<T, bool> in lambda expression
[ "2166591" ]
How to test two dateTimes for being the same date?
[ "683037" ]
Common method for printing arrays and lists of any types
[ "53279589", "4981390" ]
What does the tilde mean in an expression?
[ "387424", "5673523", "26368536", "35523995", "32991483" ]
Method parameter array default value
[ "39921413", "3480382" ]
No implicit conversion between int and null
[ "75746" ]
c# What is the different between static class and non-static (I am talking about the class itself not the field)
[ "323022" ]
Remove items in one IList<> from another IList<>
[ "2745544", "16606281", "14942373" ]
Loop through Dictionary
[ "1070766" ]
TimeSpan to Custom string like HH:mm:ss
[ "574881" ]
what does this attribute do: MethodImplOptions.NoInlining (or: what is 'inlining' a method)
[ "3924995", "473782" ]
Find matching guid in string
[ "11040707" ]
Watermark for Textbox
[ "578193", "4902565" ]
What is the difference between WaitAll and WhenAll?
[ "6123406" ]
Random Number Generation - Same Number returned
[ "273313", "49225266", "65241158", "4479592", "44486668", "767999" ]
Subtract one day from DateTime object
[ "33812210", "1498431" ]
What is the meaning of ToString("X2")?
[ "15233290" ]
Make child classes unable to override method implementation
[ "797530" ]
How to correctly unwrap a TargetInvocationException?
[ "57383" ]
Why use Convert.ToInt32 over casting?
[ "3168704" ]
In .NET, at runtime: How to get the default value of a type from a Type object?
[ "2490244" ]
Will all objects created inline in a `using` statement be disposed of?
[ "17317251" ]
Capturing Ctrl + Shift + P key stroke in a C# Windows Forms application
[ "3062587" ]
Having a collection in class
[ "21692193" ]
Is there a way to use something similar to c# 's at quoting (@" ") in java
[ "2018556" ]
How to pass a nullable type to a P/invoked function
[ "11901534", "47997942", "47578423" ]
get nth weekday of month in C#
[ "288513" ]
C#: Difference between List<T> and Collection<T> (CA1002, Do not expose generic lists)
[ "1872017", "271710" ]
Setting custom <OutputPath> in .NET Core (stop adding framework target)?
[ "43602782" ]
C# accessing protected member in derived class
[ "567705" ]
Get key by value in hash table c#
[ "255341" ]
optional array Parameter in C#
[ "3480382" ]
How can I merge two JObject?
[ "14121010", "30539629", "29775839" ]
GetMethod for generic method
[ "269578", "15671421" ]
Creating a true random
[ "932520", "1234094" ]
escape for "{" inside C# 6 string interpolation
[ "91362" ]
What does a public constructor on an internal class mean
[ "3780801", "23499481" ]
Difference between ref and out parameters in .NET
[ "3000802", "4186883", "25619214", "5333455", "388464", "516882", "9311768", "24757277" ]
C# Serialization/Inheritance
[ "182873" ]
how to always round up to the next integer
[ "921180" ]
Can a DateTime be null?
[ "221732" ]
How to convert Excel sheet column names into numbers?
[ "667802" ]
does java have something similar to C# properties?
[ "34045820", "2701077" ]
Efficient, Immutable, Extensible Collections for .NET
[ "927181" ]
Recursive / nested locking in C# with the lock statement
[ "391913" ]
var versus concrete type usage
[ "1873873", "50319860" ]
C#: what's the difference between SomeEvent += Method and SomeEvent += new Delegate(Method)
[ "3585793", "22168842" ]
How to check for file lock?
[ "33885505", "876473", "24405595", "424830" ]
Remove decimals in a currency
[ "890100" ]
How to solve Object reference not set to an instance of an object.?
[ "4660142" ]
C# Custom data type!
[ "227731" ]
Cannot convert string to GUID in C#.NET
[ "104850" ]
C# 7.0 in Visual Studio Enterprise 2015
[ "39461407" ]
DateTime is not equal
[ "1181662" ]
C# base() constructor order
[ "1882692" ]
Difference between 2 DateTimes in Hours?
[ "4946316" ]
Is readonly variable thread safe?
[ "8286222" ]
How can Directory.Getfiles() multi searchpattern filters c#
[ "163162" ]
How can I hide my application's form in the Windows Taskbar?
[ "3900947" ]
Closures in C# event handler delegates?
[ "271440", "41119726" ]
Overriding vs method hiding
[ "392721", "48907731", "22918135", "31717819" ]
Sending complex object via ajax to controller
[ "42432961" ]
How do I explicitly run the static constructor of an unknown type?
[ "2524906" ]
Cannot be embedded. Use the applicable interface instead
[ "2483659" ]
The calling thread cannot access this object because a different thread owns it.WPF
[ "9732709", "24812741", "1111369", "64046891", "57612499", "38305209", "62833595" ]
How to make an exe start at the Windows Startup
[ "3012151" ]
Unrecognized Escape Sequence C# 6 String Interpolation
[ "27767173" ]
Can't access to HttpContext.Current
[ "15117379" ]
What is AppDomain?
[ "665668", "760156" ]
What does the @ symbol before a variable name mean in C#?
[ "54733595", "15543841", "22196866", "4736227", "4096518", "32782726", "91817", "32321674", "4726544", "1038674", "39750711", "56558555", "40931743" ]
Why must C# extension methods be defined in static classes?
[ "50718573", "3930335" ]
Datatable VS dataview
[ "7382932" ]
How can I log the generated SQL from DbContext.SaveChanges() in my Program?
[ "11578374" ]
Purpose and Meaning of "specialname" and "rtspecialname" in IL
[ "19788010" ]
C# thread method return a value?
[ "1942255" ]
Immutability of structs
[ "441309" ]
Bug in compiler or misunderstanding? Or operator on shorts
[ "31542256" ]
'Windows.Storage.StorageFile File = await FilePicker.PickSingleFileAsync()' not working
[ "32237802", "36100151" ]
Passing DBNull.Value and Empty textbox value to database
[ "2602949" ]
c# convert system.IO.Stream to Byte[]
[ "221925" ]
How to catch ALL exceptions/crashes in a .NET app
[ "219594" ]