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

推薦閱讀
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Hands-On Microservices with Kotlin
- C語言程序設計學習指導與習題解答
- HTML5秘籍(第2版)
- UI設計全書(全彩)
- Unity&VR游戲美術設計實戰
- Qt5 C++ GUI Programming Cookbook
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Building Dynamics CRM 2015 Dashboards with Power BI
- Instant Zurb Foundation 4
- Vue.js光速入門及企業項目開發實戰
- STM8實戰
- 軟件工程與UML案例解析(第三版)
- Python趣味創意編程
- Learning Redux