Wednesday 2 May 2018

What is Roslyn?

Purpose:
  • This question prods whether a developer has a working understanding of how the .Net framework sticks together under the hood.
  • Knowledge of the internals of the framework indicate a passion for craft.

Potential Answer:
Roslyn was the code name for the .Net Compiler platform. It is a set of open-source compilers for C# and Visual Basic. Unlike traditional compilers Roslyn exposes an api layer that allows for rich code analysis to be done.

No comments:

Post a Comment