Archives
-
Interception in .NET – Part 4: An Interception Framework
This is the fourth and possibly final post on my interception in .NET series. See the last one here. This time, I’m going to present a framework for doing dynamic interception. Mind you, this is proof of concept code, it is not ready for production usage, although it can do some interesting things! This is going to be a long post, bear with me!
-
Interception in .NET – Part 3: Static Interception
Updated: see the final post in the series here.
-
Entity Framework Pitfalls: Skip/Take Position Matters
In LINQ, you normally do paging through the Skip and Take operators. These are the LINQ counterparts to whatever the relational database uses for pagination – ROW_NUMBER(), LIMIT…OFFSET, TOP, ROWNUM, etc.
-
Visual Studio Tips 4
OK, so this is another round of tips on using Visual Studio! See first collection here, second here, the third here and the fifth here.