Category Archives: CSharp

C# 4 – It’s a Dynamic World After All

Well after years of maintaining a pure statically type checked face, the C# team is relenting a bit on this stance.  In C# 4.0 you will be able to write code that uses late binding in a much easier way.  … Continue reading

Posted in CSharp | Leave a comment