Using Interfaces In .NET Remoting
Abstract .NET Remoting allows for a clean seperation between client side code and server side code through the use of interfaces. This allows a developer to distribute generic interfaces to client machines and change the server side code without having to redistribute the code changes back to the clients. In this article, we will [...]
Read more



11:01 pm by Arun Sharma