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 |
Please explain what is the .net framework and how does it work?
Explain the difference between asp.net & vb.net and explain architecture?
What are the purposes of using .net?
How is .net able to support a lot of languages?
What is a .net class?
Difference between user groups and code groups
what are the Goals of the UIP Application Block?
What is the difference between user control an custom control? Advantages/disadvantages?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What exactly is being serialized when you perform serialization in .net?
Directcast(123.34,integer) - should it throw an error? Why or why not?
What is Complex Class in .NET?