What is an EXE?
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 |
Directcast(123.34,integer) - should it throw an error? Why or why not?
What is JIT and how is works?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Is .net core free?
Differentiate between managed and unmanaged code?
Explain me why do we use msmq?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
Can you write a class without specifying namespace?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
What is deferred execution vs. Immediate execution in linq?
What?s different about a Windows service as compared to a regular application?