- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 48字
- 2021-07-03 00:11:54
Getting ready
Number literals can sometimes be difficult to read. This is why C# 7.0 introduces the underscore (_) to act as a digit separator inside of number literals. C# 7.0 also introduces binary literals, which allow you to specify bit patterns directly without needing to know hexadecimal.
推薦閱讀
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- ReSharper Essentials
- 零基礎入門學習Python
- Python完全自學教程
- Java EE核心技術與應用
- SciPy Recipes
- Practical Microservices
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Visual C++程序設計與項目實踐
- INSTANT LESS CSS Preprocessor How-to
- Mastering PostgreSQL 11(Second Edition)
- Mastering Vim
- 機器人ROS開發實踐
- Java EE企業級應用開發教程:Spring+Spring MVC+MyBatis(第2版)
- Augmented Reality for Developers