Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET Remoting   (RSS)
This is a long post so I’ll summarize my findings up front. Summary: Following the .NET Remoting guidance enables quick and painless upgrade to WCF A single interface can be decorated to support .NET Remoting, WCF and ASMX The service implementation does Read More...
Here is the final trick. And those of you who have read the series have waited a while for this final post. (Sorry for the delay.) Programming against an interface gives you the consistent programming model across the various distributed platforms but Read More...
A little self-promotion never hurt anyone... Some new MSDN TV content has recently been made available on the new features of .NET Remoting for .NET Framework 2.0. Enjoy! http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20050120NETMT/manifest.xml Read More...
Now that you expose the your remote object through a CLR interface, that interface should limit itself to interfaces and serializable types as parameters and return values. This guideline is really just an additional follow-on to rule one about using Read More...
In Part 1 it was suggested to use only interfaces to program against your remoted object. Another consideration for enforcing the correct usage of your remote object is to limit access to the implementation except through the interface that you defined Read More...
One of the easiest ways to avoid locking yourself into .NET Remoting is to avoid exposing its most infamous type in your contract: MarshalByRefObject (MBRO). To marshal object references in .NET Remoting your type needs to inherit from MBRO but that doesn't Read More...
So you've heard about SOA and Indigo and the future of distributed application development on .NET. You've even seen the long-running discussion of our guidance on Richard Turner's blog. You are now asking yourself: But how can I use .NET Remoting today Read More...
Those of you scouring the list of talks at TechEd for in-depth .NET Remoting discussions will be disappointed. .NET Remoting will be touched on in the Connected Systems track (CTS300) by Richard Turner but that will be prescriptive guidance for the usage Read More...
 
Page view tracker