query
stringlengths
15
143
relevant
sequencelengths
1
16
How to convert a byte array to Stream
[ "4736155" ]
c# Hide a property in datagridview with datasource
[ "1066907" ]
C# 4 default parameter values: How to assign a default DateTime/object value?
[ "2168798" ]
How to declare a generic delegate with an out parameter
[ "51934434", "1283127" ]
When to use a property vs a method?
[ "601621" ]
C# protected members accessed via base class variable
[ "567705" ]
How do I assign a null value to a struct for a pinvoke call?
[ "736474" ]
foreach(... in ...) or .ForEach(); that is the question
[ "2024305" ]
Named Parameters and the params keyword in C#
[ "4059330" ]
How can I get the actual SQL that caused an SqlException in C#?
[ "2964838" ]
How to use C# generics without wildcards?
[ "4732494" ]
Add SqlParameter to bind LIKE '%@x%'
[ "665129" ]
Data at the root level is invalid
[ "7544475" ]
How to make a generic number parser in C#?
[ "3502493" ]
How to convert a part of string to lowercase in c#
[ "1206019", "4135317" ]
Compare Values of 2 Lists C#
[ "3669970" ]
C# Task thread pool - Running 100 tasks across only 10 threads
[ "14075029" ]
Default threads in c# very small console application ( Visual Studio 2012 )
[ "3476642" ]
NullReferenceException was unhandled by user code - Object reference not set to instance of an object
[ "4660142" ]
Multiple where conditions in EF
[ "11194" ]
How to remove spaces and newlines in a string
[ "5203607" ]
How do I lock a windows workstation programmatically?
[ "62946805", "46200911", "1263047" ]
What does "var" mean in C#?
[ "40323185", "1552881", "41479", "54748169" ]
Run shell commands using C# and get the info into string
[ "14115768", "1585354" ]
In C# what is the thing written in square brackets before a class or a function?
[ "20346" ]
What's the difference between List<string> and IEnumerable<String>?
[ "764748" ]
A const field of a reference type other than string can only be initialized with null Error
[ "5142349" ]
Pass an event as a parameter to a method
[ "60837810", "2560258", "53724715" ]
C# Struct Generic Constructor
[ "522280" ]
Accessing c++ dll library from c#
[ "3506796" ]
.NET Stopwatch - performance penalty
[ "2923283", "28637" ]
Count the number of times a string appears within a string
[ "541954", "50261730" ]
How do I set combobox read-only or user cannot write in a combo box only can select the given items?
[ "85702" ]
An extension method on IEnumerable needed for shuffling
[ "1651619" ]
String to byte array
[ "321370", "311165" ]
Is FirstOrDefault/First and OrderByDescending, quicker than LastOrDefault/Last and OrderBy?
[ "6680666" ]
Regular expression to find URLs within a string
[ "758135" ]
The remote certificate is invalid according to the validation procedure
[ "777607" ]
How to print List as table in console application?
[ "856845" ]
Nullable DateTime conversion
[ "60908392", "330471" ]
const vs. static readonly
[ "55984" ]
How to check if two Expression<Func<T, bool>> are the same
[ "283537", "5405932", "12229338", "14043948" ]
Break inside switch Cannot Terminate FOR Loop
[ "1987379" ]
Double ToString - No Scientific Notation
[ "1546113", "21257251", "21732569", "57326457", "18357374" ]
How do I specify the Linq OrderBy argument dynamically?
[ "45281555", "49255190", "41244", "50797614" ]
Error: member names cannot be the same as their enclosing type
[ "4074055" ]
C# WPF Disable the exit/close button
[ "743906" ]
Why is this a valid comparison
[ "1972262" ]
What does Using(.....){...} mean
[ "212198", "614959" ]
Are elements in a .NET's Dictionary sequential?
[ "4007782" ]
What exception to throw on invalid object state?
[ "259800" ]
C# Best way to ignore exception
[ "38293228", "4913159" ]
Different Generics T in the same collection
[ "3215402" ]
When to use static classes in C#
[ "4050272", "7933540", "4677221", "21902151", "25885515", "9747116", "1068431", "56197298", "9272211", "13117623", "205689", "22267227", "7042143" ]
Stop Task when task run
[ "13033258" ]
Using implicit typing
[ "296783" ]
Is there a way to implement unary operators for enum types?
[ "1355817" ]
Type.GetType() returning null
[ "1825147" ]
Box and UnBox what does it means?
[ "2111857", "13055" ]
c# - Show a decimal to 6 decimal places
[ "3059759" ]
Get datetime value from X days go?
[ "3993226" ]
ExecuteScalar(); With scope_identity() Generating "System.InvalidCastException: Specified cast is not valid"
[ "25017874", "3027755", "33829293" ]
Converting from IEnumerable to List
[ "64918474", "52997773", "42431646", "961375" ]
C# string vs String, bool vs Boolean
[ "7074" ]
c# Tuple - What is a practical use of Tuple
[ "13640322" ]
How Does Local-Scope Work in C#
[ "2049330", "296755" ]
Do you recommend Native C++ to C++\CLI shift?
[ "297323" ]
How to collapse If, Else, For, Foreach, etc clauses?
[ "285422" ]
Why doesn't C# support variant generic classes?
[ "9381507", "42318724" ]
How do I ensure a form displays on the "additional" monitor in a dual monitor scenario?
[ "9112161", "51441620", "21171764", "1363374" ]
LINQ and a natural sort order
[ "248603", "19840292" ]
Good CSV Writer for C#?
[ "1684667" ]
Overriding == operator. How to compare to null?
[ "73713" ]
Declare a generic type instance dynamically
[ "325156", "232535", "234008", "22181721", "326285" ]
How do I create a generic class from a string in C#?
[ "493490", "690986" ]
How do I Unregister 'anonymous' event handler
[ "59972581", "183367", "63020295", "3756079", "14194140", "1362204", "25563518" ]
Transaction in pure C# coding
[ "1765615" ]
How to delete cookie from .Net
[ "7079565" ]
C# enum array accepting a wrong value
[ "6413804" ]
C# as a scripting language
[ "8406400" ]
Is there Boxing/Unboxing when casting a struct into a generic interface?
[ "3032750" ]
How to sort List<Point>
[ "3309188" ]
Stopwatch vs. using System.DateTime.Now for timing events
[ "7784050", "6986147", "23248650", "28637" ]
Order of calling constructors case of inheritance in c#
[ "1882692" ]
Difference between Func<> with delegate and lambda expression
[ "299703" ]
what is the difference between Convert.ToInt16 or 32 or 64 and Int.Parse?
[ "199470" ]
How retrieve only filename from save file dialog
[ "7793158" ]
Using different versions c# and .NET Framework with dll
[ "247621" ]
Initialize value of 'var' in C# to null
[ "2904689", "44749084" ]
Structs, Interfaces and Boxing
[ "35902755", "52146694", "63671", "5757324" ]
What is the difference between Bitwise AND & and LOGICAL AND &&
[ "3154132" ]
MVC access application variable in controller
[ "5286301" ]
Specifying constructor constraint for Generic Parameter
[ "1852837" ]
Replacing a char at a given index in string?
[ "22591715", "3306568", "3263817", "48244987" ]
Parse XML string to class in C#?
[ "364253" ]
How can I add C# 6.0 to Visual Studio 2013?
[ "27093908" ]
Static extension methods
[ "60524946", "4608740", "249222", "22329852" ]
UserControl vs CustomControl in C#
[ "1322451" ]
Does Enumerable.Where in LINQ-to-objects preserve order?
[ "204505" ]
How do you create a standalone exe in Visual Studio?
[ "189549" ]