Id
int64
4
66.1M
Score
int64
5
8.43k
Title
stringlengths
9
150
Tags
stringlengths
3
92
Answer_score
int64
5
6.41k
45,481
10
How to do streaming read of a large XML file in C# 3.5
<c#><.net><xml><.net-3.5><streaming>
9
45,604
51
Why doesn't C# support implied generic types on class constructors?
<c#><.net><generics>
30
45,779
32
C# Dynamic Event Subscription
<c#><events><reflection><delegates>
29
45,988
26
Choosing a folder with .NET 3.5
<c#><.net><wpf><winforms>
36
46,030
23
C# Force Form Focus
<c#><winforms>
17
46,282
14
How do I create an XmlNode from a call to XmlSerializer.Serialize?
<c#><xml>
13
46,377
33
How do I specify multiple constraints on a generic type in C#?
<c#><.net><oop><generics><type-constraints>
60
46,860
9
Showing a hint for a C# winforms edit control
<c#><winforms><user-interface>
9
46,909
9
Is this the proper use of a mutex?
<c#><mutex>
18
46,918
62
What's the proper way to minimize to tray a C# WinForms app?
<c#><winforms><trayicon>
18
46,933
8
Why doesn't inheritance work the way I think it should work?
<c#><oop><inheritance><covariance><contravariance>
15
47,003
54
C# .NET + PostgreSQL
<c#><.net><postgresql>
58
47,052
8
What code would I use to convert a SQL like expression to a regex on the fly?
<c#><sql><regex><tsql><sql-like>
8
47,089
199
Best way in asp.net to force https for an entire site?
<c#><asp.net><vb.net><webforms><https>
261
47,239
57
How can I generate database tables from C# classes?
<c#><code-generation><data-access>
98
47,262
8
Storing Windows passwords
<c#><.net><windows><security><passwords>
6
47,537
28
C# Console?
<c#><.net><console><interactive>
19
47,707
6
How to start coding the "Dining Philosophers" simulation?
<c#><deadlock><puzzle>
6
47,752
526
Remove duplicates from a List<T> in C#
<c#><list><generics><duplicates>
235
47,833
7
In C#, what is the best way to test if a dataset is empty?
<c#><.net>
17
48,087
165
Select N random elements from a List<T> in C#
<c#><algorithm><collections><random><element>
129
48,288
10
Unexpected behaviour of Process.MainWindowHandle
<c#><.net><msdn>
11
48,668
16
How should anonymous types be used in C#?
<c#><anonymous-types>
18
48,679
6
Copy a file without using the windows file cache
<c#><windows><winapi><filesystems><file-copying>
5
48,680
20
Winforms c# - Set focus to first child control of TabPage
<c#><.net><winforms><focus>
47
48,773
11
Adding extra information to a custom exception
<c#><.net><exception><elmah>
6
48,916
60
Multi-threaded splash screen in C#?
<c#><.net><winforms><multithreading><splash-screen>
46
48,935
48
How can I register a global hot key to say CTRL+SHIFT+(LETTER) using WPF and .NET 3.5?
<c#><.net><wpf><windows><hotkeys>
27
49,147
21
How do I create a MessageBox in C#?
<c#><.net>
47
49,214
75
Populating a list of integers in .NET
<c#><.net><list><integer>
94
49,269
30
Reading default application settings in C#
<c#><.net><winforms><application-settings>
42
49,302
5
How to Identify Postback event in Page_Load
<c#><asp.net>
6
49,809
10
Learning .NET
<c#><.net>
9
49,912
56
Best .NET memory and performance profiler?
<c#><.net><profiling><profiler>
35
50,145
5
How to promote WCF to a non-techie?
<c#><.net><wcf><web-services><soa>
6
50,153
53
Interprocess communication for Windows in C# (.NET 2.0)
<c#><.net><ipc>
72
50,391
5
Is it possible to track allocation/deallocation?
<c#><memory><hook><allocation>
8
50,558
8
How do you initialize a 2 dimensional array when you do not know the size
<c#><array-initialize>
8
51,148
27
How do I find out if a process is already running using c#?
<c#><winforms><external-process>
36
51,176
11
Separating concerns with Linq To SQL and DTO's
<c#><linq><dto-mapping>
5
51,526
70
Changing the value of an element in a list of structs
<c#><struct><value-type>
40
51,645
5
How to discover USB storage devices and writable CD/DVD drives (C#)
<c#><.net-2.0>
9
51,768
51
Print stack trace information from C#
<c#><parsing><error-handling><stack-trace>
71
51,782
19
How do I export the code documentation in C# / VisualStudio 2008?
<c#><.net><visual-studio-2008><xml-documentation>
25
51,898
9
Activating the main form of a single instance application
<c#><.net><winforms>
8
51,964
8
How do I remove items from the query string for redirection?
<c#><asp.net><webforms>
8
52,312
94
What is the real overhead of try/catch in C#?
<c#><.net><performance><optimization><try-catch>
53
52,313
5
C# switch: case not falling through to other cases limitation
<c#><switch-statement>
11
52,438
30
Literal hashes in c#?
<c#><ruby><hashtable><literals>
34
52,797
830
How do I get the path of the assembly the code is in?
<c#><.net><reflection><mbunit>
1,096
52,927
42
Console.WriteLine and generic List
<c#><generics><console><list>
84
53,019
7
What kind of technologies are available for sending text messages?
<c#><mobile><messaging>
14
53,086
15
Can I depend on the values of GetHashCode() to be consistent?
<c#><hash>
31
53,102
199
Why does Path.Combine not properly concatenate filenames that start with Path.DirectorySeparatorChar?
<c#><.net><file>
218
53,417
12
NHibernate or LINQ to SQL
<c#><.net><linq><nhibernate><linq-to-sql>
13
53,435
7
Getting IIS Worker Process Crash dumps
<c#><asp.net><multithreading><debugging><iis>
15
53,439
7
Is it possible to unit test a class that makes P/Invoke calls?
<c#><unit-testing><unmanaged><impersonation>
12
53,480
22
Fuzzy text (sentences/titles) matching in C#
<c#><algorithm><string><fuzzy-search>
6
53,545
22
Get the App.Config of another Exe
<c#><.net><configuration-files><appsettings><system.configuration>
6
53,597
13
How do I compose existing Linq Expressions
<c#><linq>
17
53,649
5
Creating an object without knowing the class name at design time
<c#><reflection>
13
54,222
10
Accessing System Databases/Tables using LINQ to SQL?
<c#><sql-server><linq><linq-to-sql>
23
54,789
6
What is the correct .NET exception to throw when try to insert a duplicate object into a collection?
<c#><exception><collections>
5
54,851
24
What are some best practices for creating my own custom exception?
<c#><.net><exception>
16
54,866
7
Best way to parse Space Separated Text
<c#><string><tokenize>
16
54,991
242
Generating Random Passwords
<c#><passwords><random>
597
55,101
13
How can I return an anonymous type from a method?
<c#><linq><data-structures><parameter-passing>
10
55,375
89
Extending an enum via inheritance
<c#><java><.net>
107
55,411
9
Path.GetTempFileName -- Directory name is invalid
<c#><asp.net><iis>
18
55,502
21
Return collection as read-only
<c#><.net><multithreading><collections><concurrency>
32
55,517
132
Very slow compile times on Visual Studio 2005
<c#><visual-studio><compilation>
74
55,828
492
How does one parse XML files?
<c#><xml>
247
55,984
1,460
What is the difference between const and readonly in C#?
<c#><.net><constants><readonly>
1,361
56,078
9
Merging two Collection<T>
<c#><collections>
16
56,121
55
IPC Mechanisms in C# - Usage and Best Practices
<c#><.net><ipc>
31
56,313
8
ReSharper Code Cleanup/Reformat Code feature vs Versioning Control Systems
<c#><version-control><resharper>
16
56,443
18
Create drop down list options from enum in a DataGridView
<c#><.net><winforms><user-interface><.net-2.0>
42
56,518
51
Is there any difference between type? and Nullable<type>?
<c#><.net><nullable>
67
56,547
127
How do you perform a CROSS JOIN with LINQ to SQL?
<c#><linq><linq-to-sql><cross-join>
160
56,692
62
Random weighted choice
<c#><algorithm><random>
41
56,908
33
C#: Create a virtual drive in Computer
<c#><.net><virtualization><storage><virtual-drive>
20
57,094
11
How can I programmatically run the ASP.Net Development Server using C#?
<c#><asp.net>
7
57,350
23
How do I get the current user's Local Settings folder path in C#?
<c#><.net><windows>
35
57,382
6
Obout controls in C# .Net
<c#><.net><obout>
6
57,383
320
How to rethrow InnerException without losing stack trace in C#?
<c#><.net><exception>
506
57,439
11
Activator.CreateInstance(string) and Activator.CreateInstance<T>() difference
<c#><generics><design-patterns>
21
57,615
126
How to add a Timeout to Console.ReadLine()?
<c#><.net><console><timeout><io>
117
57,701
21
What are the performance characteristics of 'is' reflection in C#?
<c#><reflection>
20
57,804
135
NHibernate.MappingException: No persister for: XYZ
<c#><.net><nhibernate>
102
57,840
18
How to attach debugger to step into native (C++) code from a managed (C#) wrapper?
<c#><c++><visual-studio><debugging>
23
57,923
56
What exactly is "managed" code?
<c#><.net><vb.net><managed-code>
37
57,987
8
Writing into excel file with OLEDB
<c#><excel><oledb>
8
58,035
24
Loading different versions of the same assembly
<c#><.net><reflection><dll><assemblies>
5
58,123
85
Get current System.Web.UI.Page from HttpContext?
<c#><asp.net><httpcontext>
144
58,230
8
Rendering graphics in C#
<c#><gdi+><xna><rendering>
9
58,380
77
Avoiding first chance exception messages when the exception is safely handled
<c#><.net><exception>
79
58,510
251
Using .NET, how can you find the mime type of a file based on the file signature not the extension
<c#><mime><mime-types>
84
58,649
77
How to get the EXIF data from a file using C#
<c#><exif><photography>
23
58,744
555
Copy the entire contents of a directory in C#
<c#><.net><directory><copy>
579
58,910
105
Converting SVG to PNG using C#
<c#><.net><png><svg>
69