c# Programming Glossary: decision
Multiple Aggregates / Repositories in one Transaction http://stackoverflow.com/questions/11445657/multiple-aggregates-repositories-in-one-transaction need information from other aggregates in order to make a decision on whether to or how to change state. That's fine. It is however..
When to use thread pool in C#? http://stackoverflow.com/questions/145304/when-to-use-thread-pool-in-c some considerations you use when making this programming decision c# multithreading share improve this question If you have..
Silent failures in C#, seemingly unhandled exceptions that does not crash the program http://stackoverflow.com/questions/1583351/silent-failures-in-c-seemingly-unhandled-exceptions-that-does-not-crash-the-pr this terrifying behavior. I'm sure it's not a design decision probably no choice or laziness. Does anybody know Would be glad..
Generics in C#, using type of a variable as parameter http://stackoverflow.com/questions/2107845/generics-in-c-using-type-of-a-variable-as-parameter in your type parameter as the type argument pushing the decision one level higher up the stack If you could give us more information..
What is the easiest way to encrypt a password when I save it to the registry? http://stackoverflow.com/questions/212510/what-is-the-easiest-way-to-encrypt-a-password-when-i-save-it-to-the-registry data Regarding the down votes justify your decision please... Leaving passwords reversible is a really horrible..
Why does C# forbid generic attribute types? http://stackoverflow.com/questions/294216/why-does-c-sharp-forbid-generic-attribute-types any more information. Anyway it's definitely a language decision rather than a runtime one. EDIT Answer from Eric Lippert paraphrased..
Can't operator == be applied to generic types in C#? http://stackoverflow.com/questions/390900/cant-operator-be-applied-to-generic-types-in-c think that it would have enough information to make that decision even without specifying the type. share improve this answer..
C# 3.0 generic type inference - passing a delegate as a function parameter http://stackoverflow.com/questions/407983/c-sharp-3-0-generic-type-inference-passing-a-delegate-as-a-function-parameter . From my reading of the article in JSkeet's answer the decision to not infer the type seems to be based on a mutual infering.. a solution exists as unsolved. As a consequence of this decision you won't be adding a overload for a method and getting a whole..
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.. differentiation between premature optimization vs informed decision making for a performance critical application before any implementation..
Why are C# 4 optional parameters defined on interface not enforced on implementing class? http://stackoverflow.com/questions/4922714/why-are-c-sharp-4-optional-parameters-defined-on-interface-not-enforced-on-imple on the interface as that should be an implementation decision. On the other hand this disconnect means you can't always use..
Should we select VB.NET or C# when upgrading our legacy applications? [closed] http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-sharp-when-upgrading-our-legacy-applications interested in the thoughts of my peers before I make a decision. So if you have done this before or if you have any words of.. Instead I wanted to make sure that I was making the right decision at a crucial point in our company's decision making procesesses... the right decision at a crucial point in our company's decision making procesesses. To do so I thought it best to seek input..
Properties vs Methods http://stackoverflow.com/questions/601621/properties-vs-methods on a ASPX page. Is there a principle that can govern the decision in this case whether to make this a method or a property. I'll..
Why are unsigned int's not CLS compliant? http://stackoverflow.com/questions/6325/why-are-unsigned-ints-not-cls-compliant had no concept of unsigned ints which I suspect drove the decision of the designers of VB7 7.1 not to implement as well it's implemented..
Advantage of using Thread.Start vs QueueUserWorkItem http://stackoverflow.com/questions/684640/advantage-of-using-thread-start-vs-queueuserworkitem In multithreaded .NET programming what are the decision criteria for using ThreadPool.QueueUserWorkItem versus starting..
Programming P2P application http://stackoverflow.com/questions/8523330/programming-p2p-application send datagrams too. Typically one endpoint makes the final decision on which address pair sockets to communicate with and the protocol.. facilitates this endpoint telling the other endpoint this decision. usually best to not to rely on a well known port for P2P clients...
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 for loop. I think it is fair to say that all regret that decision. This is one of the worst gotchas in C# and we are going to..
|