- Learn C# in 7 days
- Gaurav Aroraa
- 229字
- 2021-07-08 09:51:23
Deep-dive into application using Visual Studio
In the previous section, you learned about various things that our console application can contain. In this section, lets deep-dive to get more insight on this using Visual Studio.
To get started, go to the project properties. Do this from the solution explorer (right-click on project and click on Properties) or from menus (Project | Day02 properties); you will get the project properties window, as shown in the following screenshot:

On the Application tab, we can set the Assembly name, the Default namespace, the Target framework, and the Output type (the output types are Console Application, Windows Application, Class Library).
The following screenshot is that of the Build tab:

From the Build tab, we can set Conditional compilation symbols, Platform target, and other available options.
The following screenshot depicts the Package tab:

The Package tab helps us directly create NuGet packages. In the earlier version, we needed a lot of configuration settings to build a NuGet package. In the current version, we just need to provide the information on the Package tab, and Visual Studio will generate the NuGet package according to our options. The Debug tab, Signing, and Resources tabs are self-explanatory and provide us with a way to sign assemblies and support to embed resources in our program.
- Advanced Quantitative Finance with C++
- 數字媒體應用教程
- Linux C/C++服務器開發實踐
- Windows系統管理與服務配置
- Python測試開發入門與實踐
- HTML5游戲開發案例教程
- 64位匯編語言的編程藝術
- 移動界面(Web/App)Photoshop UI設計十全大補
- 視窗軟件設計和開發自動化:可視化D++語言
- Functional Python Programming
- Raspberry Pi Blueprints
- SQL Server 2008實用教程(第3版)
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- Improving your Penetration Testing Skills
- 歐姆龍PLC編程指令與梯形圖快速入門