2
Through this question Visual Studio Publishing Methods I figured out how to publish specific files through Visual Studio. I can select the files I want to publish, right-click and select "Publish Selected files" option or use shortcut keys.
When I do this, the . Cs files are posted to the server, but it is necessary that they be converted to DLL, correct? How do I do this? I’m publishing in the right way?
Another thing I noticed was that in my project, I don’t have a DLL for each code-Behind.
Note: I use Visual Studio 2013.