Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Advanced .NET Remoting (C# Edition) Review by DashNY

A truly great resource on remoting

What I love about this book is the fact that it shows not only working examples but also examples that seem intuitive and correct but are indeed wrong. In other words, the author tells how _not_ to program and why, which is very important.

When building a distributed application, normal programming rules don't apply. Networks get disconnected, servers or clients "die", object serialization is used differently, and remote event handling is tricky. This books covers all of that, and much more.