Domanda

i want to know that after compiling the file in C# which type of file is generated?

È stato utile?

Soluzione

It would have to depend on the type of project. If it is a console application it will be an exe file. If there are multiple projects and one console app then the other projects will be compiled as DLL files. Obviously this doesn't include web projects.

Altri suggerimenti

Probably a .dll or a .exe is the answer you are looking for

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top