Compilers - How Microsoft's Next-Gen Compiler Project Can Improve Your Code

Mon, 01 Jul 2013 10:00:00 GMT

One of the best tools .NET developers can use to analyze their code is the compiler, but until recently they couldn’t use that hard-won knowledge because the C# and VB compilers don’t provide APIs for you to access. This changes with the Microsoft Roslyn project, a set of compiler APIs that give you full access to the compilation process, as Jason Bock explains.

Read article