c# Programming Glossary: trickery
Using Side-by-Side assemblies to load the x64 or x32 version of a DLL http://stackoverflow.com/questions/108971/using-side-by-side-assemblies-to-load-the-x64-or-x32-version-of-a-dll subdirectories . Luckily our custom resolver knows our trickery and based on the current platform it tries loading the assembly..
Why does this work? Method overloading + method overriding + polymorphism http://stackoverflow.com/questions/1833216/why-does-this-work-method-overloading-method-overriding-polymorphism up calling the right virtual method we can resort to that trickery as well public void Test Object s Console.Out.WriteLine Descendant.Test..
Module initializers in C# http://stackoverflow.com/questions/1915506/module-initializers-in-c-sharp Any attributes e.g. CompilerGenerated SpecialName or other trickery that could be used Eric Lippert where are you Do the C# VB.NET..
Why is (double)0.6f > (double)(6/10f)? http://stackoverflow.com/questions/3748768/why-is-double0-6f-double6-10f beyond me The rest of the time it seems to do some trickery to make floating point arithmetic seem to work where in fact..
Entity Framework/SQL2008 - How to Automatically Update LastModified fields for Entities? http://stackoverflow.com/questions/3879011/entity-framework-sql2008-how-to-automatically-update-lastmodified-fields-for-e with generics . I would need to do some sort of OO trickery like make my POCO's implement an interface and call a method..
What's the difference between System.Type and System.RuntimeType in C#? http://stackoverflow.com/questions/5737840/whats-the-difference-between-system-type-and-system-runtimetype-in-c The blog post then shows some unnecessary reflection trickery to get the type of the original type object when really all..
Is there any definitive documentation on writing software installers? http://stackoverflow.com/questions/923384/is-there-any-definitive-documentation-on-writing-software-installers shield you from the underlying concepts and have their own trickery hacks to get around the limitations of Windows Installer. Stage..
|