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 |
What is an assembly? What are the different types of assemblies?
What is the difference between encrypting a password and applying a hashing?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is Event Bubbling in .NET?
How can you instantiate a tuple?
Resource Files: How to use the resource files, how to know which language to use?
What is heap and what is stack?
What are situations when you register .NET assembly in GAC ?
what are design patterns in .net....?
Which dll is required to translate xml to sql in internet information server (iis)?
Can a dll be changed to an exe?
What is exception handling?