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]
Static Reflection in .NET 29 June 2009 Kris-Vandermotten .NET LINQ expressions have proven to be extremely versatile, popping up in all sorts of areas. “Static Reflection” seem to be the latest hype. But what is static reflection anyway, and why is it good or why is it bad? Reflection is used to obtain information about the code you are executing, and to use ... [More]
AssemblyInfo and Paint.NET Effects Updated 30 November 2007 Kris-Vandermotten Paint.NET AssemblyInfo and Paint.NET Effects Updated [More]