You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
codetools
About this tag
The codetools tag on WindowsForum.com covers discussions about code analysis and development tools, with a focus on Microsoft's Project Roslyn. This project exposes the C# and VB compilers' analysis engines through APIs, enabling developers to build code-aware tools and extensions. Topics include parsing, semantic information retrieval, data and control flow analysis, and scripting. The tag is relevant for developers interested in leveraging compiler APIs to analyze and generate source code, particularly in the context of Windows development.
Until now, the VB and C# compilers have been used as black boxes. You put text in, and you get out a binary file. In our long-lead project, codename "Roslyn," we are changing that dynamic by building an API that exposes our compilers' analysis engines. In this session, we'll go in-depth in...
api
code analysis
code generation
codetools
compiler
controlflow
dataflow
extensions
language service
parsing
programing
roslyn
scripting
semantic models
software development
technology
visual studio