- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 95字
- 2021-07-02 12:44:32
Compiler as a service
Microsoft has been working on how some parts of the source code of the compiler can be opened up to the world. Consequently, as a programmer, you are capable of querying the compiler on some of its internal work principles. C# 6.0 introduced a number of libraries that enable the developer to get an insight into the compiler, the binder, the syntax tree of the program, and so on. Although the features were developed for a long time as the Roslyn project, Microsoft have finally released it to the external world.
推薦閱讀
- 編程卓越之道(卷3):軟件工程化
- 精通Scrapy網絡爬蟲
- 用Flutter極速構建原生應用
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Serverless computing in Azure with .NET
- 區塊鏈底層設計Java實戰
- Mastering C++ Multithreading
- 零基礎學C語言第2版
- MINECRAFT編程:使用Python語言玩轉我的世界
- UML2面向對象分析與設計(第2版)
- Scala編程實戰
- Software-Defined Networking with OpenFlow(Second Edition)
- INSTANT Apache Hive Essentials How-to
- 計算機應用基礎案例教程(第二版)
- Learning WordPress REST API