Answer Posted / 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 |
Post New Answer View All Answers
Explain something about WebService?
What's a windows process in .net?
What is the microsoft .net?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
What is stored procedure ? how we use it in .NET ?
Explain what is an application domain?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
why you wouldn't want to write into it even if you could
How to manage pagination in a page using .net?
What tools is used to develop .NET applications?
Explain about managed heap?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain how to spawn a thread?
What is UDDI and how to register the web service in it?
What is the difference between task and thread in .net?