- Learn C# in 7 days
- Gaurav Aroraa
- 99字
- 2021-07-08 09:51:22
5 (Day02)
This is the name of the solution of our console application.
A solution can contain many libraries, applications, projects, and so on. For instance, our solution, Day02, would contain another project called Day03 or Day04. A Visual Studio solution filename for our console application is Day02.sln.
Refer to https://stackoverflow.com/questions/30601187/what-is-a-solution-in-visual-studio in order to understand the Visual Studio solution.
To view the solution file, open the folder where Day02.sln solution file is located. You can directly open this file using any text editor/Notepad. I used Notepad++ ( https://notepad-plus-plus.org/) to view the solution file.
The following screenshot depicts our solution file:

推薦閱讀
- Cocos2D-X權威指南(第2版)
- Computer Vision for the Web
- Rake Task Management Essentials
- Silverlight魔幻銀燈
- Java程序設計與實踐教程(第2版)
- 基于Swift語言的iOS App 商業實戰教程
- Swift語言實戰精講
- Getting Started with Hazelcast(Second Edition)
- 編程與類型系統
- 21天學通C++(第5版)
- Kubernetes進階實戰
- 軟件體系結構
- Managing Microsoft Hybrid Clouds
- Kotlin Programming By Example
- C++ System Programming Cookbook