- Learn C# in 7 days
- Gaurav Aroraa
- 118字
- 2021-07-08 09:51:20
Day 02 - Getting Started with C#
Today, we are on day two of our seven-day learning series. Yesterday, we had gone through the basic understanding of .NET Core and its important aspects. Today, we will discuss the C# programming language. We will start with basics concepts by understanding a typical C# program, and then we will start looking at other stuff by covering reserved keywords, types, and operators; by the end of day, we will be able to write a complete C# program after covering the following topics:
- Introducing C#
- Understanding a typical C# program
- An overview of C# reserved keywords, types, and operators
- An overview of type conversion
- Understanding statements
- Arrays and string manipulations
- Structure versus class
推薦閱讀
- Java程序設計與開發
- Kali Linux Web Penetration Testing Cookbook
- Delphi程序設計基礎:教程、實驗、習題
- Apache Spark 2.x Machine Learning Cookbook
- Learning Linux Binary Analysis
- Python機器學習算法與實戰
- 快人一步:系統性能提高之道
- 深度學習:Java語言實現
- Processing創意編程指南
- Learning Docker Networking
- HTML5開發精要與實例詳解
- C++語言程序設計
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Learning VMware vSphere
- Go語言從入門到精通