Help a beginner..
-
I've developed a pretty robust app as one of my first projects. It's a windows app in C#. I'd like to know a little more about how Visual Studio compiles everything, and what all these resource files are..etc. I guess I expected everything to just compile into a single executable. (I'm used to console applications) .. What files are required, and what files are simply there for debugging? What's an Application Manifest file? and a Program debug database? Why are my output files in a funky three extention format? (ex. project.vshost.exe.config) etc.. Any links to resources would be helpful. Thanks everyone.
-
I've developed a pretty robust app as one of my first projects. It's a windows app in C#. I'd like to know a little more about how Visual Studio compiles everything, and what all these resource files are..etc. I guess I expected everything to just compile into a single executable. (I'm used to console applications) .. What files are required, and what files are simply there for debugging? What's an Application Manifest file? and a Program debug database? Why are my output files in a funky three extention format? (ex. project.vshost.exe.config) etc.. Any links to resources would be helpful. Thanks everyone.