What is unmanaged code and will CLR handle this kind of code
or not ?
Answer Posted / swapna
Unmanaged code is the type of code which will not execute
in the CLR environment. Memory manangement,garbage
collection,security of CLR environment do not apply to
Ummanaged code.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is asynchronous programming?
Define singleton activation mode in .net remoting?
How do you implement distributed applications in .net?
What do you mean by passport authentication?
What is the Difference between CAO and SAO in Remoting.
What are the ways to renew lifetime leases of objects?
Explain the hierarchial description of remoting?
What are the security measures exist for .net remoting in system.runtime.remoting?
What are the steps to publish an object outside the service domain
Explain serialization formatters in .net remoting
What are the security features in .net remoting?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
Types of compatabilities and explain them ?
what is Client-activated object in remoting?
Define proxy in .net remoting?