Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting
by Matthew MacDonald
Distributed Design Patterns
Over the past few years, the concept of design patterns—reusable architecture "recipes" that can be applied to solve similar problems in multiple applications—has received a good deal of interest. Unfortunately, design patterns are usually demonstrated with toy code that can’t be applied directly to most applications.
To truly understand design patterns, you need to realize that different design patterns are designed for different application layers, and many design patterns are already hard-wired into .NET. If you want to create a remote singleton component, for example, you won’t add any logic to the class constructor. Instead, you’ll use a configuration file to specify the appropriate .NET Remoting activation type. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access