c# Programming Glossary: decisions
Why is ushort + ushort equal to int? http://stackoverflow.com/questions/10065287/why-is-ushort-ushort-equal-to-int sources that's going to be a bit difficult. These design decisions were made a long time ago 13 years is a lot of dog lives in..
How can I convert String to Int? http://stackoverflow.com/questions/1019793/how-can-i-convert-string-to-int returns a bool you can its return value to make decisions about the results of the parsing attempt int x 0 if Int32.TryParse..
What's the best way of implementing a thread-safe Dictionary? http://stackoverflow.com/questions/157933/whats-the-best-way-of-implementing-a-thread-safe-dictionary synchronization object allows the consumer to make those decisions and doesn't hide the deadlock inside your class. share improve..
What are the real-world pros and cons of each of the major mocking frameworks? http://stackoverflow.com/questions/1718463/what-are-the-real-world-pros-and-cons-of-each-of-the-major-mocking-frameworks current project but it will help others make more informed decisions when picking the correct framework for their situation. I'm..
C# UserControl Constructor with Parameters http://stackoverflow.com/questions/1784303/c-sharp-usercontrol-constructor-with-parameters user controls share improve this question Design decisions made regarding the way Windows Forms works more or less preclude..
A Real Timespan Object With .Years & .Months http://stackoverflow.com/questions/1916358/a-real-timespan-object-with-years-months have how their perceptions of the past may change and the decisions life choices they may make when trying to reconstruct events..
Generate C# project using CMake http://stackoverflow.com/questions/2074144/generate-c-sharp-project-using-cmake c# which can execute cross platform and thanks to design decisions by the mono team can build cross platform. CMake does provide..
Is there ever a reason to use goto in modern .NET code? http://stackoverflow.com/questions/2542289/is-there-ever-a-reason-to-use-goto-in-modern-net-code regard and while I may not have agreed with all of their decisions I always respected their reasoning. So is there a good reason..
Accessing Password Protected Network Drives in Windows in C#? http://stackoverflow.com/questions/2563724/accessing-password-protected-network-drives-in-windows-in-c security information the server can make access validation decisions without being able to use other services that are using the..
Visualizing an AST created with ANTLR (in a .Net environment) http://stackoverflow.com/questions/2856612/visualizing-an-ast-created-with-antlr-in-a-net-environment because I'm still learning and still need to make some decisions regarding the final structure of the tree create the AST. It..
How can I conditionally compile my C# for Mono vs. Microsoft .NET? http://stackoverflow.com/questions/329043/how-can-i-conditionally-compile-my-c-sharp-for-mono-vs-microsoft-net vs MS.NET differences then you need to be making those decisions at run time. The standard way to detect Mono at Runtime is bool..
IEnumerable<T> as return type http://stackoverflow.com/questions/381208/ienumerablet-as-return-type assume much about your callers it's perfectly okay to make decisions based on your own behavior. Imagine a scenario where you had..
Performance differences between debug and release builds http://stackoverflow.com/questions/4043821/performance-differences-between-debug-and-release-builds becomes y a This helps the register allocator make better decisions. It is a big deal in the x86 jitter because it has so few registers..
when building a calendar app, should i store dates or recurrence rules in my database? http://stackoverflow.com/questions/4239871/when-building-a-calendar-app-should-i-store-dates-or-recurrence-rules-in-my-dat questions which are directly about storage but the storage decisions will affect how easy it is to implement whatever policy you..
When is optimization premature? [closed] http://stackoverflow.com/questions/4832642/when-is-optimization-premature archive 2006 09 07 745085.aspx where he talks about his decisions he makes to implement the types necessary for his app. If it..
Is C# really slower than say C++? http://stackoverflow.com/questions/5326269/is-c-sharp-really-slower-than-say-c Microsoft's I believe attempts to make intelligent decisions about what to compile and what to interpret. It does this by..
Curious null-coalescing operator custom implicit conversion behaviour http://stackoverflow.com/questions/6256847/curious-null-coalescing-operator-custom-implicit-conversion-behaviour Many bugs in the C# compiler are a result of bad caching decisions. A word to the wise every time you cache a fact for use later..
Trying to understand exceptions in C# http://stackoverflow.com/questions/7238402/trying-to-understand-exceptions-in-c-sharp decision point. Instead call ifexists check bool and make decisions in your code. this especially helps when you set the debugger..
Business Objects, Validation And Exceptions http://stackoverflow.com/questions/88541/business-objects-validation-and-exceptions cost etc. The user may require this information to make decisions on further entry liek how many units to order or it may be required..
ServiceStack.Net Redis: Storing Related Objects vs. Related Object Ids http://stackoverflow.com/questions/8914349/servicestack-net-redis-storing-related-objects-vs-related-object-ids representation. Hopefully you'll be able to make better decisions about how to design your models once you can see how they're..
|