c# Programming Glossary: expressive
Favorite way to create an new IEnumerable<T> sequence from a single value? http://stackoverflow.com/questions/1019737/favorite-way-to-create-an-new-ienumerablet-sequence-from-a-single-value Or using a new List. I'd like to hear if anyone has a more expressive way to do the same thing. c# linq c# 3.0 share improve this..
switch / pattern matching idea http://stackoverflow.com/questions/156467/switch-pattern-matching-idea capability of F# which allows a very rich syntax much more expressive than the current switch conditional C# equivalents. I won't..
Abuse of C# lambda expressions or Syntax brilliance? http://stackoverflow.com/questions/1718037/abuse-of-c-sharp-lambda-expressions-or-syntax-brilliance name value pairs. The resulted syntax construct is very expressive indeed but at the same time very dangerous. The general use..
Extension methods syntax vs query syntax http://stackoverflow.com/questions/279701/extension-methods-syntax-vs-query-syntax the second example being a bit more terse but perhaps less expressive if you don't know what the is doing. Other than writing terse..
Obtain the Query/CommandText that caused a SQLException http://stackoverflow.com/questions/2964838/obtain-the-query-commandtext-that-caused-a-sqlexception
When is it better to store flags as a bitmask rather than using an associative table? http://stackoverflow.com/questions/5708239/when-is-it-better-to-store-flags-as-a-bitmask-rather-than-using-an-associative-t From a maintainability point of view the bitmask is not as expressive as the underlying problem domain as storing explicit permissions...
What is the best workaround for the WCF client `using` block issue? http://stackoverflow.com/questions/573872/what-is-the-best-workaround-for-the-wcf-client-using-block-issue request That's not bad but I don't think it's as expressive and easily understandable as the using block. The workaround..
What is it that makes Enum.HasFlag so slow? http://stackoverflow.com/questions/7368652/what-is-it-that-makes-enum-hasflag-so-slow it's reliable clean and makes the code very obvious and expressive. For the most part I feel that this makes it worth the cost..
servicestack REST API and CORS http://stackoverflow.com/questions/8211930/servicestack-rest-api-and-cors where you're literally given friction free flexibility and expressive freedom in your web service to literally return just about anything..
|