What are remotable objects in .NET Remoting?
Answer / guest
Remotable objects are the objects that can be marshaled
across the application domains. You can marshal by value,
where a deep copy of the object is created and then passed
to the receiver. You can also marshal by reference, where
just a reference to an existing object is passed
| Is This Answer Correct ? | 0 Yes | 0 No |
What are data types in .NET?
What are the different parts of an Assembly in .Net?
hai, about trading domain and need simple project on trading system. please help me...
Can "this" be used within a static method?
Please explain what is a delegate?
What is an EXE?
Explain different types of html, web and server controls.
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
How many types of generations are there in a garbage collector?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
Tell me about secure socket layer? How to make use of the technology?
Is there any thread in our .net programs?