- ReSharper Essentials
- ?ukasz G?sior
- 276字
- 2021-07-19 18:20:02
What this book covers
Chapter 1, Getting Started with ReSharper, explains what ReSharper is, what versions are available, and how to get them.
Chapter 2, Write Smarter Code, describes the features that allow you to write code easier. You will learn about generating code, using templates, and the available refactoring mechanisms.
Chapter 3, Finding What You Need Quickly, shows you how you can use ReSharper to quickly find the required class, file, or anything you need in your project. It also describes tools that show code references and structure.
Chapter 4, Making Your Code Better, discusses tools that will improve your code. You will learn how to use code-quality analysis and eliminate errors and code smells.
Chapter 5, Extended Support for Web Developers, describes the features that help in writing web applications. It explains how ReSharper helps write ASP.NET (MVC), JavaScript, TypeScript, and HTML/CSS code.
Chapter 6, Unit Testing, shows you how ReSharper helps run unit tests and how you can use it with dotCover to analyze code coverage.
Chapter 7, Extending ReSharper, comes as a quick introduction to writing plugins for ReSharper. It quickly explains the ReSharper API, the built-in tools that help in writing plugins, and how you can create a simple plugin step-by-step.
Chapter 8, Tools for Architects, describes new tools that help analyze the project structure and check referenced assemblies.
Chapter 9, Code Analysis Beyond Visual Studio, describes new, free command-line tools to run code analysis beyond Visual Studio.
Chapter 10, Recommended Plugins, provides you with a description of five plugins recommended by the author.
Appendix, Keyboard Shortcuts, provides you with a list of the most useful shortcuts covered in this book.
- 自己動手寫搜索引擎
- Cassandra Data Modeling and Analysis
- JSP開發案例教程
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- The DevOps 2.5 Toolkit
- Java程序設計入門
- PLC應用技術(三菱FX2N系列)
- Julia 1.0 Programming Complete Reference Guide
- Hands-On Nuxt.js Web Development
- Python大學實用教程
- Java Web應用開發項目教程
- SignalR:Real-time Application Development(Second Edition)
- NGUI for Unity
- C語言從入門到精通
- C語言程序設計