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

推薦閱讀
- Spring Boot 2實戰之旅
- Boost C++ Application Development Cookbook(Second Edition)
- Visual FoxPro程序設計教程
- Learning Flask Framework
- R語言數據可視化實戰
- 秒懂設計模式
- Visual FoxPro程序設計
- Linux Device Drivers Development
- 深入RabbitMQ
- Nginx Lua開發實戰
- SciPy Recipes
- Go語言開發實戰(慕課版)
- Laravel Application Development Blueprints
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial