- 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:

推薦閱讀
- 案例式C語言程序設(shè)計(jì)
- C語言程序設(shè)計(jì)案例教程(第2版)
- Java EE 6 企業(yè)級(jí)應(yīng)用開發(fā)教程
- 實(shí)戰(zhàn)低代碼
- 青少年P(guān)ython編程入門
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- The Professional ScrumMaster’s Handbook
- 用戶體驗(yàn)可視化指南
- Python青少年趣味編程
- 精通Spring:Java Web開發(fā)與Spring Boot高級(jí)功能
- Spring Boot從入門到實(shí)戰(zhàn)
- Building a Media Center with Raspberry Pi
- 現(xiàn)代C++語言核心特性解析
- Beginning PHP
- HTML5程序開發(fā)范例寶典