c# Programming Glossary: unpleasant
XML serialization of interface property http://stackoverflow.com/questions/1333864/xml-serialization-of-interface-property options Hide it and deal with it in another property Ugly unpleasant boiler plate and much repetition but most consumers of the class..
Process.Start() hangs when running on a background thread http://stackoverflow.com/questions/16202678/process-start-hangs-when-running-on-a-background-thread you did. Bit of a setback to TDD. The workaround is a bit unpleasant TDD wise you do have to stop using Console.ReadKey to avoid..
Understanding Garbage Collection in .net http://stackoverflow.com/questions/17130382/understanding-garbage-collection-in-net while you are debugging if a GC occurs. That would be very unpleasant so the jitter is aware of there being a debugger attached. It..
Await and SynchronizationContext in a managed component hosted by an unmanaged app http://stackoverflow.com/questions/19535147/await-and-synchronizationcontext-in-a-managed-component-hosted-by-an-unmanaged-a is so by default . If it is not a bug then it's a very unpleasant undocumented behavior which may seriously affect some component..
C# DateTime.Ticks equivalent in Java http://stackoverflow.com/questions/3706306/c-sharp-datetime-ticks-equivalent-in-java Jan 1970 . Java's built in date and time APIs are fairly unpleasant. I'd personally recommend that you use Joda Time instead. If..
Different ways of passing sqlCommand parameters http://stackoverflow.com/questions/4624811/different-ways-of-passing-sqlcommand-parameters proc really expects you might see conversion and other unpleasant surprises. So if you define a string define it's length too..
How to catch exceptions http://stackoverflow.com/questions/9526139/how-to-catch-exceptions outside of for instance a button click event produced unpleasant results. I typically catch the exception and display it in a..
|