c# Programming Glossary: fundamental
Why does adding local variables make .NET code slower http://stackoverflow.com/questions/10369421/why-does-adding-local-variables-make-net-code-slower settings. Eliminating the intermediate boolean is a fundamental optimization one of the simplest in my 1980's era Dragon Book..
What are the differences between the XmlSerializer and BinaryFormatter http://stackoverflow.com/questions/1154198/what-are-the-differences-between-the-xmlserializer-and-binaryformatter uses XML I'd like to more fully understand the fundamental differences. When to use one or the other and the pros and cons..
In C#, why can't i test if a event handler is null anywhere outside of the class that it's defined? http://stackoverflow.com/questions/1246116/in-c-why-cant-i-test-if-a-event-handler-is-null-anywhere-outside-of-the-class I'm sure that i'm just not understanding something fundamental about events and or delegates in C# but why can't i do the Boolean..
Linq “Could not translate expression… into SQL and could not treat it as a local expression.” http://stackoverflow.com/questions/1264985/linq-could-not-translate-expression-into-sql-and-could-not-treat-it-as-a-loc which I sort of answered there and now I'm asking the more fundamental question here. I've simplified the query down to this var q..
Recommended ServiceStack API Structure http://stackoverflow.com/questions/15231537/recommended-servicestack-api-structure out of the box REST setup or have I missed something more fundamental c# api servicestack share improve this question Firstly..
What NoSQL solutions are out there for .NET? [closed] http://stackoverflow.com/questions/1777103/what-nosql-solutions-are-out-there-for-net your program already uses. It's this elegance of offering fundamental comp sci data structures that sets Redis apart it allows it..
C# variance problem: Assigning List<Derived> as List<Base> http://stackoverflow.com/questions/2033912/c-sharp-variance-problem-assigning-listderived-as-listbase Well this certainly won't be supported in C# 4. There's a fundamental problem List Giraffe giraffes new List Giraffe giraffes.Add..
Why does C# not provide the C++ style 'friend' keyword? http://stackoverflow.com/questions/203616/why-does-c-sharp-not-provide-the-c-style-friend-keyword the relationships between classes and undermines some fundamental attributes of an OO language. That being said it is a nice feature..
Why is the C# “as” operator so popular? [closed] http://stackoverflow.com/questions/2139798/why-is-the-c-sharp-as-operator-so-popular for use in production code. If you really hate such a fundamental construct in C# you might consider switching to VB or some other..
Is the C# compiler smart enough to optimize this code? http://stackoverflow.com/questions/2162541/is-the-c-sharp-compiler-smart-enough-to-optimize-this-code and wrong. The problem with the question aside from the fundamental problem that it simply cannot be answered without actually trying..
How to fix the flickering in User controls http://stackoverflow.com/questions/2612487/how-to-fix-the-flickering-in-user-controls badly with just about anything. This is a pretty fundamental limitation of Windows Forms it is stuck with the way Windows..
are there function pointers in c#? http://stackoverflow.com/questions/2738850/are-there-function-pointers-in-c Are they the same concept or do they differ on a more fundamental level c# delegates function pointers share improve this question..
Breaking out of a nested loop http://stackoverflow.com/questions/324831/breaking-out-of-a-nested-loop in .NET anon methods to do something which is pretty fundamental. Because of that tvon sorry can't spell full username has a..
do…while vs while [duplicate] http://stackoverflow.com/questions/3347001/do-while-vs-while doing programming wrong if I never run into something so fundamental. Could it be that I just haven't run into the correct circumstances..
GraphViz C# interop resulting in AccessViolationException occasionally http://stackoverflow.com/questions/4869558/graphviz-c-sharp-interop-resulting-in-accessviolationexception-occasionally to AGL unfairly biases my experience because of some fundamental differences in the approaches edge centric vs node centric for..
Aspect Oriented Programing (AOP) solutions for C# (.Net) and their features [closed] http://stackoverflow.com/questions/4999144/aspect-oriented-programing-aop-solutions-for-c-sharp-net-and-their-features sealed constructs may lead to confusion since it breaks fundamental OO rules. Dynamic Proxy Pros Contextual one typ can have different..
Why catch and rethrow Exception in C#? http://stackoverflow.com/questions/881473/why-catch-and-rethrow-exception-in-c dto return sWriter.ToString Or am I missing something fundamental about error handling in C#... It's pretty much the same as Java..
Restricting a generic type parameters to have a specific constructor http://stackoverflow.com/questions/9741211/restricting-a-generic-type-parameters-to-have-a-specific-constructor call used Reflection . The former is expensive changing a fundamental concept in IL is very costly. The latter is 1 slow 2 boxes the..
C#: is calling an event handler explicitly really “a good thing to do”? http://stackoverflow.com/questions/984270/c-is-calling-an-event-handler-explicitly-really-a-good-thing-to-do logic. EDIT Added in response to comments from the OP The fundamental design principals of software engineering talk about coupling.. principals like the Open Closed Principal build on these fundamentals providing more tangible patterns of implemenation for the developer.. code as seen in the original post has not understood the fundamentals of software design and needs to develop their skills considerably...
|