c# Programming Glossary: risks
Do HttpClient and HttpClientHandler have to be disposed? http://stackoverflow.com/questions/15705092/do-httpclient-and-httpclienthandler-have-to-be-disposed not disposing such as resource leakage or data corruption risks. If it's not necessary would it be a good practice anyway since..
Should I seal all classes I know shouldn't ever be used as a base class? http://stackoverflow.com/questions/2164170/should-i-seal-all-classes-i-know-shouldnt-ever-be-used-as-a-base-class undocumented unmaintained feature with unknown security risks doesn't harm you your employer or your customers. 3 Seal the..
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 shipped. the feature does not pose any immediately obvious risks to future features in this area. The last thing we want to do..
Is it considered acceptable to not call Dispose() on a TPL Task object? http://stackoverflow.com/questions/3734280/is-it-considered-acceptable-to-not-call-dispose-on-a-tpl-task-object on the Task class in this case And if so why and are there risks consequences Is there any documentation that discusses this..
windows service (allow service to interact with desktop) http://stackoverflow.com/questions/4237225/windows-service-allow-service-to-interact-with-desktop early days of Windows NT because of the possible security risks. Larry Osterman argues why it was always a bad idea . And he..
RNGCryptoServiceProvider - Random Number Review http://stackoverflow.com/questions/4892588/rngcryptoserviceprovider-random-number-review a different random number for each call. Using TickCount risks seeding the Random object with the same number each time if..
Replacing .NET WebBrowser control with a better browser, like Chrome? http://stackoverflow.com/questions/790542/replacing-net-webbrowser-control-with-a-better-browser-like-chrome that entails in terms of CSS screw ups potential security risks if the rendering engine wasn't patched can I really expect the..
|