Id
int64 4
66.1M
| Score
int64 5
8.43k
| Title
stringlengths 9
150
| Tags
stringlengths 3
92
| Answer_score
int64 5
6.41k
⌀ |
---|---|---|---|---|
32,433 | 53 | Creating a LINQ select from multiple tables | <c#><linq> | 86 |
32,541 | 40 | How can you clone a WPF object? | <c#><wpf><binding><clone> | 63 |
32,612 | 5 | Best way to manage session in NHibernate? | <c#><.net><nhibernate> | 6 |
32,637 | 15 | Easiest way to convert a URL to a hyperlink in a C# string? | <c#><regex><string><hyperlink> | 23 |
32,649 | 19 | Data Conflict in LINQ | <c#><linq><linq-to-sql> | 24 |
32,664 | 391 | Is there a constraint that restricts my generic method to numeric types? | <c#><generics><constraints> | 152 |
32,709 | 21 | Isn't Func<T, bool> and Predicate<T> the same thing after compilation? | <c#><.net><predicate><func> | 18 |
32,747 | 108 | How do I get today's date in C# in mm/dd/yyyy format? | <c#><date> | 206 |
32,824 | 25 | Why does HttpCacheability.Private suppress ETags? | <c#><asp.net><http><caching> | 17 |
32,937 | 11 | Shorthand conditional in C# similar to SQL 'in' keyword | <c#><lambda><conditional><if-statement> | 13 |
33,265 | 107 | What's the false operator in C# good for? | <c#><.net><syntax> | 65 |
33,761 | 15 | How can I retrieve a list of parameters from a stored procedure in SQL Server | <c#><sql-server><ado.net> | 9 |
33,852 | 7 | Using Unsigned Primitive Types | <c#><primitive-types> | 5 |
34,093 | 194 | How to apply an XSLT Stylesheet in C# | <c#><xml><xslt> | 181 |
34,183 | 13 | C#.Net: Why is my Process.Start() hanging? | <c#><.net> | 5 |
34,395 | 10 | How do I truncate a string while converting to bytes in C#? | <c#><.net><arrays><string><truncate> | 6 |
34,505 | 25 | Is Object.GetHashCode() unique to a reference or a value? | <c#><.net> | 29 |
34,516 | 29 | Is there a standard (like phpdoc or python's docstring) for commenting C# code? | <c#><comments> | 34 |
34,852 | 34 | NHibernate Session.Flush() Sending Update Queries When No Update Has Occurred | <c#><.net><nhibernate> | 16 |
34,879 | 10 | Print out the keys and Data of a Hashtable in C# .NET 1.1 | <c#><hashtable><.net-1.1> | 22 |
34,913 | 18 | C# Linq Grouping | <c#><linq> | 34 |
35,002 | 71 | Does C# have a way of giving me an immutable Dictionary? | <c#><java><.net><collections><dictionary> | 51 |
35,007 | 48 | How to expose a collection property? | <c#><.net><architecture> | 56 |
35,103 | 9 | How do I store information in my executable in .Net | <c#><.net> | 11 |
35,167 | 38 | Is there a way to perform a circular bit shift in C#? | <c#><bit-manipulation> | 52 |
35,301 | 325 | What is the difference between the | and || or operators? | <c#><php><operators> | 513 |
35,896 | 19 | How can I play compressed sound files in C# in a portable way? | <c#><.net><mono><audio><oggvorbis> | 7 |
36,014 | 46 | Why is .NET exception not caught by try/catch block? | <c#><.net><exception><antlr> | 30 |
36,197 | 10 | ASP.NET MVC: Structuring Controllers | <c#><asp.net-mvc> | 9 |
36,350 | 124 | How to pass a single object[] to a params object[] | <c#><arrays> | 100 |
36,831 | 7 | How do you parse an IP address string to a uint value in C#? | <c#><.net><winapi><networking><iphelper> | 12 |
37,089 | 10 | How can an application use multiple cores or CPUs in .NET or Java? | <c#><java><multithreading> | 7 |
37,248 | 21 | C# Preprocessor | <c#><c-preprocessor> | 11 |
37,317 | 6 | How do you return the focus to the last used control after clicking a button in a winform app? | <c#><.net><winforms> | 16 |
37,324 | 452 | What is the syntax for an inner join in LINQ to SQL? | <c#><.net><sql><linq-to-sql><join> | 581 |
37,809 | 28 | How do I generate a Friendly URL in C#? | <c#><friendly-url> | 47 |
38,039 | 501 | How can I get the DateTime for the start of the week? | <c#><datetime> | 801 |
38,635 | 174 | What static analysis tools are available for C#? | <c#><code-analysis><static-analysis> | 346 |
38,670 | 33 | ASP.NET controls cannot be referenced in code-behind in Visual Studio 2008 | <c#><asp.net><visual-studio> | 17 |
38,960 | 198 | How to find out if a file exists in C# / .NET? | <c#><.net><io> | 316 |
38,998 | 21 | Can I stop .NET eating IDs? | <c#><.net><javascript><html><css> | 25 |
39,003 | 31 | NUnit - How to test all classes that implement a particular interface | <c#><.net><unit-testing><nunit> | 14 |
39,065 | 8 | Referencing resource files from multiple projects in a solution | <c#><localization><resx> | 10 |
39,112 | 80 | What is the best way to lock cache in asp.net? | <c#><.net><asp.net><caching> | 114 |
39,116 | 16 | Linking statically in C# | <c#><visual-studio-2008><linker> | 23 |
39,276 | 40 | .NET Scanning API | <c#><.net><twain><scanning> | 10 |
39,395 | 28 | How do I calculate PI in C#? | <c#><pi> | 43 |
39,447 | 10 | How can I expose only a fragment of IList<>? | <c#><windows-mobile><compact-framework><.net-2.0> | 15 |
39,476 | 881 | What is the yield keyword used for in C#? | <c#><yield> | 787 |
39,903 | 6 | VS.NET defaults to private class | <c#><visual-studio> | 8 |
40,022 | 76 | Best way to update LINQ to SQL classes after database schema change | <c#><.net><linq-to-sql> | 65 |
40,075 | 27 | Generic Map/Reduce List Extensions in C# | <c#><functional-programming><extension-methods> | 35 |
40,090 | 10 | Is overloading the only way to have default function arguments in C#? | <c#><overloading> | 5 |
40,161 | 19 | Does C# have built-in support for parsing page-number strings? | <c#><parsing> | 22 |
40,211 | 158 | How to Compare Flags in C#? | <c#><.net><enums><attributes><flags> | 324 |
40,352 | 17 | Whats the difference between RuntimeTypeHandle and Type? | <c#><.net><reflection> | 10 |
40,535 | 10 | Asp.Net MVC: How to determine if you're currently on a specific view | <c#><asp.net-mvc> | 8 |
40,680 | 165 | How do I get the full url of the page I am on in C# | <c#><asp.net><user-controls> | 158 |
40,730 | 2,028 | What is the best way to give a C# auto-property an initial value? | <c#><constructor><getter><setter><automatic-properties> | 2,530 |
40,814 | 91 | Execute a large SQL script (with GO commands) | <c#><sql-server> | 109 |
41,159 | 5 | Fastest way to find common items across multiple lists in C# | <c#> | 8 |
41,244 | 690 | Dynamic LINQ OrderBy on IEnumerable<T> / IQueryable<T> | <c#><linq><linq-to-objects> | 922 |
41,319 | 123 | Checking if a list is empty with LINQ | <c#><.net><linq><list> | 102 |
41,397 | 11 | Asking a Generic Method to Throw Specific Exception Type on FAIL | <c#><generics><exception> | 19 |
41,449 | 321 | I get a "An attempt was made to load a program with an incorrect format" error on a SQL Server replication project | <c#><sql-server><replication> | 121 |
41,479 | 406 | Use of var keyword in C# | <c#><type-inference><var> | 293 |
41,568 | 20 | Whats the best way to unit test from multiple threads? | <c#><multithreading><unit-testing><testing> | 15 |
41,665 | 54 | Bmp to jpg/png in C# | <c#><image-manipulation> | 57 |
41,842 | 16 | PDB files for production app and the "Optimize code" flag | <c#><visual-studio><build-process> | 19 |
41,908 | 15 | Customizing Visual Studio | <c#><asp.net><winforms><visual-studio> | 10 |
41,994 | 8 | Parsing an XML file in C# | <c#><xml> | 13 |
42,150 | 61 | How can I unit test a Windows Service? | <c#><.net><unit-testing><windows-services> | 89 |
42,187 | 18 | How are partial methods used in C# 3.0? | <c#><design-patterns><.net-3.5><partial-methods> | 23 |
42,212 | 10 | How can I use Linq with a MySql database on Mono? | <c#><mysql><linux><linq><mono> | 6 |
42,437 | 6 | Best way to handle input from a keyboard "wedge" | <c#><point-of-sale> | 10 |
42,505 | 15 | Thread-safe use of a singleton's members | <c#><.net><multithreading><singleton><thread-safety> | 29 |
42,587 | 63 | Double dispatch in C#? | <c#><design-patterns><language-features><double-dispatch> | 57 |
42,627 | 20 | Best practices for portable C# | <c#><mono><cross-platform> | 14 |
42,990 | 16 | Regex to match against something that is not a specific substring | <c#><java><regex><regex-negation> | 9 |
43,021 | 1,029 | How do you get the index of the current iteration of a foreach loop? | <c#><foreach> | 587 |
43,051 | 19 | C# numeric constants | <c#><casting> | 6 |
43,224 | 49 | How do I calculate a trendline for a graph? | <c#><math><graph> | 18 |
43,289 | 575 | Comparing two byte arrays in .NET | <c#><.net><arrays><performance><j#> | 80 |
43,324 | 10 | Can I put an ASP.Net session ID in a hidden form field? | <c#><asp.net><session><yui> | 5 |
43,500 | 181 | Is there a built-in method to compare collections? | <c#><.net><collections> | 189 |
43,511 | 18 | Can I prevent an inherited virtual method from being overridden in subclasses? | <c#><polymorphism> | 35 |
43,536 | 8 | Dynamic Form Controls | <c#><.net><winforms> | 8 |
43,711 | 118 | What's a good way to overwrite DateTime.Now during testing? | <c#><unit-testing><datetime><testing> | 160 |
43,805 | 16 | Example of c# based rule language? | <c#><rule-engine> | 9 |
44,220 | 13 | Difference between foreach and for loops over an IEnumerable class in C# | <c#><performance><loops> | 10 |
44,288 | 272 | Differences in string compare methods in C# | <c#><string><comparison> | 236 |
44,383 | 75 | Reading Email using Pop3 in C# | <c#><unicode><pop3> | 74 |
44,408 | 33 | How do you generate a random number in C#? | <c#><floating-point><random> | 60 |
44,656 | 11 | Is there a good method in C# for throwing an exception on a given thread | <c#><multithreading><exception> | 10 |
44,777 | 52 | Sending a mail as both HTML and Plain Text in .net | <c#><.net> | 46 |
44,905 | 145 | C# switch statement limitations - why? | <c#><switch-statement> | 102 |
44,942 | 97 | Cast List<int> to List<string> in .NET 2.0 | <c#><generics><casting> | 151 |
44,980 | 112 | Programmatically Determine a Duration of a Locked Workstation? | <c#><windows> | 140 |
44,989 | 10 | How do you index into a var in LINQ? | <c#><linq> | 21 |
45,030 | 316 | How to parse a string into a nullable int | <c#><.net><string><.net-3.5><nullable> | 364 |