c# Programming Glossary: magical
Where to learn about VS debugger 'magic names' http://stackoverflow.com/questions/2508828/where-to-learn-about-vs-debugger-magic-names s lock taken local LockTaken The pattern for generating magical names is P N C__SI where P is CS for cached delegates and display..
“this” in function parameter http://stackoverflow.com/questions/3045242/this-in-function-parameter s So at call time there's nothing magical about it it's just a call to a static method. Note that if your..
Why does this generic constraint compile when it seems to have a circular reference http://stackoverflow.com/questions/3783321/why-does-this-generic-constraint-compile-when-it-seems-to-have-a-circular-refere IEnumerable THISTYPE newFriends where THISTYPE is a magical new language feature that means an overriding class is required..
MVVM Light + Unity or Prism? http://stackoverflow.com/questions/4750255/mvvm-light-unity-or-prism Extensions for .NET Rx this framework is simply amazing... magical in my opinion. If I were going to start a new project I would..
Why is TypedReference behind the scenes? It's so fast and safe… almost magical! http://stackoverflow.com/questions/4764573/why-is-typedreference-behind-the-scenes-its-so-fast-and-safe-almost-magical behind the scenes It's so fast and safe&hellip almost magical Warning This question is a bit heretical... religious programmers..
Does C# support return type covariance? http://stackoverflow.com/questions/5709034/does-c-sharp-support-return-type-covariance C CLI implementation on the CLR it does so by generating magical helper methods of the sort I suggest below. Some languages support..
Do __LINE__ __FILE__ equivalents exist in C#? http://stackoverflow.com/questions/696218/do-line-file-equivalents-exist-in-c in the modern programming languages There is something magical about their simplicity. c# logging share improve this question..
OData with ServiceStack? http://stackoverflow.com/questions/9577938/odata-with-servicestack of Every minute you save when your fancy framework does magical things to help you out costs future you ten minutes of debugging...
|