¡@

Home 

c# Programming Glossary: gotchas

What are regular expression Balancing Groups?

http://stackoverflow.com/questions/17003799/what-are-regular-expression-balancing-groups

very sophisticated uses are possible and there are some gotchas when used in combination with other .NET Regex features like..

The need for volatile modifier in double checked locking in .NET

http://stackoverflow.com/questions/1964731/the-need-for-volatile-modifier-in-double-checked-locking-in-net

This is what Jon is referring to in his article in the gotchas for double checked locking. Doing one of marking the variable..

C# developers learning Java, what are the biggest differences one may overlook? [closed]

http://stackoverflow.com/questions/2014709/c-sharp-developers-learning-java-what-are-the-biggest-differences-one-may-overl

etc. c# java share improve this question A few gotchas off the top of my head Java doesn't have custom value types..

What is the worst gotcha in C# or .NET?

http://stackoverflow.com/questions/241134/what-is-the-worst-gotcha-in-c-sharp-or-net

so I thought it would be useful to catalog the worst C# gotchas. c# .net share improve this question private int myVar..

How deterministic is floating point inaccuracy?

http://stackoverflow.com/questions/328622/how-deterministic-is-floating-point-inaccuracy

runs isn't likely to result in buggy behavior. Specific gotchas that I'm aware of 1. some operating systems allow you to set..

Best way to print from c# / .net?

http://stackoverflow.com/questions/371384/best-way-to-print-from-c-sharp-net

most common printing libs containing the main features and gotchas of each of them. Update for standard windows clients or servers..

What is the best workaround for the WCF client `using` block issue?

http://stackoverflow.com/questions/573872/what-is-the-best-workaround-for-the-wcf-client-using-block-issue

masking a faulted state exception. So are there any other gotchas I have to look out for using these workarounds Has anybody come..

Calling CreateProcessAsUser from C#

http://stackoverflow.com/questions/668389/calling-createprocessasuser-from-c-sharp

seems liker I've been caught out by one of the biggest gotchas in WinAPI interop programming. Also Posting the code for my..

.NET XML serialization gotchas? [closed]

http://stackoverflow.com/questions/67959/net-xml-serialization-gotchas

XML serialization gotchas closed I've run into a few gotchas when doing C# XML serialization.. XML serialization gotchas closed I've run into a few gotchas when doing C# XML serialization that I thought I'd share You.. writer.WriteEndElement Any other XML Serialization gotchas out there c# xml serialization share improve this question..

How do I drag and drop files into a C# application?

http://stackoverflow.com/questions/68598/how-do-i-drag-and-drop-files-into-a-c-sharp-application

C# application I'm working on. Are there best practices or gotchas to look out for c# winforms drag and drop share improve this..

Is there a reason for C#'s reuse of the variable in a foreach?

http://stackoverflow.com/questions/8898925/is-there-a-reason-for-cs-reuse-of-the-variable-in-a-foreach

that all regret that decision. This is one of the worst gotchas in C# and we are going to take the breaking change to fix it...

Best way to really grok Java-ME for a C# guy [closed]

http://stackoverflow.com/questions/90578/best-way-to-really-grok-java-me-for-a-c-sharp-guy

The syntax is easy but I keep having issues with various gotchas and the environment. For instance something that surprised me.. something I assumed all OOP languages had . There are many gotchas. I've been to various places where they compare Java syntax..

Why is Application.Restart() not reliable?

http://stackoverflow.com/questions/95098/why-is-application-restart-not-reliable

to allow the new one to start up. Check your code for gotchas like that. If you're seeing this behaviour within a blank application..

WIA through web browser - ASP.NET

http://stackoverflow.com/questions/956158/wia-through-web-browser-asp-net

is writing it in C then what are some of the high level gotchas to make it cross browser What else is out there c# asp.net..