Tag: Development

Community

Roslyn CTP Code Analysis

(Eric Vogel) In the last installment of C# corner , I demonstrated how to use the Scripting APIs using the recently released Roslyn CTP. In this edition I’ll demonstrate how to utilize the Roslyn Compiler APIs to analyze the syntax and semantics of code as well as compile it.

Community

ASP.NET MVC Routing Extensibility

(Simone Chiaretta) In the previous article I introduced the concept of extensibility, and described where ASP.NET MVC can be extended: With this article I’ll be starting a guided tour around these extensibility points, beginning with the first ones that are encountered when a request hits the applic