- Learn C# in 7 days
- Gaurav Aroraa
- 131字
- 2021-07-08 09:51:22
6 (Day02)
This is a project of our console application.
A project is a bundle that contains everything required for your program. This is the definition of the project from the official website: https://docs.microsoft.com/en-us/visualstudio/ide/solutions-and-projects-in-visual-studio
A project is contained, in a logical sense and in the file system, within a solution, which may contain one or more projects, along with build information,Visual Studio window settings and any miscellaneous files that aren't associated with any project. In a literal sense, the solution is a text file with its own unique format; it is generally not intended to be edited by hand.
Our project filename is Day02.csproj.
You are not required to have a project for your application. You can directly start working on your C# files.
The following screenshot depicts our project file:

推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- Getting started with Google Guava
- WSO2 Developer’s Guide
- 數據結構(Java語言描述)
- INSTANT Weka How-to
- Python應用輕松入門
- 深度強化學習算法與實踐:基于PyTorch的實現
- 軟件項目管理實用教程
- CodeIgniter Web Application Blueprints
- Learning Grunt
- Python預測之美:數據分析與算法實戰(雙色)
- LabVIEW數據采集
- Dart:Scalable Application Development
- Python機器學習
- Python程序設計現代方法