I know, the question may be a usual for many, but I am confused like anything. I am reading .net with c#. I went through many articles and also msdn. My doubt is:
When I develop a C# Windows form application code in VS and run it, do the files in Project\bin\Debug\ which have the extension ".exe" are an Intermediate code or machine code? and When I Publish it, the moment i get an installer, is it a machine code or an intermediate code? because sometimes an installer requires .net installed.
Please help me understand this concept.
Thank you.