Id
int64
4
66.1M
Score
int64
5
8.43k
Title
stringlengths
9
150
Tags
stringlengths
3
92
Answer_score
int64
5
6.41k
116,090
69
How do I kill a process using Vb.NET or C#?
<c#><vb.net><process><kill>
98
116,142
6
C# 3.0 Auto-Properties - Is it possible to add custom behaviour?
<c#><.net><properties><automatic-properties>
17
116,523
36
String vs string
<c#><.net><string><declaration>
34
116,830
32
Is there an "anonymous" generic tag in C#, like '?' in Java?
<c#><generics><syntax>
36
116,988
38
Do C# Generics Have a Performance Benefit?
<c#><.net><performance><generics>
60
117,007
5
How best to test the validity of XML from a method?
<c#><.net><xml><unit-testing><xsd>
11
117,173
14
Try-catch every line of code without individual try-catch blocks
<c#><try-catch><expression-trees>
12
117,438
10
Getting started using Linq, what do I need?
<c#><.net><linq>
8
117,864
10
Testing your code for speed?
<c#><performance><profiling><timing>
15
118,130
22
C# - Why won't a fullscreen winform app ALWAYS cover the taskbar?
<c#><.net><winforms><fullscreen><keyboard-hook>
19
118,292
19
Alternative to String.Replace
<c#><regex><string><replace>
33
119,160
6
What is the difference between Events with Delegate Handlers and those without?
<c#><events>
10
119,506
1,362
Virtual member call in a constructor
<c#><constructor><warnings><resharper><virtual-functions>
1,185
119,548
6
Issue writing to single file in Web service in .NET
<c#><web-services>
11
119,559
214
Determine the number of lines within a text file
<c#><input><text-files>
409
119,632
6
Running scripts inside C#
<c#><scripting>
5
120,116
7
Encryption libraries?
<c#><encryption><pki>
12
120,315
7
Delete variables in immediate window in C#
<c#>
5
120,763
7
Using the literal '@' with a string variable
<c#><string>
14
120,898
6
Cyclic Dependencies
<c#><asp.net-mvc><dependencies>
6
120,914
24
What is the recommended way to skin an entire application in WPF?
<c#><.net><wpf><templates><skinning>
10
120,928
11
SharePoint error: "Cannot import Web Part"
<c#><sharepoint><moss><web-parts><project-server>
8
120,997
9
ASP Nested Tags in a Custom User Control
<c#><.net><asp.net><custom-server-controls>
17
121,059
5
Conversion from 32 bit integer to 4 chars
<c#><encoding>
7
121,112
10
Slow treeview in C#
<c#><winforms><user-interface><optimization>
7
121,511
18
Reading XML with an "&" into C# XMLDocument Object
<c#><.net><asp.net><xml><xmldocument>
41
121,680
84
What's the difference between 'int?' and 'int' in C#?
<c#><syntax><types><nullable>
124
121,722
32
Getting value from a cell from a gridview on RowDataBound event
<c#><asp.net><gridview>
11
121,946
6
Assembly.GetCallingAssembly() and static constructors?
<c#><reflection><static-constructor>
6
121,947
9
C# .NET 3.5 GUI design
<c#><.net><wpf><winforms><user-interface>
9
122,109
15
How can I split up a PDF file into pages (preferably C#)
<c#><pdf>
15
122,273
9
Constructor parameters for controllers without a DI container for ASP.NET MVC
<c#><.net><asp.net-mvc>
13
122,324
11
Why doesn't VB.NET 9 have Automatic Properties like C# 3?
<c#><vb.net><properties><language-features>
6
122,402
5
Is there an Application to Create Regular Expression Out of Text by Selecting Wanted Area?
<c#><regex><automation>
8
122,523
46
Why is a SQL float different from a C# float
<c#><.net><sql><casting><dataset>
79
122,641
408
How can I decode HTML characters in C#?
<c#>
630
122,853
67
How to get the file size from http headers
<c#><http><download><http-headers>
95
123,088
15
Possible pitfalls of using this (extension method based) shorthand
<c#><.net><extension-methods>
16
123,181
15
Testing if an Object is a Dictionary in C#
<c#><reflection><collections><dictionary>
10
123,263
9
Convert a string to a date in .net
<c#><.net>
30
123,336
243
How can you strip non-ASCII characters from a string? (in C#)
<c#><ascii>
424
123,661
126
How to wait for a BackgroundWorker to cancel?
<c#><.net><multithreading><backgroundworker>
131
123,792
18
How to make my code run on multiple cores?
<c#><multithreading><multicore>
48
123,918
7
How can one simplify network byte-order conversion from a BinaryReader?
<c#><.net><networking>
5
123,994
15
QueryString malformed after URLDecode
<c#><asp.net><url>
11
124,210
87
Best Practices of Test Driven Development Using C# and RhinoMocks
<c#><unit-testing><tdd><rhino-mocks>
58
124,336
46
A way of casting a base type to a derived type
<c#><oop><inheritance><design-patterns>
31
124,492
14
C# HttpWebRequest command to get directory listing
<c#><http>
31
124,871
193
What is Castle Windsor, and why should I care?
<c#><dependency-injection><inversion-of-control><castle-windsor>
367
124,932
13
XMLDocument.Load(url) through a proxy
<c#><xml><proxy>
11
124,975
7
Windows Forms textbox that has line numbers?
<c#><.net><winforms>
6
125,096
19
Can I turn off impersonation just in a couple instances
<c#><asp.net><impersonation>
24
125,319
2,164
Should 'using' directives be inside or outside the namespace?
<c#><.net><namespaces><stylecop><code-organization>
2,202
125,341
140
How do you do Impersonation in .NET?
<c#><.net><impersonation>
60
125,399
71
How can I dynamically switch web service addresses in .NET without a recompile?
<c#><visual-studio><web-services><url><wsdl>
58
125,400
18
Generic LINQ query predicate?
<c#><.net><sql><linq><lambda>
15
125,719
11
DataGridView Edit Column Names
<c#><datagridview><names><columnname>
7
125,857
5
.NET TreeView won't show images
<c#><.net><winforms>
9
125,934
8
System.Diagnostics.Process.Start weird behaviour
<c#><.net><asynchronous>
8
125,964
333
Easier way to debug a Windows service
<c#><debugging><windows-services>
271
126,155
29
C# Array XML Serialization
<c#><xml><serialization>
44
126,164
9
How to delegate interface implementation to other class in C#
<c#><interface>
8
126,594
7
Installing a font on a client machine
<c#><visual-studio-2008><installation><fonts>
10
126,781
78
C++ union in C#
<c#><c++><unions>
83
126,868
8
How can I debug a C# COM assembly when it's being called from a native win32 application?
<c#><.net><windows><delphi><com>
12
126,939
7
Log4Net/C# - Disable default logging
<c#><log4net>
7
127,233
16
Does Class need to implement IEnumerable to use Foreach
<c#><foreach><ienumerable>
15
127,776
12
Where can you find the C# Language Specifications?
<c#><visual-studio>
12
127,869
12
SAX vs XmlTextReader - SAX in C#
<c#><java><xml><sax>
8
127,936
43
Deleting Custom Event Log Source Without Using Code
<c#><windows><event-log>
47
128,343
21
Is there a better way to initialize a Hastable in .NET without using Add method?
<c#>
35
128,561
14
Registering a custom win32 window class from c#
<c#><windows><winapi><interop>
37
128,618
71
File-size format provider
<c#><formatting><filesize>
111
128,636
216
.NET data structures: ArrayList, List, HashTable, Dictionary, SortedList, SortedDictionary -- Speed, memory, and when to use each?
<c#><.net><vb.net><arrays><data-structures>
160
128,674
67
What is the most efficient way to save a byte array as a file on disk in C#?
<c#><.net>
126
128,818
203
Why is try {...} finally {...} good; try {...} catch{} bad?
<c#><.net><exception-handling><try-catch><try-catch-finally>
360
128,990
29
Absolute URL from base + relative URL in C#
<c#><.net><url><path>
50
129,023
52
.NET Integer vs Int16?
<c#><.net><vb.net><variables><types>
54
129,171
5
Read data in FileStream into a generic Stream
<c#><stream>
7
129,277
25
How do you determine whether or not a given Type (System.Type) inherits from a specific base class (in .Net)?
<c#><.net><reflection><inheritance>
32
129,285
148
Can attributes be added dynamically in C#?
<c#><.net><attributes>
67
129,362
10
Restoring SplitterDistance inside TabControl is inconsistent
<c#><.net><winforms>
7
129,389
625
How do you do a deep copy of an object in .NET?
<c#><.net><serialization><clone>
680
129,453
21
.NET EventHandlers - Generic or no?
<c#><.net><generics><events>
27
130,032
32
Multi-line string in a PropertyGrid
<c#><.net><winforms><propertygrid>
53
130,328
51
How do I get the caller's IP address in a WebMethod?
<c#><asp.net><web-services>
85
130,427
8
Call a certain method before each webservice call
<c#><.net><web-services>
10
130,605
5
Can LINQ (to SQL) do bitwise queries?
<c#><linq-to-sql><bitmask>
8
130,617
60
How do you check for permissions to write to a directory or file?
<c#><.net>
68
131,456
17
How do you apply a .net attribute to a return type
<c#><.net><attributes><return-type>
39
131,628
50
What does "Cannot evaluate expression because the code of the current method is optimized." mean?
<c#><.net><debugging><optimization><compiler-construction>
29
131,690
30
How can I programmatically manipulate Windows desktop icon locations?
<c#><windows><winapi><icons><utility>
16
131,806
7
Mocking classes that aren't interfaces
<c#><unit-testing><mocking>
6
131,871
32
Algorithm for implementing C# yield statement
<c#><algorithm><compiler-construction><iterator><state-machine>
60
132,277
10
Active Directory: Retrieve User information
<c#><active-directory>
17
132,445
754
Direct casting vs 'as' operator?
<c#><casting>
875
132,607
5
Exception handling using an HttpModule
<c#><asp.net><exception-handling><httpmodule>
10
132,620
29
How do you retrieve a list of logged-in/connected users in .NET?
<c#><.net><windows-services><login>
36
132,940
30
Why does Castle Windsor hold onto transient objects?
<c#><castle-windsor>
21
133,270
89
Illustrating usage of the volatile keyword in C#
<c#><.net><volatile>
103