How will you register com+ services?
Answer / vasudevan
We have using SDK tool for .Net Framework service
installation contains(Regsvcs.exe..Command tool)manually to
register the assmebly containing the .Netframework
services.Its also access the registration features
programmatically with
System.EnterpriseServiceRegistrationHelper class creating
the instance class RegistrationHelper and using the method
InstallAssembly.
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain what is an anonymous method and how is it different from a lambda expression?
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
What application do you use to install a Windows service?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Difference between dispose and finallize method?
How do you create threading in .NET? What is the namespace for that?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What?s typical about a Windows process in regards to memory allocation?
Explain is the jit an interpreter?
What is the use of gacutil.exe?
Explain soap and xml?
What is the use of UML in .Net