c# Programming Glossary: compelling
Case Statement Block Level Declaration Space in C# http://stackoverflow.com/questions/1074589/case-statement-block-level-declaration-space-in-c-sharp not going to do that. In short there is no particularly compelling reason to choose one way or the other both have merits. The..
In C#, why can't an anonymous method contain a yield statement? http://stackoverflow.com/questions/1217729/in-c-why-cant-an-anonymous-method-contain-a-yield-statement enough in most scenarios. So the benefits are not that compelling. The costs are large. Iterator rewriting is the most complicated..
Property(with no extra processing) vs public field http://stackoverflow.com/questions/1272521/propertywith-no-extra-processing-vs-public-field methods vs properties. But I would also like to know the compelling reason to use property with associated private field vs public..
Enum type constraints in C# [duplicate] http://stackoverflow.com/questions/1331739/enum-type-constraints-in-c-sharp there are a few decent usage cases but none of them are so compelling that we'd do this work rather than one of the hundreds of other.. that are much more frequently requested or have more compelling and farther reaching usage cases. If we're going to muck with..
Operator Overloading with C# Extension Methods http://stackoverflow.com/questions/172658/operator-overloading-with-c-sharp-extension-methods releases. What will help is if we get a good amount of compelling scenarios that can help drive the right design. share improve..
Get an IDataReader from a typed List http://stackoverflow.com/questions/2258310/get-an-idatareader-from-a-typed-list IEnumerable IEnumerable ergo IQueryable . There is no compelling reason to expose a generic type parameter on the reader and..
Performance overhead for properties in .NET http://stackoverflow.com/questions/3264833/performance-overhead-for-properties-in-net reasons Not that I know of these reasons are by themselves compelling enough. But maybe someone else will jump in on this. The property..
Why is the 'this' keyword required to call an extension method from within the extended class http://stackoverflow.com/questions/3510964/why-is-the-this-keyword-required-to-call-an-extension-method-from-within-the-e should we take on the cost of implementing it Explain what compelling important scenario is enabled by this feature and we'll consider.. consider implementing it in the future. I don't see any compelling important scenario that justifies it but perhaps there is one..
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 feature now that makes it much harder to implement a more compelling feature in the future. the feature adds no new ambiguities to..
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 corresponding increase in representative power. What's the compelling benefit of this feature which justifies the increased cost to..
Why isn't ArrayList marked [Obsolete]? http://stackoverflow.com/questions/5063156/why-isnt-arraylist-marked-obsolete effectively obsolete for new code but there's no compelling reason to mark it obsolete and create warnings in all code which.. type does its job well enough... often there's really no compelling reason to change existing code. It's the kind of change I'd..
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 to rewrite the applications from scratch due to several compelling factors 1. Lack of documentation. 2. Lack of exception handling...
Why doesn't C# support the return of references? http://stackoverflow.com/questions/6339602/why-doesnt-c-sharp-support-the-return-of-references that the feature does not have broad enough appeal or compelling usage cases to make it into a real supported language feature..
Why some types do not have literal modifiers http://stackoverflow.com/questions/8671427/why-some-types-do-not-have-literal-modifiers syntax do not apply to shorts. If you think there is a compelling benefit to the feature state what the benefit is. Without a..
|