26
OCT
2011

Roslyn – Formatting Code

Roslyn CTP is the implementation of a ‘compiler-as-a-service’ for C# and VB.Net. Generally compilers are black boxes, the Roslyn project changes that by opening up APIs that you can use for code related tasks in your tools and applications. In this post we are...