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 |
How to view a .NET assembly?
In Mvc Architecure what is view?
Explain is the jit an interpreter?
What is smart navigation in .net?
Explain what is the difference between response.redirect & server.transfer?
What does jit do?
What are the different parts of an Assembly in .Net?
State the methods used during deserialization and serialization process.
What are the namespace available in .net?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
How server form post-back works?
Resource Files: How to use the resource files, how to know which language to use?