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

推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- DBA攻堅指南:左手Oracle,右手MySQL
- Expert C++
- Visual C++數字圖像模式識別技術詳解
- Python數據可視化之Matplotlib與Pyecharts實戰
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Android Development Tools for Eclipse
- Getting Started with Python
- Mastering jQuery Mobile
- Apache Solr PHP Integration
- 計算機系統解密:從理解計算機到編寫高效代碼
- Python滲透測試編程技術:方法與實踐(第2版)
- VC++ 2008專題應用程序開發實例精講
- HTML5+jQuery Mobile移動應用開發
- PhoneGap 3.x Mobile Application Development Hotshot