query
stringlengths
15
143
relevant
sequencelengths
1
16
C# Set Registry Value throws UnauthorizedAccessException
[ "2732126" ]
Difference between Expression<Func<>> and Func<>
[ "793571" ]
Nullable restrictions
[ "7597218" ]
C#: Can someone explain the practicalities of reflection?
[ "429962" ]
Mock User.Identity in ASP.NET Core for Unit Testing
[ "38557942" ]
Await operator can only be used within an Async method
[ "9208921", "29299202", "29752172" ]
Most light weight conversion from hex to byte in c#?
[ "311165" ]
What is a "STRONG NAME" in .NET?
[ "1436879" ]
What does <T> denote in C#
[ "400314", "59594405", "10248109" ]
How to get all the possible 3 letter permutations?
[ "32591616", "30949341", "756055" ]
Lambda expression in C#
[ "167343" ]
Switch case on type c#
[ "298976" ]
"dynamic" keyword with builder pattern hides extension method
[ "5311465" ]
Get file modify date in C#
[ "3360324" ]
Define a generic that implements the + operator
[ "3636013", "3652053", "147646" ]
What is the being called here: return _()
[ "45323628" ]
Which sql server data type best represents a double in C#?
[ "1209181" ]
c# if String Contains 2 "hallo"
[ "541954" ]
Converting List<T> to Array (multidimensional)
[ "678178" ]
How to ignore comments when reading a XML file into a XmlDocument?
[ "1874132" ]
What is the difference between Debug Mode and Release Mode in Visual Studio 2010?
[ "367884", "4043821", "35299951" ]
How can I test void methods?
[ "23723289", "246038" ]
Is using reflection in .Net effects the performance reasonably bad?
[ "25458" ]
C#: if a class has two constructors, what is the best way for these constructors to share some code?
[ "4009013" ]
difference between IEnumerable<T>.Reverse & List<T>.Reverse
[ "12390971" ]
using await inside properties in C#
[ "6602244" ]
Basic implementation of AOP like attribute using standard .NET Framework
[ "2206554" ]
Benchmarking method calls in C#
[ "969290" ]
Lambda variable capture in loop - what happens here?
[ "5444673", "62704297", "271440", "37577330", "49629682", "39661748", "23831541" ]
How to pause a Threading.timer to complete a function
[ "684200" ]
How to generate 8 byte GUID value in c#?
[ "5678177" ]
How to conditionally invoke a generic method with constraints?
[ "232535" ]
Finding an enum value by its Description Attribute
[ "4367723", "10126925", "15580398", "15458735", "30209039", "2787506", "15233780", "23724413" ]
Why does Resharper say, "Co-variant array conversion from string[] to object[] can cause run-time exception on write operation" with this code?
[ "8704332" ]
How to use linq to find the minimum
[ "914109" ]
How to stop C# console applications from closing automatically?
[ "62075168", "45237051", "48169507", "57700900", "65604548", "16952846", "8868338", "41727352", "56241179", "44953437", "47350622" ]
Programatically generated HTML email is classified as junkmail by Outlook
[ "5042309" ]
What exactly is an "open generic type" in .NET?
[ "63876407", "54312889", "1735035", "9127645" ]
How to remove all eventhandler
[ "153573" ]
Usage of Reactive Extensions in the "Real World"
[ "2550763", "1596158" ]
Checking strings for a strong enough password
[ "3131025", "5142103" ]
Created Button Click Event c#
[ "4291077" ]
How to maintain page scroll position after a page postback in asp.net
[ "10134963" ]
Converting an Int to a BCD byte array
[ "2448303" ]
Constructors versus Initializors in C#
[ "740658" ]
Running Visual Studio as Administrator does not see mapped network drives
[ "42666740", "18266637", "59879807" ]
Using var or not using var
[ "356846", "53235823" ]
Group by range using linq
[ "1375997" ]
How to make .NET attribute only valid on certain types
[ "1190649" ]
Const array of strings
[ "5142349" ]
inherit from System.Object
[ "52110090", "8268782" ]
If Condition inside switch case
[ "6696692" ]
How can I subtract 6 hour from the current time?
[ "3993226" ]
Why does .NET Framework not use unsigned data types?
[ "35337568", "3658560", "66158691", "490222", "14147157", "2013116", "6301" ]
How I can get the calling methods in C#
[ "171970", "10819883" ]
Scroll to bottom of C# TextBox
[ "898307" ]
Random.Next returns always the same values
[ "16175490", "20442694", "58542249", "40949834", "24753867", "44544524", "44952079", "56492783", "34110322", "44210647", "37841241", "767999" ]
How to read data from excel file using c#
[ "15828" ]
Addition in C#.net doesn't work in some cases
[ "3259352" ]
Why this difference of handling method ambiguity in Java & c#?
[ "7188133" ]
How to get window's position?
[ "1364440", "33883948", "6415222" ]
Dictionary with null key?
[ "54007231", "1916814", "63000271" ]
How to declare session variable in C#?
[ "2344636" ]
C# does not inherit the constructor from base class
[ "617336", "426484" ]
String.IsNullOrEmpty or string.IsNullOrEmpty
[ "7074" ]
How to know if a session has been set
[ "234973" ]
How to target .net 4.5 with CSharpCodeProvider?
[ "9591584" ]
How to Make a PictureBox Scrollable
[ "4710145" ]
Avoid switch case -linq
[ "41244" ]
C#: How to find the default value for a run-time Type?
[ "1281161" ]
Is casting enum to int expensive?
[ "3256713" ]
Difference between private protected and internal protected
[ "47430491" ]
WPF: Take a screenshot and save it
[ "20338960" ]
Should I unsubscribe from events?
[ "1061727" ]
What are the rules to initialization order in C#?
[ "1405709" ]
Why GetType returns System.Int32 instead of Nullable<Int32>?
[ "44682216", "33528909", "785358", "12351279" ]
Double quotes inside string HTML
[ "1928909" ]
Why is ForEach Method only on the List<T> collection?
[ "101265", "29486979" ]
Enum.Parse returning unexpected members
[ "26055942" ]
Make String concatenation faster in C#
[ "45935992", "21078" ]
Countdown timer in console Application
[ "888533" ]
Which Exception to throw when a method try to use a field that can be null?
[ "259800" ]
What is the difference between <% %> and <%= %> in ASP.NET MVC
[ "942166", "197047" ]
How to call extension method which has the same name as an existing method?
[ "28698864", "899539", "58359195", "52000381" ]
c# Anonymous Interface Implementation
[ "15581737" ]
What is the term for empty generic parameters <,> in C#?
[ "6607033" ]
Why is it possible to await an Rx observable?
[ "26046775" ]
Using httpclient in MVC application
[ "10343632" ]
C# The call is ambiguous between the following methods or properties: F(double)' and 'F(decimal)'
[ "26606199" ]
C# '@' before a String
[ "35944963", "556133" ]
Could not find file ... bin\roslyn\csc.exe
[ "32780315" ]
Why does Convert.ToInt32('1') returns 49?
[ "58448899", "3665757", "65652510" ]
What is best practise when instantiating a Castle Windsor container in a class library?
[ "2045904" ]
Can 2 different string have the same hash code in C#?
[ "7968753", "7425142", "45230745", "2975612" ]
Lambda Expression using Foreach Clause
[ "101265", "31915954", "3873427" ]
C# WPF application .NET 4.5 Set Mouse Position
[ "8050825" ]
Is there anyway to #define CONSTANT on a solution basis?
[ "31545758", "3842590" ]
Type cannot be used as type parameter 'T' in the generic type or method - Why?
[ "17434851", "66059235" ]
Using enum as generic type parameter in C#
[ "1331739" ]
How to make a copy of a reference type
[ "78536" ]