- Clean Code in C#
- Jason Alls
- 83字
- 2021-06-18 18:28:05
Technical requirements
To work on the code in this chapter, you will need to download and install Visual Studio 2019 Community Edition or higher. This IDE can be downloaded from https://visualstudio.microsoft.com/.
You will find the code for this book located at https://github.com/PacktPublishing/Clean-Code-in-C-. I have put them all under a single solution with each chapter as a solution folder. You will find the code for each chapter in the relevant chapter folder. If running a project, remember to assign it as the startup project.
推薦閱讀
- Getting Started with PowerShell
- Dependency Injection in .NET Core 2.0
- 用Flutter極速構建原生應用
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Python:Deeper Insights into Machine Learning
- Clojure for Java Developers
- 從零開始學Android開發
- 并行編程方法與優化實踐
- Python預測分析實戰
- Mastering OAuth 2.0
- TypeScript圖形渲染實戰:2D架構設計與實現
- 精通Spring:Java Web開發與Spring Boot高級功能
- Java高手是怎樣煉成的:原理、方法與實踐
- 分布式數據庫HBase案例教程
- Design Patterns and Best Practices in Java