In our features about Asp.net vnext, we saw about No compiler developer experience and compiler as a service. The black box magic of compilers is revealed in Asp.net Vnext. It is called Roslyn compilers.
- Roslyn compilers are next generation of compilers that will come up in ASP.net vnext.
- Going forward, our dependency on IDE for intelligence, Go to definition and various code analysis tools for code refactoring, code generation to improve our quality increases linearly. As these tools get smarter, they need access to more and more of the deep code knowledge that only compilers possess. Continue reading