News

Looking Forward The Roslyn project is looking very promising, and already has a lot of powerful APIs available for developers to wield. Today I've shown only the Scripting API, which can be used to ...
C# allows an abstract syntax tree of a function to be obtained at runtime via the Expression API: For a function to get the expression tree of a function argument instead of a compiled method, it ...