Id
int64
4
66.1M
Score
int64
5
8.43k
Title
stringlengths
9
150
Tags
stringlengths
3
92
Answer_score
int64
5
6.41k
20,611
46
Removing nodes from an XmlDocument
<c#><.net><xml><xmldocument>
71
20,762
76
How do you remove invalid hexadecimal characters from an XML-based data source prior to constructing an XmlReader or XPathDocument that uses the data?
<c#><xml><validation><encoding>
76
20,797
34
How to split a byte array
<c#><arrays><split>
15
20,814
8
How do I move an item from one menu to another?
<c#><winforms><visual-studio-2005>
8
20,952
14
Is there a way to get a System.Configuration.Configuration instance based on arbitrary xml?
<c#><.net><testing><configuration><configurationmanager>
17
21,078
301
Most efficient way to concatenate strings?
<c#><.net><string><optimization>
161
21,280
20
Am I missing something about LINQ?
<c#><sql><linq>
40
21,288
392
Which .NET Dependency Injection frameworks are worth looking into?
<c#><.net><dependency-injection><inversion-of-control>
347
21,652
10
Do you write exceptions for specific issues or general exceptions?
<c#><java><exception>
8
21,697
17
How Do You Communicate Service Layer Messages/Errors to Higher Layers Using MVP?
<c#><asp.net><exception><mvp><n-tier-architecture>
15
21,715
45
List<BusinessObject> or BusinessObjectCollection?
<c#><.net><generics><collections><class-design>
49
21,965
17
Programmatically encrypting a config-file in .NET
<c#><.net><configuration><encryption><configuration-files>
13
22,012
21
Loading assemblies and its dependencies
<c#><.net>
18
22,084
11
Controls versus standard HTML
<c#><asp.net><controls>
13
22,322
17
How to late bind 32bit/64 bit libs at runtime
<c#><.net><64-bit><clr><x86-64>
8
22,356
79
Cleanest Way to Invoke Cross-Thread Events
<c#><multithreading><events>
28
22,623
293
Best practices for catching and re-throwing .NET exceptions
<c#><.net><exception-handling><rethrow>
270
22,879
6
How do you prevent leading zeros from being stripped when importing an excel doc using c#
<c#><asp.net><excel><ado.net>
6
22,979
7
Detecting if SQL server is running
<c#><sql-server>
5
22,988
5
Form post doesn't contain textbox data [ASP.NET C#]
<c#><asp.net>
8
23,250
248
When do you use the "this" keyword?
<c#><coding-style><this>
217
23,391
9
What should I learn to increase my skills?
<c#><.net>
6
23,787
10
Cleanest Way to Find a Match In a List
<c#><refactoring>
16
24,241
13
Code Injection With C#
<c#><code-injection>
6
24,644
7
Hooking my program with windows explorer's rename event
<c#><.net><file><io>
5
24,734
16
SelectNodes not working on stackoverflow feed
<c#><.net><rss><atom-feed>
9
25,007
19
Conditional formatting -- percentage to color conversion
<c#><colors><rgb>
13
25,158
9
Building C# .NET windows application with multiple views
<c#><.net><windows>
8
25,268
20
What are the best practices when using SWIG with C#?
<c#><c><swig>
10
25,297
20
Reserved Keyword in Enumeration in C#
<c#><vb.net><.net-2.0>
36
25,343
53
Is there any way to automate windows forms testing?
<c#><.net><vb.net><winforms><automated-tests>
26
25,349
12
What would be the fastest way to remove Newlines from a String in C#?
<c#><.net><string><replace>
19
25,376
24
What is appliance and how to use lambda expressions?
<c#><lambda>
12
25,458
214
How costly is .NET reflection?
<c#><.net><performance><reflection>
131
25,803
156
How do I intercept a method call in C#?
<c#><reflection><aop>
70
26,020
47
What is the best way to connect and use a sqlite database from C#
<c#><sqlite>
44
26,147
70
Is it possible to Embed Gecko or Webkit in a Windows Form just like a WebView?
<c#><.net><winforms><webkit><gecko>
49
26,196
151
Filtering collections in C#
<c#><collections><filtering>
248
26,233
58
Fastest C# Code to Download a Web Page
<c#>
68
26,355
9
Compact Framework - Is there an MVC framework/library available?
<c#><model-view-controller><windows-mobile><compact-framework><design-patterns>
5
26,369
62
What is the best way to store user settings for a .NET application?
<c#><.net>
84
26,570
20
sizeof() equivalent for reference types?
<c#><.net>
10
26,733
589
Getting all types that implement an interface
<c#><optimization><reflection><lambda><c#-3.0>
861
26,760
30
Parse string to TimeSpan
<c#><timespan>
27
26,796
35
ASP.Net: Using System.Web.UI.Control.ResolveUrl() in a shared/static function
<c#><asp.net><vb.net><static><resolveurl>
48
26,809
44
What is the best way to deal with DBNull's
<c#><.net><sql-server>
38
26,816
18
How to abort threads created with ThreadPool.QueueUserWorkItem
<c#><multithreading>
15
26,857
34
How do you programmatically fill in a form and 'POST' a web page?
<c#><asp.net>
49
26,877
14
Difference between wiring events with and without "new"
<c#><events><syntax><delegates>
26
26,903
10
How can you require a constructor with no parameters for types implementing an interface?
<c#><.net><constructor><interface><oop>
5
27,253
11
Is there a tool for reformatting C# code?
<c#><code-formatting>
5
27,294
21
Abstract Factory Design Pattern
<c#><design-patterns><factory>
12
27,455
10
Does Mono support System.Drawing and System.Drawing.Printing?
<c#><.net><linux><printing><mono>
7
27,570
20
Find number of files with a specific extension, in all subdirectories
<c#><file><recursion>
37
27,726
11
What are some instances in which expression trees are useful?
<c#><expression>
6
27,742
12
Finding the crash dump files for a C# app
<c#><crash><memory-dump>
8
27,757
113
How can I discover the "path" of an embedded resource?
<c#><.net><resources>
202
28,092
7
WPF Listbox style with a button
<c#><wpf>
10
28,637
480
Is DateTime.Now the best way to measure a function's performance?
<c#><.net><performance><datetime><timer>
655
28,642
7
Finding controls that use a certain interface in ASP.NET
<c#><asp.net>
7
28,756
30
The best way to get a count of IEnumerable<T>
<c#><linq>
14
28,896
10
Datatypes for physics
<c#><types><physics>
9
29,141
11
Using Interop with C#, Excel Save changing original. How to negate this?
<c#><excel>
8
29,155
335
What are the differences between delegates and events?
<c#><events><delegates><glossary>
297
29,157
29
How do I make a PictureBox use Nearest Neighbor resampling?
<c#><.net><winforms><gdi+><picturebox>
35
29,436
6
Compact Framework - how do I dynamically create type with no default constructor?
<c#><reflection><compact-framework>
9
29,482
3,399
How can I cast int to enum?
<c#><enums><casting><int>
4,061
29,664
123
How to catch SQLServer timeout exceptions
<c#><.net><sql-server><error-handling>
164
29,686
14
Set ASP.net executionTimeout in code / "refresh" request
<c#><asp.net>
15
29,696
39
How do you stop the Designer generating code for public properties on a User Control?
<c#><winforms>
65
29,731
5
What is the best way to sort a data bound combo box?
<c#><data-binding>
7
29,845
14
Dynamic reference to resource files in C#
<c#><localization>
20
30,080
35
How to know if a line intersects a plane in C#?
<c#><geometry><2d><computational-geometry>
21
30,101
57
Is there an automatic code formatter for C#?
<c#><formatting><build-automation>
48
30,239
36
WPF setting a MenuItem.Icon in code
<c#><wpf><icons><menuitem>
59
30,302
11
Asp.Net Routing: How do I ignore multiple wildcard routes?
<c#><asp.net><asp.net-mvc><routing>
14
30,328
30
OCR with the Tesseract interface
<c#><ocr><tesseract>
10
30,494
26
Compare Version Identifiers
<c#><.net><compare><versions>
31
30,569
26
Resize transparent images using C#
<c#><.net><image><resize><image-scaling>
52
30,653
11
What do I need to do to implement an "out of proc" COM server in C#?
<c#><com><interop>
7
30,877
12
Fastest way to calculate primes in C#?
<c#><.net><performance><algorithm><bitarray>
6
31,031
6
What's the best way to allow a user to browse for a file in C#?
<c#>
16
31,053
40
Regex (C#): Replace \n with \r\n
<c#><regex>
44
31,096
15
Process Memory Size - Different Counters
<c#><.net><memory><process><diagnostics>
14
31,215
7
Constructors with the same argument type
<c#><.net><oop>
7
31,221
31
Response.Redirect using ~ Path
<c#><asp.net><response.redirect>
71
31,408
11
Where can I find a good ASP.NET MVC sample?
<c#><asp.net><asp.net-mvc>
11
31,498
97
Best way to test if a generic type is a string? (C#)
<c#><generics>
165
31,581
26
How scalable is System.Threading.Timer?
<c#><.net><multithreading><timer>
29
31,693
203
What are the differences between Generics in C# and Java... and Templates in C++?
<c#><java><c++><generics><templates>
363
31,708
17
How can I convert IEnumerable<T> to List<T> in C#?
<c#><linq><generics><listview>
29
31,794
6
Help accessing application settings using ConfigurationManager
<c#><.net><.net-2.0>
9
31,871
49
WSACancelBlockingCall exception
<c#><multithreading><sockets><socketexception>
51
31,885
13
Does Visual Studio Server Explorer support custom database providers?
<c#><mysql><visual-studio><oracle><sqlite>
11
32,000
9
C# - SQLClient - Simplest INSERT
<c#><sql><sql-server><tsql>
18
32,034
32
In C#, isn't the observer pattern already implemented using Events?
<c#><.net><design-patterns>
25
32,103
8
how do you programmatically invoke a listview label edit
<c#><.net><winforms><user-interface>
8
32,260
905
Sending email in .NET through Gmail
<c#><.net><email><smtp><gmail>
1,095
32,343
62
How do I spawn threads on different CPU cores?
<c#><.net><windows><multithreading>
58
32,397
14
Popularity algorithm
<c#><algorithm><math>
11