Id
int64 4
66.1M
| Score
int64 5
8.43k
| Title
stringlengths 9
150
| Tags
stringlengths 3
92
| Answer_score
int64 5
6.41k
⌀ |
---|---|---|---|---|
4 | 709 | How to convert a Decimal to a Double in C#? | <c#><floating-point><type-conversion><double><decimal> | 471 |
9 | 1,977 | How do I calculate someone's age based on a DateTime type birthday? | <c#><.net><datetime> | 2,216 |
11 | 1,567 | Calculate relative time in C# | <c#><datetime><time><datediff><relative-time-span> | 1,027 |
16 | 140 | Filling a DataSet or a DataTable from a LINQ query result set | <c#><linq><web-services><.net-3.5> | 89 |
39 | 105 | Reliable timer in a console application | <c#><.net><vb.net><timer> | 59 |
59 | 108 | How do I get a distinct, ordered list of names from a DataTable using LINQ? | <c#><linq><.net-3.5> | 38 |
109 | 63 | Decoding T-SQL CAST in C#/VB.NET | <c#><sql><vb.net><ascii><hex> | 22 |
192 | 64 | Floating Point Number parsing: Is there a Catch All algorithm? | <c#><.net><asp.net><internationalization><globalization> | 29 |
260 | 76 | Adding scripting functionality to .NET applications | <c#><.net><scripting><compiler-construction> | 41 |
289 | 835 | How do you sort a dictionary by value? | <c#><.net><sorting><dictionary> | 532 |
482 | 53 | WinForms ComboBox data binding gotcha | <c#><winforms><data-binding> | 38 |
564 | 267 | What is the difference between an int and an Integer in Java and C#? | <c#><java><integer><int> | 251 |
601 | 41 | Robust Random Number Generation | <c#><c++><random> | 29 |
650 | 109 | Automatically update version number | <c#><visual-studio><versioning> | 96 |
709 | 51 | .NET testing framework advice | <c#><.net><visual-studio><unit-testing><nunit> | 43 |
752 | 799 | How to create a new object instance from a Type | <c#><.net><performance><reflection><types> | 944 |
832 | 21 | How do I most elegantly express left join with aggregate SQL as LINQ query | <c#><linq><left-join> | 9 |
930 | 44 | How do I connect to a database and loop over a recordset in C#? | <c#><database><loops><connection> | 33 |
944 | 28 | Unhandled Exception Handler in .NET 1.1 | <c#><.net><exception><exception-handling> | 12 |
1,010 | 28 | How to get the value of built, encoded ViewState? | <c#><asp.net> | 12 |
1,037 | 37 | Displaying Flash content in a C# WinForms application | <c#><winforms><flash><adobe><macromedia> | 32 |
1,040 | 56 | How do I delete a file which is locked by another process in C#? | <c#><file-locking> | 36 |
1,241 | 26 | Asynchronous multi-direction server-client communication over the same open socket? | <c#><c++><sockets> | 8 |
1,304 | 257 | How to check for file lock? | <c#><.net><io><filelock> | 134 |
1,528 | 43 | Hiding inherited members | <c#><wpf><silverlight><polymorphism><dependency-properties> | 36 |
1,535 | 39 | Reducing duplicate error handling code in C#? | <c#><exception><error-handling> | 14 |
1,760 | 63 | .NET unit testing packages | <c#><.net><unit-testing><testing> | 54 |
1,836 | 38 | Wiggling the mouse | <c#><winapi><mouse> | 26 |
1,848 | 31 | Locating Text within image | <c#><image><image-processing><artificial-intelligence> | 14 |
1,936 | 123 | How to RedirectToAction in ASP.NET MVC without losing request data | <c#><asp.net-mvc> | 81 |
1,995 | 22 | Most Efficient Way to Test Object Type | <c#><.net><double><int> | 10 |
2,154 | 30 | Developing for ASP.NET-MVC without Visual Studio | <c#><asp.net-mvc><visual-studio> | 12 |
2,209 | 23 | How can I change the background of a masterpage from the code behind of a content page? | <c#><asp.net><.net><master-pages> | 10 |
2,214 | 25 | What's the best way to implement BDD/TDD in .NET 2.0? | <c#><.net><testing><tdd><bdd> | 9 |
2,250 | 132 | Datatable vs Dataset | <c#><dataset><datatable> | 95 |
2,256 | 28 | Mapping Stream data to data structures in C# | <c#><c++><data-structures> | 19 |
2,483 | 89 | Casting: (NewType) vs. Object as NewType | <c#><.net> | 87 |
2,527 | 73 | Find node clicked under context menu | <c#><winforms><treeview><contextmenu> | 94 |
2,778 | 12 | Is it better to create Model classes or stick with generic database utility class? | <c#><asp.net-mvc><database><ado.net> | 10 |
2,780 | 24 | Converting ARBG to RGB with alpha blending | <c#><colors> | 18 |
2,785 | 189 | Setting Objects to Null/Nothing after use in .NET | <c#><.net><vb.net><memory-management><null> | 73 |
2,871 | 85 | Reading a C/C++ data structure in C# from a byte array | <c#><.net><data-structures><marshalling> | 115 |
2,872 | 25 | Possible to "spin off" several GUI threads? (Not halting the system at Application.Run) | <c#><.net><winforms> | 13 |
2,987 | 45 | Bringing Window to the Front in C# using Win32 API | <c#><winapi> | 17 |
3,017 | 235 | How can we generate getters and setters in Visual Studio? | <c#><visual-studio><setter><getter> | 308 |
3,164 | 65 | Absolute path back to web-relative path | <c#><asp.net><.net><path><mappath> | 55 |
3,213 | 63 | Convert integers to written numbers | <c#><integer> | 68 |
3,234 | 19 | Displaying ad content from Respose.WriteFile()/ Response.ContentType | <c#> | 9 |
3,284 | 189 | Why can't I have abstract static methods in C#? | <c#><.net><language-design> | 158 |
3,315 | 21 | Can I have a method returning IEnumerator<T> and use it in a foreach loop? | <c#><foreach><ienumerable><ienumerator> | 14 |
3,512 | 14 | Searching directories for tons of files? | <c#><directory><file-management> | 5 |
3,713 | 140 | Call ASP.NET function from JavaScript? | <javascript><c#><asp.net><onclick> | 94 |
3,725 | 17 | How to create a tree-view preferences dialog type of interface in C#? | <c#><user-interface> | 11 |
3,903 | 21 | Is this a good way to determine OS Architecture? | <c#><windows><registry> | 8 |
3,927 | 374 | What Are Some Good .NET Profilers? | <c#><.net><profiling><profiler> | 285 |
4,157 | 27 | ConfigurationManager.AppSettings Performance Concerns | <c#><.net><performance><configuration><properties> | 10 |
4,227 | 164 | Accessing a Dictionary.Keys Key through a numeric index | <c#><.net><dictionary> | 228 |
4,234 | 14 | What to use for Messaging with C# | <c#><messaging><activemq> | 8 |
4,335 | 18 | High availability | <c#><.net><wcf><soa> | 10 |
4,363 | 38 | What is the best way to do unit testing for ASP.NET 2.0 web pages? | <c#><asp.net><visual-studio><unit-testing> | 34 |
4,432 | 20 | CSV string handling | <c#><csv> | 21 |
4,556 | 13 | DataTable Loop Performance Comparison | <c#><performance><loops> | 6 |
4,610 | 19 | How can I create Prototype Methods (like JavaScript) in C#.Net? | <c#><.net> | 22 |
4,612 | 20 | CSharpCodeProvider Compilation Performance | <c#><performance><compiler-construction> | 9 |
4,629 | 95 | How can I evaluate C# code dynamically? | <c#><reflection><properties><c#-2.0> | 49 |
4,664 | 133 | Should the folders in a solution match the namespace? | <c#><.net><namespaces> | 80 |
4,816 | 30 | How do you resolve a domain name to an IP address with .NET/C#? | <c#><.net><dns><reverse-dns> | 20 |
4,850 | 25 | C# and Arrow Keys | <c#><user-interface><directx> | 12 |
4,913 | 43 | How to make a button appear as if it is pressed? | <c#><.net><winforms><user-interface><button> | 85 |
5,179 | 35 | How Do I Post and then redirect to an external URL from ASP.Net? | <javascript><c#><asp.net><forms><postback> | 13 |
5,194 | 16 | When to use an extension method with lambda over LINQtoObjects to filter a collection? | <c#><linq><.net-3.5><lambda> | 6 |
5,269 | 18 | C# logic order and compiler behavior | <c#><language-agnostic><compiler-construction><logic> | 16 |
5,307 | 12 | Print a Winform/visual element | <c#><winforms> | 6 |
5,511 | 65 | Numeric Data Entry in WPF | <c#><wpf> | 57 |
5,694 | 130 | The imported project "C:\Microsoft.CSharp.targets" was not found | <c#><visual-studio> | 112 |
5,706 | 34 | When do Request.Params and Request.Form differ? | <c#><asp.net><request> | 31 |
5,787 | 73 | Tab Escape Character? | <c#> | 112 |
5,831 | 19 | Binary patch-generation in C# | <c#><file><patch> | 5 |
5,894 | 18 | Genealogy Tree Control | <c#><controls><tree><genealogy> | 5 |
6,184 | 39 | How do I make event callbacks into my win forms thread safe? | <c#><.net><winforms><multithreading><events> | 34 |
6,301 | 99 | Why is Array.Length an int, and not an uint | <c#><.net><int><uint> | 65 |
6,325 | 114 | Why are unsigned int's not CLS compliant? | <c#><.net><unsigned-integer><cls-compliant> | 91 |
6,406 | 15 | How to access .Net element on Master page from a Content page? | <c#><.net> | 17 |
6,414 | 816 | C# loop - break vs. continue | <c#><loops><enumeration> | 1,534 |
6,557 | 85 | In C#, why can't a List<string> object be stored in a List<object> variable | <c#><.net><generics><covariance><type-safety> | 39 |
6,623 | 14 | sgen.exe fails during build | <c#><visual-studio><msbuild> | 8 |
6,681 | 11 | ASP.NET Web Service Results, Proxy Classes and Type Conversion | <c#><asp.net><web-services> | 5 |
6,785 | 161 | Is String.Format as efficient as StringBuilder | <c#><vb.net><performance><stringbuilder><string.format> | 147 |
6,890 | 13 | How to wait for thread complete before continuing? | <c#><multithreading><compact-framework> | 14 |
6,973 | 12 | Invalid Resource File | <c#><visual-studio><resources> | 6 |
7,015 | 10 | Multicore Text File Parsing | <c#><multithreading> | 9 |
7,074 | 6,828 | What is the difference between String and string in C#? | <c#><.net><string><types><alias> | 6,405 |
7,095 | 251 | Is the C# static constructor thread safe? | <c#><multithreading><singleton> | 194 |
7,244 | 90 | Anyone know a good workaround for the lack of an enum generic constraint? | <c#><.net><enums><flags> | 49 |
7,367 | 11 | Visual Studio - new "default" property values for inherited controls | <c#><.net><vb.net><visual-studio> | 5 |
7,503 | 12 | Linq to objects - select first object | <c#><linq><linq-to-objects> | 20 |
7,586 | 7 | How do I generate WPF controls through code | <c#><.net><wpf><xaml> | 7 |
7,990 | 23 | Printing from a .NET Service | <c#><.net><windows-services><printing> | 15 |
7,991 | 64 | Center text output from Graphics.DrawString() | <c#><graphics><compact-framework> | 21 |
8,042 | 25 | Extension interface patterns | <c#><.net-3.5><extension-methods> | 9 |