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 reflection in microsoft .net context?
Tell us what is the difference between struct and class?
Explain the difference between managed and unmanaged code?
Explain acid properties?
Whate are resource files?
Explain what is a manifest in .net?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is the base class of Button control?
Explain about .Net products?
Show different types of collection in .NET?
State the methods used during deserialization and serialization process.
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?