Id
int64 4
66.1M
| Score
int64 5
8.43k
| Title
stringlengths 9
150
| Tags
stringlengths 3
92
| Answer_score
int64 5
6.41k
⌀ |
---|---|---|---|---|
59,166 | 42 | How do you declare a Predicate Delegate inline? | <c#><delegates> | 56 |
59,217 | 247 | Merging two arrays in .NET | <c#><.net><arrays> | 124 |
59,220 | 12 | How Do I Load an Assembly and All of its Dependencies at Runtime in C# for Reflection? | <c#><.net><reflection><subsonic> | 13 |
59,422 | 85 | Is a bool read/write atomic in C# | <c#><.net><concurrency><locking><boolean> | 121 |
59,479 | 5 | Optimize Windows Form Load Time | <c#><.net><vb.net><winforms><optimization> | 10 |
59,515 | 21 | Convert this delegate to an anonymous method or lambda | <c#><.net-3.5><delegates><lambda><anonymous-methods> | 27 |
59,547 | 16 | What tools exist to convert a Delphi 7 application to C# and the .Net framework? | <c#><delphi><migration> | 14 |
59,590 | 43 | lock keyword in C# | <c#><multithreading><design-patterns><locking> | 58 |
59,893 | 29 | Best method to obfuscate or secure .Net assemblies | <c#><.net><.net-2.0> | 34 |
60,032 | 27 | Getting the array key in a 'foreach' loop | <c#><arrays> | 23 |
60,573 | 344 | XmlSerializer - There was an error reflecting type | <c#><.net><xml><serialization><.net-2.0> | 421 |
60,683 | 12 | Checkbox in listview control | <c#><user-interface><visual-studio-2005><checkbox> | 7 |
61,110 | 10 | How to save the output of a console application | <c#><.net><console><stdout> | 5 |
61,143 | 65 | Recursive lambda expression to traverse a tree in C# | <c#><recursion><lambda> | 78 |
61,219 | 33 | Debug.Assert vs. Specific Thrown Exceptions | <c#><exception-handling><assert> | 50 |
61,615 | 26 | Should you use international identifiers in Java/C#? | <c#><java><coding-style> | 35 |
61,733 | 15 | C# Casting vs. Parse | <c#><datetime><parsing><string><casting> | 12 |
61,953 | 128 | How do you bind an Enum to a DropDownList control in ASP.NET? | <c#><.net><asp.net> | 112 |
62,503 | 360 | Should I use int or Int32 | <c#><variable-types> | 137 |
62,625 | 128 | How do you know what to test when writing unit tests? | <c#><unit-testing><tdd> | 133 |
62,771 | 169 | How do I check if a given string is a legal/valid file name under Windows? | <c#><windows><file><filesystems> | 100 |
62,798 | 13 | Applying Aspect Oriented Programming | <c#><castle-windsor><aop><castle-dynamicproxy> | 10 |
62,987 | 8 | Best way of constructing dynamic sql queries in C#/.NET3.5? | <c#><sql><sql-server><linq><.net-3.5> | 9 |
63,008 | 6 | C# SQL Restore database to default data location | <c#><sql> | 9 |
63,556 | 5 | c# properties with repeated code | <c#><properties><attributes> | 5 |
63,671 | 97 | Is it safe for structs to implement interfaces? | <c#><interface><struct> | 45 |
63,694 | 29 | Creating a Math library using Generics in C# | <c#><generics><interface><math> | 30 |
63,960 | 12 | Game Programming and Event Handlers | <c#><xna><camera> | 10 |
63,974 | 7 | Flickering during updates to Controls in WinForms (e.g. DataGridView) | <c#><.net><winforms> | 7 |
64,041 | 41 | WinForms DataGridView font size | <c#><winforms><datagridview> | 46 |
64,272 | 8 | How to eliminate flicker in Windows.Forms custom control when scrolling? | <c#><.net><winforms><gdi+> | 13 |
64,639 | 30 | Convert from scientific notation string to float in C# | <c#><floating-point><scientific-notation> | 56 |
64,640 | 5 | Parsing exact dates in C# shouldn't force you to create an IFormatProvider | <c#><.net><datetime><parsing><globalization> | 14 |
65,351 | 297 | Null or default comparison of generic argument in C# | <c#><generics> | 620 |
65,585 | 18 | Is there a tool for finding unreferenced functions (dead, obsolete code) in a C# app? | <c#><.net><code-analysis> | 21 |
65,969 | 35 | What are the C# documentation tags? | <c#><xml><documentation> | 8 |
66,363 | 21 | Get external IP address over remoting in C# | <c#><.net><remoting> | 6 |
66,475 | 7 | How can I get Column number of the cursor in a TextBox in C#? | <c#><windows><user-interface> | 11 |
66,622 | 11 | Threadsafe foreach enumeration of lists | <c#><multithreading> | 12 |
66,893 | 257 | Tree data structure in C# | <c#><data-structures> | 161 |
66,921 | 11 | Load a form without showing it | <c#><winforms> | 6 |
67,063 | 14 | Convention question: When do you use a Getter/Setter function rather than using a Property | <c#> | 19 |
67,370 | 14 | Dynamically Create a generic type for template | <c#><generics> | 32 |
67,929 | 5 | Copying data from one DataTable to another | <c#><ado.net> | 7 |
68,084 | 19 | Switching from C# to C++. Any must-reads? | <c#><c++> | 13 |
68,283 | 152 | View/edit ID3 data for MP3 files | <c#><.net><mp3><id3> | 189 |
68,578 | 626 | Multiple cases in switch statement | <c#><switch-statement> | 339 |
68,640 | 28 | Can you have a class in a struct? | <c#><class><struct><value-type><reference-type> | 27 |
68,750 | 11 | How do you write a C# Extension Method for a Generically Typed Class | <c#><asp.net-mvc><generics><extension-methods> | 18 |
69,352 | 64 | Is there a way to programmatically minimize a window | <c#><.net><vb.net><winforms> | 110 |
69,748 | 8 | Split a list by distinct date | <c#><linq> | 8 |
69,843 | 13 | What is an example of "this" assignment in C#? | <c#><language-features> | 42 |
70,004 | 11 | Using Lisp in C# | <c#><lisp> | 13 |
70,272 | 75 | Single Form Hide on Startup | <c#><vb.net><winforms> | 110 |
70,303 | 70 | How do you implement GetHashCode for structure with two string, when both strings are interchangeable | <c#><hashtable> | 69 |
70,347 | 13 | Zlib-compatible compression streams? | <c#><compression><zlib> | 10 |
70,405 | 69 | Does C# have a String Tokenizer like Java's? | <c#><string><parsing> | 118 |
70,602 | 71 | What is the minimum client footprint required to connect C# to an Oracle database? | <c#><oracle><client> | 70 |
71,195 | 39 | Should you obfuscate a commercial .Net application? | <c#><.net><obfuscation> | 40 |
71,257 | 27 | Suspend Process in C# | <c#><.net> | 39 |
71,374 | 13 | Fastest API for rendering text in Windows Forms? | <c#><windows><performance> | 6 |
71,440 | 6 | Set a UserControl Property to Not Show Up in VS Properties Window | <c#><asp.net><visual-studio><properties><attributes> | 11 |
71,608 | 15 | How do you set up your .NET development tree? | <c#><.net><development-environment> | 8 |
72,125 | 9 | How do you pass an authenticated session between app domains | <c#><asp.net><asp.net-membership><membership> | 5 |
72,264 | 36 | How can a C++ windows dll be merged into a C# application exe? | <c#><dll><merge> | 19 |
72,275 | 327 | When should the volatile keyword be used in C#? | <c#><multithreading> | 284 |
72,831 | 141 | How do I capitalize first letter of first name and last name in C#? | <c#><string><capitalize> | 261 |
73,128 | 11 | FileSystemWatcher Dispose call hangs | <c#><.net><winforms><filesystemwatcher> | 9 |
73,227 | 89 | What is the difference between lambdas and delegates in the .NET Framework? | <c#><.net><lambda> | 100 |
73,629 | 10 | How can I Trim the leading comma in my string | <c#><.net><string><trim> | 14 |
73,713 | 117 | How do I check for nulls in an '==' operator overload without infinite recursion? | <c#><.net><operator-overloading> | 143 |
73,879 | 5 | Translate C++/CLI to C# | <c#><.net><c++-cli> | 6 |
73,883 | 219 | String vs. StringBuilder | <c#><.net><performance> | 239 |
74,019 | 33 | Specifying filename for dynamic PDF in asp.net | <c#><asp.net><response> | 58 |
74,148 | 155 | How to convert numbers between hexadecimal and decimal | <c#><hex><type-conversion><decimal> | 296 |
74,471 | 11 | Redundant Call to Object.ToString() | <c#><.net><resharper> | 20 |
74,616 | 27 | How To Detect If Type is Another Generic Type | <c#> | 41 |
74,880 | 9 | Delegating a task in and getting notified when it completes (in C#) | <c#><delegates><notifications> | 13 |
74,986 | 23 | XBAP Application, can these work in Google Chrome? | <c#><.net><google-chrome><xbap> | 21 |
75,076 | 18 | Obtain parameter values from a stack frame in .NET? | <c#><.net><reflection> | 7 |
75,123 | 119 | Remove columns from DataTable in C# | <c#><asp.net> | 312 |
75,282 | 9 | SelectedIndexChanged event handler getting old index | <c#><asp.net><webforms> | 13 |
75,401 | 332 | What are the uses of "using" in C#? | <c#><using><using-statement> | 500 |
75,691 | 6 | how do i take picture from a digital camera attached to my computer throught USB cable using vb.net or asp.net or C#? | <c#><vb.net><image-capture> | 6 |
75,722 | 20 | Is there a better deterministic disposal pattern than nested "using"s? | <c#><c++><using><raii> | 40 |
75,746 | 63 | Conditional operator assignment with Nullable<value> types? | <c#><conditional-operator><nullable> | 75 |
75,777 | 11 | What is the .NET Control.Margin property for? | <c#><controls><margin> | 5 |
75,785 | 60 | How do you do AppBar docking (to screen edge, like WinAmp) in WPF? | <c#><wpf><dock><docking><appbar> | 89 |
75,886 | 15 | C# driver development? | <c#><kernel><drivers><device> | 26 |
75,976 | 25 | How and when to abandon the use of arrays in C#? | <c#><.net><arrays><theory> | 23 |
75,978 | 5 | Accessing App.config in a location different from the binary | <c#> | 13 |
76,455 | 31 | How do you change the color of the border on a group box? | <c#><winforms><user-interface><controls><groupbox> | 24 |
76,993 | 51 | How to double buffer .NET controls on a form? | <c#><winforms><flicker><doublebuffered> | 88 |
77,632 | 87 | What is cool about generics, why use them? | <c#><generics><types> | 126 |
77,659 | 19 | Blocking dialogs in .NET WebBrowser control | <c#><.net><winforms><activex><mshtml> | 7 |
78,536 | 2,347 | Deep cloning objects | <c#><.net><clone> | 1,790 |
78,548 | 102 | Passing data to Master Page in ASP.NET MVC | <c#><.net><asp.net><asp.net-mvc> | 77 |
79,111 | 22 | .NET (C#): Getting child windows when you only have a process handle or PID? | <c#><.net><windows><user-interface> | 11 |
79,126 | 1,260 | Create Generic method constraining T to an Enum | <c#><generics><enums><generic-constraints> | 1,055 |
79,197 | 10 | Combining two SyndicationFeeds | <c#><linq><.net-3.5> | 11 |