c# Programming Glossary: elegance
How can I determine a timezone by the UTC offset? http://stackoverflow.com/questions/1274743/how-can-i-determine-a-timezone-by-the-utc-offset code to my eyeballs. Is there a better way to do this More elegance would be good and more accuracy would be better still. Update..
What NoSQL solutions are out there for .NET? [closed] http://stackoverflow.com/questions/1777103/what-nosql-solutions-are-out-there-for-net data structures your program already uses. It's this elegance of offering fundamental comp sci data structures that sets Redis..
Should C# have multiple inheritance? [closed] http://stackoverflow.com/questions/191691/should-c-sharp-have-multiple-inheritance I come from a C background and miss the power and elegance of multiple inheritance. Although it is not suited to all software..
How to elegantly check if a number is within a range? http://stackoverflow.com/questions/3188672/how-to-elegantly-check-if-a-number-is-within-a-range if would suffice but the keyword to this question is elegance. It's for my toy project not for production. Edit 2 This questions..
Casting List<T> - covariance/contravariance problem http://stackoverflow.com/questions/4931789/casting-listt-covariance-contravariance-problem could come up with this trivial solution only lacking any elegance wasting resources ... public List IMyClass ConvertItems List..
How to iterate over two arrays at once? http://stackoverflow.com/questions/496704/how-to-iterate-over-two-arrays-at-once works just fine but it doesn't quite satisfy my sense of elegance and it gets really hairy if the number of arrays is larger than..
when not to use lambda expressions [closed] http://stackoverflow.com/questions/672918/when-not-to-use-lambda-expressions anonymous methods. They give me great flexibility and code elegance. The other great feature about anonymous methods is that they..
Why does C#/CLR not support method override co/contra-variance? http://stackoverflow.com/questions/837134/why-does-c-clr-not-support-method-override-co-contra-variance the stack. Even so it seems a bit of a pity in terms of elegance. I can't say I've ever felt the need for this in real life and..
|