Static Reflection in .NET, part 2 18 October 2009 Kris-Vandermotten .NET A few weeks ago, I talked about static reflection and its advantages. You’ll remember that the main advantages, compared to the normal reflection API’s, are the compile time checking of parameters and IntelliSense support. How does it compare at other levels, performance for example? Before we dive... [More]
Having fun with Linq to Nullable types 24 December 2007 Kris-Vandermotten LINQ Having fun with Linq to Nullable types [More]
Lightweight Code Generation with Linq Expressions 16 November 2007 Kris-Vandermotten LINQ Lightweight Code Generation with Linq Expressions [More]
Parallel Extensions to .NET Framework 3.5 CTP Released 07 September 2007 Kris-Vandermotten Multithreading Parallel Extensions to .NET Framework 3.5 CTP Released [More]
Sending the LINQ To SQL log to the debugger output window 15 March 2007 Kris-Vandermotten LINQ Sending the LINQ To SQL log to the debugger output window [More]
Creating a Data Access Layer with Linq to SQL, part 2 01 January 2007 Kris-Vandermotten LINQ Creating a Data Access Layer with Linq to SQL, part 2 [More]
Creating a Data Access Layer with Linq to SQL, part 1 01 January 2007 Kris-Vandermotten LINQ Creating a Data Access Layer with Linq to SQL, part 1 [More]