Sean McCarthy.Net Metaprogramming: InvocationUnder normal circumstances invoking a method is no big deal, but what if we are doing some metaprogramming and don’t know who or what to…Oct 29, 20131Oct 29, 20131
Sean McCarthyBuilding VS2013 F# projects on a TFS2012 build serverSo, this just bit me. Unable to resist trying out Visual Studio 2013 any longer I opened up one of our large and important solutions with…Oct 18, 2013Oct 18, 2013
Sean McCarthyC# 4.0: dynamic’s compiler tricksSo, I was curious today, I had some code that used dynamic and was wondering what the heck the compiler was doing on the back end. So, I…May 20, 2009May 20, 2009
Sean McCarthyC# 4.0: DXLinq, a DynamicObject exampleSystem.Xml.Linq is a great library, it lets us very easily manipulate XML, in very close fashion to how we would interact with other data…May 19, 2009May 19, 2009
Sean McCarthyDynamic Linq QueriesAlright, let’s assume that we are lazy coders, we have building a lot of Linq queries lately, and it’s getting repetitive. We keep having…May 5, 2009May 5, 2009
Sean McCarthyUsing Expressions for Fun and ProfitWell, by now we all know how to abuse System.Reflection to the point of absurdity, so now it’s time to start the abuse of…May 4, 2009May 4, 2009