How does compiler work?From source code to a executable PE file..
There are so many files in a solution.
a .sln file (what is this for?)
a .resx file (what is this for?)
a .xml file (what is this for?)
a .settings file (what is this for?)
a .pdb file (what is this for?)
many .cs file
of course all soure code is in the .cs file. so the compiler must need to process those file. but what are other files for?
what does compiler need to create a executable file?