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 |
syntax for binding the data from database
Why is .net used?
How can you instantiate a tuple?
Tell us what is heap and what is stack?
What are the features of dot net?
What is .net core used for?
What is static constructor, when it will be fired? And what is its use?
What is the purpose of delegates in .net?
Define marshling?
Should I implement finalize on my class? Should I implement idisposable?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain the difference between asp.net and asp?