Answer Posted / izetamtechnologies
EXE is an executable file that runs the application for which it is designed. An EXE is produced when we build an application. Therefore the assemblies are loaded directly when we run an EXE.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create multiple inheritance in c#, with example?
Where does the gac exist ?
When a Static Constructor called in .NET?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What are the new 2.0 features useful for?
What is marshling?
What are the improvements made in cas in .net 4.0?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is meant by globalization and localization?
What is an assembly? What are the different types of assemblies?
Is .net core managed code?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Can any object be stored in a viewstate in .net?
What is .net debug & trace?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component