c# Programming Glossary: bugs
Why does my C# gzip produce a larger file than Fiddler or PHP? http://stackoverflow.com/questions/11435200/why-does-my-c-sharp-gzip-produce-a-larger-file-than-fiddler-or-php has decided that they won't fix it This is one of several bugs in GZipStream. No self respecting gzip compressor should ever..
Create Excel (.XLS and .XLSX) file from C# [closed] http://stackoverflow.com/questions/151005/create-excel-xls-and-xlsx-file-from-c-sharp 2007 2010 format files .xlsx files . There are a few known bugs with each library as noted in the comments. In all EPPlus seems..
Are there good reasons not to use an ORM? [closed] http://stackoverflow.com/questions/194147/are-there-good-reasons-not-to-use-an-orm validated. However I can also imagine similar bugs in a œsimple SqlConnection query based data access layer. Finally..
.NET - What's the best way to implement a “catch all exceptions handler” http://stackoverflow.com/questions/219594/net-whats-the-best-way-to-implement-a-catch-all-exceptions-handler in your application but still there are bound to be bugs so I need to have something that catches all unhandled exceptions..
The breakpoint will not currently be hit. No symbols have been loaded for this document http://stackoverflow.com/questions/2301216/the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-d second machine same behavior crawled Microsoft Connect for bugs similar issues SPENT 7 HOURS. So this happens the 2nd time in..
how can you easily check if access is denied for a file in .NET? http://stackoverflow.com/questions/265953/how-can-you-easily-check-if-access-is-denied-for-a-file-in-net code that must be maintained and it can introduce subtle bugs into your code. There is just no upside at all to doing the..
In what areas might the use of F# be more appropriate than C#? [closed] http://stackoverflow.com/questions/2785029/in-what-areas-might-the-use-of-f-be-more-appropriate-than-c with minimal fuss minimal code. Beautiful. Lack of bugs Functional programming can feel strange. I can be working on..
Why can't yield return appear inside a try block with a catch? http://stackoverflow.com/questions/346365/why-cant-yield-return-appear-inside-a-try-block-with-a-catch language with a 99.9 accurate compiler yes there are bugs I ran into one on SO just the other day than a more flexible..
Why are C# 3.0 object initializer constructor parentheses optional? http://stackoverflow.com/questions/3661025/why-are-c-sharp-3-0-object-initializer-constructor-parentheses-optional burden was anticipated to be small I don't recall any bugs reported in this feature in the years since it shipped. the..
Comparison of XSD Code Generators http://stackoverflow.com/questions/386155/comparison-of-xsd-code-generators with the command line tool. In particular there are some bugs with the argument processing that require some arguments to..
How to read a text file reversely with iterator in C# http://stackoverflow.com/questions/452902/how-to-read-a-text-file-reversely-with-iterator-in-c-sharp but that's not to say it doesn't still have some subtle bugs around. It uses StreamUtil from MiscUtil but I've included just..
Different ways of passing sqlCommand parameters http://stackoverflow.com/questions/4624811/different-ways-of-passing-sqlcommand-parameters and if it's off for any reason those are really tricky bugs to track and find Imagine what happens when you pass in a DBNull.Value..
Why doesn't .NET/C# optimize for tail-call recursion? http://stackoverflow.com/questions/491376/why-doesnt-net-c-optimize-for-tail-call-recursion I suspect this is because they simply don't want to have bugs where the behaviour is dependent on whether the JIT or ngen..
Binding WPF ComboBox to a Custom List http://stackoverflow.com/questions/561166/binding-wpf-combobox-to-a-custom-list inefficiencies but advanced features may encounter known bugs. Consider using a derived class to avoid these problems. share..
Why is inserting entities in EF 4.1 so slow compared to ObjectContext? http://stackoverflow.com/questions/5943394/why-is-inserting-entities-in-ef-4-1-so-slow-compared-to-objectcontext as advanced and can potentially introduce subtle bugs into your application if not used correctly . Edit This was..
Fixed point math in c#? http://stackoverflow.com/questions/605124/fixed-point-math-in-c new SHIFT AMOUNT requires. You're likely to run into some bugs if you do that and aren't careful so be sure to run checks against..
Why is JsonRequestBehavior needed? http://stackoverflow.com/questions/8464677/why-is-jsonrequestbehavior-needed Why isn't HttpPost sufficient Why the framework bugs us with the JsonRequestBehavior.AllowGet for every JsonResult..
Using C#, how does one figure out what process locked a file? http://stackoverflow.com/questions/860656/using-c-how-does-one-figure-out-what-process-locked-a-file far and uses threads to protect against some nasty Win32 bugs. Mostly stuff found on the Internet. Updated to prevent a few.. memory exceptions. Made threads background so Win32 bugs won't stop your process from exiting. using System using System.Collections.Generic..
Using async-await on .net 4 http://stackoverflow.com/questions/9110472/using-async-await-on-net-4 to VS over MonoDevelop as IDE Which one has fewer code gen bugs Looking at Jon Skeet's blog the VS2012 Preview uses a never..
|