Archives
-
Adding var args support to office integration functions with dynamic lambda expressions
Anyone who’s ever done office integration has come across a method definition like so:
-
Linq2Kdb+ Provider - source code update
A few months ago, over the winter holiday, I put together a Linq provider for the Kdb+ database. The folks at KX systems have graciously provided a place to host the code, which you can find at https://code.kx.com/svn/contrib/sweinstein/linq2kdbplus. Use anonymous/anonymous for access.
-
Dependency Injection for end-of-lifecycle clean up
The benefits of using an inversion of control container for simplifying the task of initializing an object graph have been well covered. But the benefits of using an IoC container for simplifying object cleanup are not as well publicized, and is a feature that I've grown to really like taking advantage of.