Which file is taken by compiler when we have both file
Application and Server Configuration file?
Answer / Anuj Kumar Singh
In a typical application setup, the compiler takes the source code from the 'Application' file and the server configuration settings from the 'Server Configuration' file. The compiler combines these files to create an executable program that can be run on a server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is "microsoft intermediate language" (msil)?
What is Assembly?
Differentiate between managed and unmanaged code?
Can a dll be changed to an exe?
What is .net environment?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
Explain what is the difference between odbc and ado?
Is there built-in support for tracing?
How do you instantiate a complex number?
In code behind class, name the type of code found. Is it the server side code or client side code?
Explain cas (code access security)?
How big is the datatype int in .net?