- 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.
推薦閱讀
- 軟件項(xiàng)目估算
- Learning Cython Programming
- 在最好的年紀(jì)學(xué)Python:小學(xué)生趣味編程
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實(shí)戰(zhàn)
- Instant QlikView 11 Application Development
- Mastering Python Networking
- HTML5入門經(jīng)典
- 用案例學(xué)Java Web整合開發(fā)
- PHP編程基礎(chǔ)與實(shí)踐教程
- 監(jiān)控的藝術(shù):云原生時(shí)代的監(jiān)控框架
- 征服C指針(第2版)
- Learning Shiny
- Spring Boot從入門到實(shí)戰(zhàn)
- Java程序設(shè)計(jì)及應(yīng)用開發(fā)
- Python 3.6從入門到精通(視頻教學(xué)版)