Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Dot Net General Interview Questions

What base class do all Web Forms inherit from?

1 Answers  


Which dll translate xml to sql in internet information server (iis)?

0 Answers  


What is Event - Delegate? clear syntax for writing a event delegate

0 Answers  


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


What is operator overloading in .net?

0 Answers  


What is func in .net 3.5?

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


Name some of the languages .NET support?

3 Answers  


How to produce an assembly?

0 Answers  


What are code contracts?

0 Answers  


where are connection strings stored?

1 Answers   Manhattan,


What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  


Categories