so_question_id
stringlengths
1
8
historical_title
stringlengths
10
209
3887532
C# 4.0 - A question about static members inside non-static classes and garbage collection
218555
Differentiating between single and double clicks in .Net
2203320
ASP.NET MVC Master Page Menu Based on User Role
2289420
confusion with clone method.
2548613
XSLT question, how to transform xml when I have xslt file stored, but object in mem?
1128073
Why is instantiating a collection of new generic objects in a generic method slow?
21267307
What is point of await on the async call?
4403055
boxing unboxing and generics
2109171
C# naming conventions
3141426
C# SentanceCase
52612494
Why is ASP.NET skipping a custom middleware after the initial call?
3457849
interview qestion on C# implicit typing.
2675537
C#: Using as bool? instead of object something = ViewState["hi"]
21289340
How can I compare two collections and have EF6 update the database for objects with changes only?
1302864
Unrecognized escape sequence for string containing backslashes - in C#
339344
Is there a .Net equivilent to Apache Hadoop?
6224454
On C# RFC-1867 upload methot how to set attributes ?
4928763
Compiling Native, Mixed, and Safe C++/CLI with C# results in Head Corruption
10306872
Use google analytics API to show informations in c#
943941
How is the best way to convert Action<T> to Func<T,Tres>?
249066
How to clean user input using ASP.NET MVC
38680414
Substituion number confusing
19198037
Declare Lambda Expression as a class field
8497255
C# - Inherit form internal class via reflection
33693912
How to check when an item in MemoryCache will expire
1555397
Formatting Large Numbers
10846488
Understand linq syntax using asp.net 4.0
16204889
How to set ARPPRODUCTICON property in WinForms app
2023193
c# Instanciating Internal class with private constructor
10622674
Chart by code again
11278081
C# Convert Words(string) to Int
4282031
is the following exactly same
2180221
WPF: Two-way binding?
1211608
Possible to itterate backwards through a foreach? C#
20297049
How run mongo cammand "rs.status" from c# driver
299703
C#: delegate keyword vs. lambda notation
45464271
How do I get Visual Studio to include Nuget dependencies in my build output?
2468256
How do I determine the .NET framwork version in a partial/medium trust environment?
1491909
How to check if COM component(exe/dll) is registered or not [using .NET]?
36303719
PDFSharp - imbricated tables?
34422168
C# design reason behind statement of the form (j++); giving compile error?
9822987
Why does the .Net Dictionary looks like it is sorted?
4138132
C# Unit Test , how to test Greater than
2699466
LINQPad - Dump extension method - I want one!
3486672
C# timer (Slowing done a loop)
4660142
What is a NullReferenceException in .NET?
3775546
Simple Threading, why does this happens? (C# winforms)
3940587
Calling stored procedure from C#.net?
20432682
Returning disposable object from method
4923936
C#: Casting a generic element type downwards
194157
C# - How to get Program Files (x86) on Vista x64
2188201
Is there a way to detect if a debugger is attached to a process from c#
9
How do I calculate someone's age in c#?
644708
Why does (UInt32)1 << 33 == 2?
290980
Windows Forms Error: "A strongly-named assebly is required"
38365749
Dynamically update data from a get requests through Unity HoloLens app using coroutines
5327270
How to make Visual studio debugger stop when handled-exception occurs C#
588990
C#: How do you detect the main hard drive letter such as C: drive?
6339602
Why C# don't support the return of refferences?
14057788
Why use yield in C#?
7979677
DateTime.ToLcalTime() in winter/summer time
6953424
Log4Net: Log in 2 byte languages (japanese, chinese etc.)
14184191
Will Dijkstra's algorithm work when there are more than 1 direct connections in an undirected graph
233711
Add property to anonymous object after creation
17232575
XDocument.Validate does not fail
3390286
Making Console Application like Windows Application
101162
JSON and MVC
3147744
managed C++ <=> C#
27151992
Save As when Returning FileStreamResult from MVC Controller
3854358
How to Make AutoComplete TextBox in asp.net
8983843
How can I emulate Autofac Module with SimpleInjector
3873695
C# Configuration Manager
12394520
Draw a single sprite at random positions 10 times xna
23789106
Is CSharp Constructor thread safe?
14517798
append values to query string C#
563549
difference between even and delegate
14755687
"using" statement in SqlDataReader?
32418206
C#: Something similar to "using" that will create an object and call a method on it when done, but let me do what I want in between
33152837
Preserve spaces when deserializing XML to object
2882817
How do I change a page in ASP?
19267130
MVC Application Load
3548401
c# sql database - how to save image in sql db
32049742
EF 7 set initial seed value
34361260
Cant get icon from a file location in c# WPF
14768436
Supress member is never assigned to warning is C#
8511066
Why doesn't Anders Hejlsberg infer my generic types?
3167185
Whats better interface or abstract class ?
24224442
Entity Framework, Fluent API, what is the proper useage of HasColumnType and Database generated
1705322
WPF Binding objects defined in codebehind
24033629
ImmutableDictionary has no constructors defined
8000031
very basic linq to sql query for a real beginner
3914858
Can I give default value to parameters in C# functions?
3603385
What is the equivalent to "System.Windows.Forms.Application.X" for obtaining startup path, app data path, etc.?
1561296
.net : stack vs. heap
2361674
c# howto check if 2 files are equal
14063203
C# const array of strings
10776121
what is unit of work pattren in EF?
53857097
Deserialiing Elasticsearch Results via JSON.NET
46949192
Docker: applications works find via docker-compose up, but how to run it via Visual Studio and debug?
3919135
Creating Thousands of Threads Quickly and Executing Them Simultaneously