- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 96字
- 2021-07-02 12:44:33
Fundamentals and syntax of C# language
Being a high-level language, C# is adorned with a lot of newer and updated syntax, which helps the programmer to write code efficiently. As we mentioned earlier, the type system that's supported by the language is divided into two types:
- Value types
- Reference types
The value types are generally primitive types that are stored in the stack during local execution for faster allocation and deallocation of memory. The value types are mostly used during the development of code and, consequently, this forms the major spectrum of the code altogether.
推薦閱讀
- GeoServer Cookbook
- Vue.js前端開發基礎與項目實戰
- PHP 7底層設計與源碼實現
- PyTorch Artificial Intelligence Fundamentals
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- PostgreSQL Replication(Second Edition)
- Active Directory with PowerShell
- Webpack實戰:入門、進階與調優
- 代替VBA!用Python輕松實現Excel編程
- Python函數式編程(第2版)
- C++程序設計教程(第2版)
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Web前端開發最佳實踐
- Apache Solr for Indexing Data
- Three.js Essentials