Roslyn Cookbook
Manish Vasani
- 出版商: Packt Publishing
- 出版日期: 2017-07-27
- 售價: $1,460
- 貴賓價: 9.5 折 $1,387
- 語言: 英文
- 頁數: 350
- 裝訂: Paperback
- ISBN: 1787286835
- ISBN-13: 9781787286832
-
相關分類:
.NET、C#、Visual Studio
立即出貨 (庫存=1)
買這商品的人也買了...
-
$1,450$1,378 -
$2,380$2,261 -
$600$474 -
$779$740 -
$556CLR via C#, 4/e (簡體中文版)
-
$352Angular 從零到一
-
$556Angular 權威教程
-
$1,848Usage-Driven Database Design: From Logical Data Modeling through Physical Schema Definition
-
$449收穫,不止 SQL 優化 — 抓住 SQL 的本質
-
$265Web API 的設計與開發 (Web API : the Good Parts)
-
$327算法設計與分析基礎, 3/e (Introduction to the Design and Analysis of Algorithms, 3/e)
-
$403Prometheus 監控實戰
-
$454精通 Tableau 商業數據分析與可視化
-
$2,720$2,584 -
$857QEMU/KVM 源碼解析與應用
-
$3,040The Algorithm Design Manual, 3/e (Hardcover)
-
$653分佈式製造系統智能協調控制理論與模型
-
$830統計學習要素:機器學習中的數據挖掘、推斷與預測, 2/e (The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2/e)
-
$1,600$1,520 -
$520$411 -
$1,980$1,881 -
$650$507 -
$600$420 -
$594$564 -
$390$371
相關主題
商品描述
Use Roslyn as a service to write powerful extensions and tools and use them in Visual Studio to improve code quality and maintain your source code more ffectively.
About This Book
- Use Roslyn extensions and tools in Visual Studio to enforce "house rules" on code and fix security and performance vulnerabilities in your code.
- Write Roslyn extensions using the Roslyn service API to help developers enforce conventions and design idioms.
- Improve developer productivity by using Roslyn-based agile development features in Visual Studio, such as live unit testing, C# interactive and scripting.
- Contribute to the C# language and compiler tool chain to analyze and edit code.
Who This Book Is For
.NET Developers and architects, who are interested in taking full advantage of the Roslyn based extensions and tools to improve the development processes, will find this book useful. Roslyn contributors, i.e. the producers and C# community developers, will also find this book useful
What You Will Learn
- Write extensions to analyze source code and report warnings and errors.
- Edit C# source code to fix compiler/analyzer diagnostics or refactor source code.
- Improve code maintenance and readability by using analyzers and code fixes.
- Catch security and performance issues by using PUMA scan analyzers and FxCop analyzers.
- Perform Live Unit tests in Visual Studio.
- Use C# interactive and scripting in Visual Studio.
- Design a new C# language feature and implement various compiler phases for a new language feature.
- Write command line tools to analyze and edit C# code.