When we use Activator.GetObject the transparent proxy gets created but the server insance is not created? can someboy tell me wat happens behind the scene? I mean if proxy needs to be created then there should be some communication between client and server so it can hold the reference of remote object,but in SAO using Activator.GetObject server/remote object deosn't gets created?
+1
A:
Take a look at DynamicProxy. This is how classes are created. Yes, the proxies are built based on negociated information with the server- (client-) side.
modosansreves
2009-07-20 09:23:52
+1 for DynamicProxy.
Anand Patel
2010-03-08 11:11:57