Id
int64 4
66.1M
| Score
int64 5
8.43k
| Title
stringlengths 9
150
| Tags
stringlengths 3
92
| Answer_score
int64 5
6.41k
⌀ |
---|---|---|---|---|
133,379 | 154 | Elevating process privilege programmatically? | <c#><.net><windows><windows-services><process-elevation> | 179 |
133,958 | 5 | unlockbits, lockbits, and try-finally | <c#><.net> | 7 |
134,086 | 153 | What strategies and tools are useful for finding memory leaks in .NET? | <c#><.net><memory-management><memory-leaks> | 52 |
134,224 | 66 | Generating an Xml Serialization assembly as part of my build | <c#><xml><xml-serialization> | 57 |
134,237 | 32 | Why can't you use the keyword 'this' in a static method in .Net? | <c#><.net> | 66 |
134,481 | 5 | How can I pass an argument to a C# plug-in being loaded through Assembly.CreateInstance? | <c#><assemblies><arguments><createinstance> | 12 |
134,746 | 349 | What is the difference between bool and Boolean types in C# | <c#><types><boolean> | 392 |
135,000 | 120 | How to prevent blank xmlns attributes in output from .NET's XmlDocument? | <c#><.net><xml><xml-namespaces><xmldocument> | 111 |
135,020 | 217 | Advantages to Using Private Static Methods | <c#><performance> | 230 |
135,234 | 407 | Difference between ref and out parameters in .NET | <c#><.net> | 500 |
135,443 | 344 | How do I use reflection to invoke a private method? | <c#><.net><reflection><private-methods> | 525 |
135,451 | 6 | Can I use a List<T> as a collection of method pointers? (C#) | <c#><generics><delegates> | 15 |
135,782 | 28 | Generic logging of function parameters in exception handling | <c#><.net> | 34 |
135,841 | 87 | Marking A Class Static in VB.NET | <c#><vb.net> | 122 |
136,035 | 2,268 | Catch multiple exceptions at once? | <c#><.net><exception> | 2,210 |
136,278 | 223 | Why should you remove unnecessary C# using directives? | <c#><assemblies><using> | 183 |
136,615 | 16 | How can I test a TCP connection to a server with C# given the server's IP address and port? | <c#><networking> | 16 |
136,674 | 5 | Reasons to NOT run a business-critical C# console application via the debugger? | <c#><debugging> | 10 |
136,836 | 33 | C# Array initialization - with non-default value | <c#><.net> | 38 |
136,975 | 192 | Has an event handler already been added? | <c#><.net><asp.net> | 126 |
137,031 | 5 | How can I programmatically determine if I have write privileges using C# in .Net? | <c#><.net><networking><file-permissions> | 6 |
137,255 | 5 | How can I determine if a remote drive has enough space to write a file using C#? | <c#><.net><networking><filesystems> | 10 |
137,260 | 7 | What are the dangers of making a method virtual? | <c#><unit-testing><mocking><virtual-functions> | 8 |
137,448 | 12 | Redundancy in C#? | <c#><.net><generics><programming-languages> | 74 |
137,454 | 29 | What does the "private" modifier do? | <c#><.net><private><access-modifiers><private-members> | 27 |
137,544 | 18 | Assembler library for .NET, assembling runtime-variable strings into machine code for injection | <c#><assembly><x86> | 14 |
137,661 | 14 | How do you do polymorphism in Ruby? | <c#><ruby><polymorphism> | 15 |
137,688 | 10 | C# 3 new feature posts (and not about .Net 3.5 features) | <c#><.net><.net-3.5><c#-3.0> | 15 |
137,775 | 17 | Should extension properties be added to C# 4.0? | <c#> | 6 |
137,933 | 97 | What is the best scripting language to embed in a C# desktop application? | <c#><scripting> | 24 |
138,043 | 76 | Find the next TCP port in .NET | <c#><.net><wcf><networking><tcp> | 140 |
138,045 | 13 | Is there something like Python's getattr() in C#? | <c#><python><user-interface> | 11 |
138,355 | 11 | Calling .NET assembly from Java: JVM crashes | <c#><java><integration> | 10 |
138,361 | 263 | How much faster is C++ than C#? | <c#><c++><performance><benchmarking> | 367 |
138,449 | 14 | How to convert a Unicode character to its ASCII equivalent | <c#><.net><unicode><ascii> | 11 |
138,552 | 7 | Can Regex be used for this particular string manipulation? | <c#><python><regex><language-agnostic> | 8 |
138,555 | 22 | How to convert HTML to XHTML? | <c#><.net><html><xhtml><converter> | 24 |
138,839 | 25 | How do you parse an HTML string for image tags to get at the SRC information? | <c#><.net><html><regex><xpath> | 54 |
139,260 | 18 | Writing XML files using XmlTextWriter with ISO-8859-1 encoding | <c#><.net><xml><encoding><iso-8859-1> | 13 |
139,592 | 224 | What is the best way to clone/deep copy a .NET generic Dictionary<string, T>? | <c#><generics><collections><clone> | 189 |
139,593 | 203 | ProcessStartInfo hanging on "WaitForExit"? Why? | <c#><processstartinfo> | 415 |
139,607 | 75 | What is the difference between myCustomer.GetType() and typeof(Customer) in C#? | <c#><.net> | 160 |
139,655 | 126 | Convert Pixels to Points | <c#><.net><pixel><point> | 205 |
139,809 | 17 | Sending messages to WCF host process | <c#><wcf> | 15 |
139,837 | 8 | Is there a practical example of how they have used attributes on method parameters in .NET? | <c#><.net> | 10 |
139,979 | 5 | Do generic interfaces in C# prevent boxing? (.NET vs Mono performance) | <c#><performance><generics><mono><boxing> | 8 |
140,043 | 18 | Loop through all Resources in ResourceManager - C# | <c#><resources> | 29 |
140,104 | 88 | How can I return a custom HTTP status code from a WCF REST method? | <c#><.net><wcf><rest> | 113 |
140,115 | 7 | Reading hidden share in C# | <c#><impersonation><fileshare> | 6 |
140,161 | 35 | What triggers ConstraintException when loading DataSet? | <c#><.net><dataset> | 12 |
140,329 | 12 | How can I redirect to a page when the user session expires? | <c#><asp.net> | 5 |
140,490 | 129 | Base constructor in C# - Which gets called first? | <c#><.net><asp.net> | 115 |
140,820 | 8 | How do I test if another installation is already in progress? | <c#><windows><windows-installer> | 6 |
140,926 | 28 | Normalize newlines in C# | <c#><.net> | 38 |
140,937 | 22 | Is there a way to make Strongly Typed Resource files public (as opposed to internal)? | <c#><asp.net><.net-2.0><resources><strong-typing> | 38 |
141,007 | 7 | Creating a XAML Resource from Code Without a Key | <c#><wpf><xaml><code-behind> | 8 |
141,088 | 2,809 | What is the best way to iterate over a dictionary? | <c#><dictionary><loops> | 3,976 |
141,204 | 18 | What is the proper way to ensure a SQL connection is closed when an exception is thrown? | <c#><.net><sql><sqlconnection> | 45 |
141,423 | 5 | If I register for an event in c# while it's dispatching, am I guaranteed to not get called again during that dispatch? | <c#><events><mono> | 9 |
141,467 | 38 | Recursive List Flattening | <c#><.net><recursion> | 20 |
141,888 | 6 | What are the methods for tokenizing strings in .Net? | <c#><java><.net><migration> | 6 |
142,003 | 612 | Cross-thread operation not valid: Control accessed from a thread other than the thread it was created on | <c#><multithreading><winforms><invoke> | 446 |
142,252 | 19 | Test if a floating point number is an integer | <c#><floating-point><numerical> | 32 |
142,356 | 75 | Most efficient way to get default constructor of a Type | <c#><.net><reflection> | 137 |
142,481 | 44 | Auto-generation of .NET unit tests | <c#><.net><unit-testing><automation><automated-tests> | 38 |
142,614 | 33 | TraceRoute and Ping in C# | <c#><.net><networking><ping><traceroute> | 15 |
142,820 | 14 | Design Time viewing for User Control events | <c#><winforms><user-controls> | 27 |
142,826 | 33 | Is there a way to indefinitely pause a thread? | <c#><.net><multithreading> | 93 |
142,972 | 6 | C#: Convert COMP-3 Packed Decimal to Human-Readable Value | <c#><.net><ibm-midrange><flat-file><comp-3> | 6 |
143,405 | 648 | C# Interfaces. Implicit implementation versus Explicit implementation | <c#><.net><interface> | 503 |
143,485 | 60 | implicit operator using interfaces | <c#><generics><compiler-construction><casting><implicit-conversion> | 65 |
143,947 | 8 | In-memory LINQ performance | <c#><linq><performance><complexity-theory> | 5 |
143,973 | 11 | Where would you use C# Runtime Compilation? | <c#><optimization><runtime-compilation> | 7 |
143,997 | 44 | Is casting the same thing as converting? | <c#><clr><casting> | 17 |
144,176 | 21 | Fastest way to convert a possibly-null-terminated ascii byte[] to a string? | <c#><.net><string><ascii> | 13 |
144,439 | 6 | Building a directory string from component parts in C# | <c#><filesystems><string-building> | 15 |
144,530 | 64 | == or .Equals() | <c#> | 60 |
144,550 | 5 | SQL Server: Dynamic where-clause | <c#><sql-server><performance> | 7 |
144,682 | 20 | What is the point of using a Logging framework? | <c#><.net><logging> | 23 |
144,783 | 62 | C# classes in separate files? | <c#> | 94 |
144,862 | 32 | Bluetooth APIs in Windows/.Net? | <c#><.net><windows><windows-xp><bluetooth> | 25 |
144,957 | 45 | Using Exception.Data | <c#><exception> | 24 |
145,103 | 6 | What's the best way to benchmark programs in Windows? | <c#><.net><windows><performance><benchmarking> | 5 |
145,110 | 119 | C++ performance vs. Java/C# | <c#><java><c++><performance><bytecode> | 178 |
145,304 | 128 | When to use thread pool in C#? | <c#><multithreading><threadpool> | 48 |
145,312 | 146 | Maximum number of threads in a .NET app? | <c#><.net><multithreading> | 151 |
145,371 | 15 | What's the default intellisense shortcut in vs2008? | <c#><visual-studio><visual-studio-2008><keyboard-shortcuts> | 15 |
145,400 | 9 | How do I dictate the destination folder of a clickOnce application? | <c#><deployment><installation><clickonce> | 12 |
145,484 | 37 | Looking for up-to-date eclipse plugin for C# | <c#><eclipse><eclipse-plugin> | 17 |
145,509 | 88 | Why does "abcd".StartsWith("") return true? | <c#><java><startswith> | 164 |
145,607 | 42 | Text difference algorithm | <c#><python><diff> | 26 |
145,856 | 101 | How to join int[] to a character separated string in .NET? | <c#><.net><.net-3.5> | 162 |
146,134 | 498 | How to remove illegal characters from path and filenames? | <c#><string><path><directory> | 518 |
146,155 | 13 | targeting specific frawework version in csc.exe | <c#> | 5 |
146,204 | 267 | Duplicate keys in .NET dictionaries? | <c#><.net><dictionary><multimap> | 232 |
146,316 | 11 | Ideal number of classes per namespace branch | <c#><namespaces><grouping> | 27 |
146,358 | 43 | Efficiently merge string arrays in .NET, keeping distinct values | <c#><linq><arrays><merge><distinct> | 102 |
146,439 | 5 | Way to stop a program from starting up using c#? | <c#><windows><service> | 6 |
147,049 | 5 | Is it correct to use inheritance instead of name aliasing in c#? | <c#><inheritance><alias><typedef> | 7 |
147,557 | 73 | Error logging in C# | <c#><error-reporting><error-logging> | 72 |