roslyn compiler

About this tag
The Roslyn compiler is the open-source .NET compiler platform that powers C# and Visual Basic compilation in Microsoft's ecosystem. In the context of Azure API Management, policy expressions are compiled using the Roslyn compiler, enabling developers to use familiar Razor syntax for custom API policies. This integration allows for dynamic, runtime evaluation of policies within Azure's API gateway, leveraging the full capabilities of the .NET compiler platform. The Roslyn compiler provides advanced features like syntax analysis, code generation, and semantic understanding, making it a key component for building and extending Azure services with custom logic.
  1. News

    Azure API Management Policy Expressions 101 | Azure Friday

    Scott talks to Vladimir Vinogradsky in this three-part series on Azure API Management Policy Expressions. This first episode covers the basics and explains the architecture of API Management and where policy expressions fit in. You'll see how you can use familiar Razor syntax and how API...
Back
Top