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
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Please explain what is the .net framework and how does it work?
Is .net core managed code?
What are multicast delegates?
Please tell us what is the difference between override and overload in a method?
Define code access security (cas)?
What are the new features of Framework 1.1 ?
What does il do?
What is lazy initialization?
What's wrong with a line like this? Datetime.parse(mystring);
What is strong-typing versus weak-typing? Which is preferred?
Please explain what is the difference between constants and read-only variables?
What is typical about a windows process in regards to memory allocation in dot net?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?