query
stringlengths
15
143
relevant
sequencelengths
1
16
c# how to get last time in foreach statement?
[ "7476174" ]
send pdf file to a printer - print pdf
[ "6103705" ]
Explanation of int? vs int
[ "121680" ]
Attached Property Changed Event?
[ "7658291", "2192612" ]
Update List<T> using foreach loop and Condition using LINQ/LAMBDA
[ "14729239" ]
How to check if a String contains any letter from a to z?
[ "43939488", "6017778", "46568247" ]
C# String.Format with Curly Bracket in string
[ "3773857" ]
C# anonymously implement interface (or abstract class)
[ "191013" ]
Is there some trick to use 'out' parameters inside lambda function?
[ "1283127" ]
Can a property name and a method name be same in C#?
[ "6616136" ]
Honestly, what's the difference between public variable and public property accessor?
[ "295104", "1277572" ]
This type of CollectionView does not support changes to its SourceCollection from a thread different from the Dispatcher thread
[ "64790976", "2091988", "61781684", "45497622", "62657206", "51179756" ]
How to avoid .NET DLL files from being disassembled?
[ "2478230" ]
Is int? a value type or a reference type?
[ "3149173" ]
Object reference not set to an instance of an object.
[ "22490526", "779091", "41792362", "4660142" ]
Sorting ObservableCollection
[ "19112922", "16562175" ]
Floating point division returns integer numbers
[ "10851273" ]
C# 4.0: Can I use a Color as an optional parameter with a default value?
[ "2168798" ]
Why && and || cannot be used for nullable type?
[ "4349016" ]
protected internal
[ "941104" ]
How to measure memory usage with C# (as we can do in Java)?
[ "2342023" ]
Practical difference between List and IEnumerable
[ "3628425", "1072614", "45341151" ]
double[,] type, how to get the # of rows?
[ "4260207" ]
Convert List<List<string>> to List<string>
[ "649773" ]
cannot convert from 'void' to 'System.Action'
[ "3387812" ]
Format a number to always have a sign and decimal separator
[ "348201", "26140371" ]
In C#, is "this" keyword required?
[ "19696016", "23250", "41462260", "4633783", "3253871" ]
Usage of this keyword inside parameter c#
[ "846766" ]
DateTime?.ToString(format)
[ "1833054" ]
C# to VB.NET: the **default** keyword?
[ "354136" ]
How is the performance of reflection APIs such as GetType() and GetTypes()?
[ "25458" ]
What does "throw;" by itself do?
[ "2999298" ]
How to add List<> to a List<> in asp.net
[ "1825568" ]
How to set only time part of a DateTime variable in C#
[ "1859248" ]
Is there any functional difference between c# sealed and Java's final keyword?
[ "1327544" ]
what is "?? "operator in c#?
[ "827454" ]
Convert an int to an ascii char c#
[ "289792" ]
Returning two strings in a function in C#
[ "16504998" ]
Why does Int32.Equals(Int16) return true where the reverse doesn't?
[ "9420288" ]
Is it possible to write extension methods for Console?
[ "249222" ]
Is this an if else statement
[ "446835" ]
Task.Factory.StartNew or Parallel.ForEach for many long-running tasks?
[ "5009181" ]
how to load a XDocument when the xml is in a string variable?
[ "747554" ]
Abstract class > mandatory constructor for child classes
[ "504977" ]
Applying '==' operator to generic parameter
[ "390900" ]
String to byte[] and vice versa?
[ "472906" ]
Displaying graphs from within a C# .NET console app?
[ "7654690" ]
Why return a collection interface rather than a concrete type?
[ "400135" ]
SQLite Very Slow ExecuteNonQuery
[ "3852068" ]
Convert YYYYMMDD string date to a datetime value
[ "1592653" ]
C# create Object obj = new T()?
[ "6529611", "50612677" ]
How to call TryParse dynamically?
[ "2961656" ]
How to get running applications in windows?
[ "648410" ]
Equality for anonymous types
[ "12123512" ]
Instantiate Generic Type in C# class
[ "658951" ]
StandardOutput.ReadToEnd() hangs
[ "139593", "58450069" ]
Tools for Memory leaks in .Net executable
[ "3927" ]
What does placing a @ in front of a C# variable name do?
[ "14541633", "15239479", "91817", "5824410", "5280283", "2653711" ]
Why do I need to cast a dynamic object when calling IEnumerable.Contains()?
[ "5311465" ]
Is order guaranteed in an or expression
[ "16711051" ]
In C#, what is the `?` in the type `DateTime?`
[ "109859" ]
Correct way to override Equals() and GetHashCode()
[ "54521440", "14958098", "43825573", "2363143", "39814362" ]
Calling a method with ref or out parameters from an anonymous method
[ "384918" ]
How can I convert a hex string to a byte array?
[ "61492994", "34090249", "36132458", "7452139", "47483597", "8515065", "20028079", "7878805", "43065465", "50982972", "311165" ]
Select a value from drop down using Selenium WebDriver C#
[ "5278281" ]
How do I get the second element in a collection, using LINQ?
[ "3701135" ]
TransactionScope With Files In C#
[ "40542705", "7939339" ]
Extract properties of sql connection string
[ "10550541" ]
Converting string expression to Integer Value using C#
[ "2859111", "174664", "333737", "50572487", "1437964", "9072943", "11585524", "355062" ]
Why specify culture in String conversion
[ "8492449" ]
Access to the path is denied when using Directory.GetFiles(...)
[ "172544", "61023523", "1393178" ]
c# - how to copy a section of "byte[]" to another array?
[ "733243" ]
Best way to update an element in a generic List
[ "9854917" ]
C#/.NET: Detect whether program is being run as a service or a console application
[ "200163" ]
Casting to nullable enum
[ "5199419" ]
Public accessors vs public properties of a class
[ "295104" ]
C# pattern to prevent an event handler hooked twice
[ "367523" ]
Using JSON.NET to return ActionResult
[ "21938907", "25559179", "46256854" ]
c# file move and overwrite
[ "5920882", "10305187" ]
IEnumerable , IEnumerator vs foreach, when to use what
[ "558304", "37629114" ]
Array of ValueType in C# goes to Heap or Stack?
[ "1113819" ]
Programmatically get C# Stack Trace
[ "531695" ]
Round UP c# TimeSpan to 5 minutes
[ "2714221" ]
usage and explanation of => syntax
[ "167343" ]
How to get random values from array in C#
[ "7816886", "48087", "2019417", "66218110" ]
Casting stream to filestream
[ "3769067" ]
Ternary operator behaviour inconsistency
[ "5882497", "6137974", "42690073", "220250" ]
New transaction is not allowed because there are other threads running in the session LINQ To Entity
[ "2113498" ]
Why is string.IsNullOrEmpty faster than comparison?
[ "10360370" ]
Declare variable in Razor
[ "6601715" ]
How to deserialize xml to object
[ "56675184", "3187444" ]
Using implicitly typed local variables
[ "545616" ]
C# dynamic operator
[ "174664", "12993153" ]
Putting { in verbatim string with C#
[ "91362" ]
I want to get index in array which contains my value in C#
[ "1764970" ]
How to add rows to datagridview winforms?
[ "10063770" ]
extract the date part from DateTime in C#
[ "10893297", "24909090", "6121271", "56673864", "33428987" ]
Why can't we debug a method with yield return for the following code?
[ "5705927" ]
How do I translate a List<string> into a SqlParameter for a Sql In statement?
[ "11508240", "2377506", "64823147", "43997516" ]
Why are locks performed on separate objects?
[ "57789888", "230716" ]