Id
int64 4
66.1M
| Score
int64 5
8.43k
| Title
stringlengths 9
150
| Tags
stringlengths 3
92
| Answer_score
int64 5
6.41k
⌀ |
---|---|---|---|---|
96,732 | 57 | Embedding one dll inside another as an embedded resource and then calling it from my code | <c#><.net-3.5><dll> | 44 |
97,097 | 156 | What is the C# version of VB.net's InputDialog? | <c#><vb.net> | 239 |
97,193 | 12 | Can I get the calling instance from within a method via reflection/diagnostics? | <c#><.net><reflection> | 6 |
97,204 | 6 | Comparing C# and Java | <c#><java> | 8 |
97,283 | 9 | How can I determine the name of the currently focused process in C# | <c#> | 16 |
97,312 | 94 | How do I find out what directory my console app is running in? | <c#><.net><console-application> | 165 |
97,646 | 42 | How do I determine darker or lighter color variant of a given color? | <c#><colors> | 28 |
98,074 | 9 | Why is this X.509 certificate considered invalid? | <c#><ssl><certificate><x509> | 8 |
98,484 | 13 | How to insert characters to a file using C# | <c#><.net><file><random-access> | 10 |
98,559 | 75 | How to parse hex values into a uint? | <c#> | 120 |
98,774 | 18 | Preallocating file space in C#? | <c#><file><file-io> | 28 |
99,271 | 5 | C# COM Office Automation - RPC_E_SYS_CALL_FAILED | <c#><com><ms-office> | 5 |
99,686 | 6 | Why do C# and VB have Generics? What benefit do they provide? Generics, FTW | <c#><.net><vb.net><generics> | 6 |
99,732 | 18 | What is the difference between, IsAssignableFrom and GetInterface? | <c#><.net><reflection> | 14 |
99,790 | 6 | Is it safe to add delegates to events with keyword new? | <c#><.net><events><delegates> | 6 |
100,045 | 19 | Regular expressions in C# for file name validation | <c#><regex> | 49 |
100,068 | 12 | LINQ to SQL insert-if-non-existent | <c#><linq-to-sql> | 14 |
100,235 | 25 | Looking for a simple standalone persistent dictionary implementation in C# | <c#><.net> | 23 |
100,247 | 12 | Reading a PNG image file in .Net 2.0 | <c#><.net> | 22 |
100,264 | 7 | Is there an OpenFileOrFolderDialog object in .NET? | <c#><.net><filedialog> | 5 |
100,284 | 8 | How do I check if the scanner is plugged in (C#, .NET TWAIN) | <c#><twain> | 12 |
100,291 | 13 | Speed up loop using multithreading in C# (Question) | <c#><multithreading><.net-2.0> | 17 |
100,851 | 12 | How do you cast an IEnumerable<t> or IQueryable<t> to an EntitySet<t>? | <c#><.net><linq> | 26 |
101,125 | 10 | Force browser to use new CSS | <c#><asp.net><css><master-pages> | 21 |
101,162 | 15 | JSON and ASP.NET MVC | <c#><asp.net-mvc><ajax><json> | 24 |
101,265 | 408 | Why is there no ForEach extension method on IEnumerable? | <c#><.net><vb.net><extension-methods> | 207 |
101,664 | 34 | Can Resharper be set to warn if IDisposable not handled correctly? | <c#><.net><resharper><static-analysis> | 29 |
101,825 | 20 | What's the best way of using a pair (triple, etc) of values as one value in C#? | <c#><generics><data-structures><tuples> | 6 |
102,070 | 11 | Farseer Physics Tutorials, Help files | <c#><silverlight><.net-3.5><farseer> | 8 |
102,398 | 229 | Priority queue in .Net | <c#><.net><data-structures><heap><priority-queue> | 43 |
102,567 | 145 | How to shut down the computer from C# | <c#><.net><windows><shutdown> | 82 |
103,006 | 9 | What's the easiest way to convert latitude and longitude to double values | <c#><gis> | 11 |
103,480 | 6 | iPhone programming - impressions, opinions? | <c#><c++><iphone><objective-c><development-environment> | 5 |
103,532 | 5 | Handling different ConnectionStates before opening SqlConnection | <c#><.net><sql-server><database> | 5 |
104,063 | 12 | System.Convert.ToInt vs (int) | <c#><types> | 12 |
104,158 | 47 | What is "Best Practice" For Comparing Two Instances of a Reference Type? | <c#><.net><comparison><operator-overloading><equality> | 23 |
104,177 | 23 | How do I embed an image in a .NET HTML Mail Message? | <c#><.net><html> | 22 |
104,505 | 8 | What's the best freely available C# wrapper for BITS? | <c#><windows><interop><microsoft-bits> | 6 |
104,603 | 32 | Accessing a Collection Through Reflection | <c#><reflection><collections> | 36 |
104,674 | 38 | Why should events in C# take (sender, EventArgs)? | <c#><.net><events> | 23 |
104,850 | 181 | Test if string is a guid without throwing exceptions? | <c#><string><parsing><guid> | 108 |
104,918 | 63 | Command Pattern : How to pass parameters to a command? | <c#><design-patterns><command-pattern> | 67 |
104,958 | 8 | Testing Abstract Class Concrete Methods | <c#><.net><unit-testing> | 9 |
105,031 | 89 | How do you get total amount of RAM the computer has? | <c#><memory><performancecounter> | 63 |
105,198 | 14 | Locking in C# | <c#><multithreading><concurrency><synchronization> | 23 |
105,372 | 3,945 | How to enumerate an enum | <c#><.net><loops><enums><enumeration> | 4,835 |
105,642 | 9 | Connection Timeout exception for a query using ADO.Net | <c#><.net><ado.net><timeout> | 17 |
105,770 | 899 | .NET String.Format() to add commas in thousands place for a number | <c#><.net><string><format> | 1,294 |
105,932 | 24 | How to record window position in Windows Forms application settings | <c#><.net><winforms><settings> | 18 |
106,033 | 27 | How do I call a .NET assembly from C/C++? | <c#><.net><c++> | 12 |
106,036 | 9 | How do I Yield to the UI thread to update the UI while doing batch processing in a WinForm app? | <c#><.net><winforms> | 14 |
106,329 | 6 | How do you programmatically identify the number of references to a method with C# | <c#><refactoring> | 13 |
106,383 | 62 | C# - Can publicly inherited methods be hidden (e.g. made private to derived class) | <c#><class><derived> | 76 |
106,599 | 31 | What is the most flexible serialization for .NET objects, yet simple to implement? | <c#><.net><json><serialization><json.net> | 54 |
106,765 | 32 | I want my C# Windows Service to automatically update itself | <c#><windows-services><upgrade> | 17 |
106,907 | 133 | Making code internal but available for unit testing from other projects | <c#><unit-testing><scope> | 211 |
106,941 | 42 | Should I use internal or public visibility by default? | <c#><.net><public><internal> | 38 |
107,076 | 9 | Does WCF play well with Java? | <c#><java><wcf> | 8 |
107,196 | 16 | Why is a different dll produced after a clean build, with no code changes? | <c#><.net><visual-studio><build-process> | 14 |
107,972 | 15 | Calling C# events from outside the owning class? | <c#><events><inheritance> | 27 |
108,005 | 18 | How can I get the filetype icon that Windows Explorer shows? | <c#><winforms> | 11 |
108,104 | 80 | How do I convert a System.Type to its nullable version? | <c#><.net> | 116 |
108,396 | 22 | Fluent NHibernate Many-to-Many | <c#><nhibernate><fluent-nhibernate><fluent> | 39 |
108,819 | 152 | Best way to randomize an array with .NET | <c#><.net><algorithm><sorting><random> | 184 |
108,971 | 61 | Using Side-by-Side assemblies to load the x64 or x32 version of a DLL | <c#><.net><64-bit> | 66 |
109,620 | 6 | What are the bigger hurdles to overcome migrating from Winforms to WPF? | <c#><wpf><windows><winforms> | 11 |
109,717 | 6 | Multiple Constructors with complex logic | <c#><.net> | 17 |
109,859 | 75 | What does "DateTime?" mean in C#? | <c#><.net><datetime><syntax><nullable> | 135 |
109,934 | 6 | linq equivalent of 'select *' sql for generic function? | <c#><linq><generics><anonymous-types> | 5 |
110,081 | 9 | LinearGradientBrush Artifact Workaround? | <c#><gdi+> | 9 |
110,229 | 23 | How do nullable types work in C#? | <c#> | 41 |
110,314 | 18 | LINQ to entities - Building where clauses to test collections within a many to many relationship | <c#><linq><entity-framework><lambda><many-to-many> | 19 |
110,451 | 8 | How to add WCF templates to Visual Studio Express? | <c#><visual-studio><visual-studio-2008><wcf><visual-studio-express> | 17 |
110,488 | 6 | What is the best way to collect/report unexpected errors in .NET Window Applications? | <c#><.net><error-handling><reporting> | 5 |
110,536 | 7 | Prevent .NET from "lifting" local variables | <c#><.net><lambda> | 8 |
110,562 | 6 | How to pass a generic property as a parameter to a function? | <c#><generics> | 9 |
110,749 | 7 | Regular expression to convert mark down to HTML | <c#><html><regex><markdown> | 6 |
111,345 | 107 | Getting image dimensions without reading the entire file | <c#><.net><image><image-manipulation> | 106 |
111,348 | 9 | What XNA based 3D terrain and physics libraries exist? | <c#><xna><physics> | 8 |
111,461 | 77 | Auto-implemented getters and setters vs. public fields | <c#><oop><properties><field> | 51 |
111,814 | 7 | What is the best way to improve ASP.NET/C# compilation speed? | <c#><.net><asp.net> | 11 |
111,817 | 13 | What is the easiest way to upgrade a large C# winforms app to WPF | <c#><.net><wpf><upgrade> | 11 |
112,224 | 14 | Click through transparency for Visual C# Window Forms? | <c#><visual-studio><forms><transparency> | 21 |
112,941 | 7 | Create program installer in Visual Studio 2005? | <c#><visual-studio><winforms> | 12 |
113,424 | 9 | Converting Reverse Polish Notation | <c#><c++><rpn> | 15 |
113,755 | 25 | Programmatically add an application to Windows Firewall | <c#><windows><firewall> | 17 |
113,928 | 182 | Can I return the 'id' field after a LINQ insert? | <c#><.net><linq><linq-to-sql> | 270 |
114,149 | 79 | "const correctness" in C# | <c#><theory><const-correctness> | 64 |
114,658 | 19 | Catching base Exception class in .NET | <c#><exception> | 32 |
114,707 | 7 | Editable data grid for C# WinForms | <c#><winforms><user-interface><editing> | 11 |
114,928 | 119 | .NET Process.Start default directory? | <c#> | 191 |
115,031 | 5 | An Issue with converting enumerations in C++\CLI | <c#><enums><c++-cli><enumeration> | 5 |
115,328 | 36 | How can I do Databinding in c#? | <c#><winforms><data-binding> | 53 |
115,399 | 64 | Converting a year from 4 digit to 2 digit and back again in C# | <c#><datetime><2-digit-year> | 110 |
115,418 | 12 | memberInfo.GetValue() C# | <c#><reflection> | 13 |
115,488 | 25 | What is the most reliable way to create a custom event log and event source during the installation of a .Net Service | <c#><.net><windows-services><event-log><eventlog-source> | 5 |
115,658 | 15 | When reading a CSV file using a DataReader and the OLEDB Jet data provider, how can I control column data types? | <c#><.net><csv><oledb> | 10 |
115,694 | 107 | How to permanently disable region-folding in Visual Studio 2008 | <c#><visual-studio-2008><text-editor><outlining> | 139 |
115,868 | 115 | How do I get the title of the current active window using c#? | <c#><.net><windows><winforms> | 172 |
116,050 | 22 | Location of My Pictures | <c#><windows><windows-vista><windows-xp> | 48 |