c# Programming Glossary: discussion
Why is there not a ForEach extension method on the IEnumerable interface? http://stackoverflow.com/questions/101265/why-is-there-not-a-foreach-extension-method-on-the-ienumerable-interface although evilness usefulness of such a feature is open to discussion. Those are all great points made by many people here and I can..
Is shifting bits faster than multiplying and dividing in Java? .NET? http://stackoverflow.com/questions/1168451/is-shifting-bits-faster-than-multiplying-and-dividing-in-java-net companion website http www.hackersdelight.org See also a discussion with a link or two here http hexblog.com 2005 11 do_you_know_the_division_opera.html..
Property(with no extra processing) vs public field http://stackoverflow.com/questions/1272521/propertywith-no-extra-processing-vs-public-field about credibility of Properties I see that most of the discussion happens around functions methods vs properties. But I would..
Enum type constraints in C# [duplicate] http://stackoverflow.com/questions/1331739/enum-type-constraints-in-c-sharp this one has never made it past the wouldn't this be nice discussion in the language design team. The CLR doesn't support it so in..
How slow are .NET exceptions? http://stackoverflow.com/questions/161942/how-slow-are-net-exceptions slow are .NET exceptions I don't want a discussion about when to and not to throw exceptions. I wish to resolve..
Are there good reasons not to use an ORM? [closed] http://stackoverflow.com/questions/194147/are-there-good-reasons-not-to-use-an-orm on my own. Now before starting some bigger project the discussion arose how to design data access and whether or not to use an..
What's the point of the var keyword? http://stackoverflow.com/questions/209199/whats-the-point-of-the-var-keyword type declaration and I have read with interest the SO discussion of when it might be appropriate. I have also read about but..
What is a message pump? http://stackoverflow.com/questions/2222365/what-is-a-message-pump pump In this thread posted about a year ago there is a discussion of problems that can come with running Word in a non interactive..
Setting Objects to Null/Nothing after use in .NET http://stackoverflow.com/questions/2785/setting-objects-to-null-nothing-after-use-in-net because it's self tuning and opaque. There was a good discussion about the inner workings with Jeffrey Richter on Dot Net Rocks..
Deserialize JSON into C# dynamic object? http://stackoverflow.com/questions/3142495/deserialize-json-into-c-sharp-dynamic-object 1 .Price 3.21 as a decimal I'm interested in any discussion about this approach. EDIT I updated the code to fix a small..
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 library share improve this question There is a discussion about this in the MSDN forums . Stephen Toub a member of the..
C# switch statement limitations - why? http://stackoverflow.com/questions/44905/c-sharp-switch-statement-limitations-why
How to elevate privileges only when required? http://stackoverflow.com/questions/573086/how-to-elevate-privileges-only-when-required need UI for the elevated access even better. For a full discussion of UAC on Vista I recommend you see this very through article..
No type inference with generic extension method http://stackoverflow.com/questions/7171067/no-type-inference-with-generic-extension-method are checked against the constraints. For a detailed discussion of some of the design issues around constraints and method signatures..
How to implement custom JsonConverter in JSON.NET to deserialize a List of base class objects http://stackoverflow.com/questions/8030538/how-to-implement-custom-jsonconverter-in-json-net-to-deserialize-a-list-of-base built in way to do this using the Create method. I found a discussion thread pertaining to type conversion and it turned out to provide..
When should I use double instead of decimal? http://stackoverflow.com/questions/803225/when-should-i-use-double-instead-of-decimal Finally if you want a seriously in depth and mathematical discussion of floating point numbers operations at machine level try reading..
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
C# 3.0 auto-properties - useful or not? http://stackoverflow.com/questions/9304/c-sharp-3-0-auto-properties-useful-or-not time in Stack Overflow. You may also be interested in a discussion of Properties vs. Public Variables . IMHO that's really what..
Seeking clarification on apparent contradictions regarding weakly typed languages http://stackoverflow.com/questions/9929585/seeking-clarification-on-apparent-contradictions-regarding-weakly-typed-language with any certainty is that a strongly typed language under discussion has some additional restriction in the type system either at.. runtime or compile time that a weakly typed language under discussion lacks. What that restriction might be cannot be determined without..
Problem with Eager Loading Nested Navigation Based on Abstract Entity (EF CTP5) http://stackoverflow.com/questions/5189268/problem-with-eager-loading-nested-navigation-based-on-abstract-entity-ef-ctp5 Summary Location has many Posts Post is an abstract class Discussion derives from Post Discussions have many Comments Now the query.. Post is an abstract class Discussion derives from Post Discussions have many Comments Now the query i'm trying to achieve Get.. Get information about Location Id 1234 including any Discussions and Comments associated with those Discussions. I can get discussions..
Can I pass constructor parameters to Unity's Resolve() method? http://stackoverflow.com/questions/787001/can-i-pass-constructor-parameters-to-unitys-resolve-method http unity.codeplex.com SourceControl changeset view 33899 Discussion on it here http unity.codeplex.com Thread View.aspx ThreadId..
|