Mensys Online Shop

Event-Based Programming

Categorie:Algemeen - Boeken Van:APress
Meer informatie:www.apress.com ... 

Languages like C#, VB .NET, and Delphi include built-in support for events, and these events become very powerful when they connect the objects & components of a system. Events make it possible for such parts to interact without any coupling. And the resulting parts can be developed and tested individually _ which keeps the code clean & simple.Component-based development (CBD) is an extension of object-oriented programming. CBD does away with the language and vendor-specific limitations of  » Lees meer...

Event-Based Programming

Selecteer een of meer artikelen en klik dan op Bestellen. Aantallen kunnen op de volgende blz. gewijzigd worden.
Partnr.OmschrijvingEuro *Euro incl. BTW 
9781430243267 Event-Based Programming51.7954.90
A32506 Event-Based Programming48.9651.90

Alle prijzen zijn in Euro excl. BTW (19%, voor boeken 6%) en excl. verzendkosten.
E-mail of bel 023 548 20 20 voor licenties, upgrades en andere vragen.

Languages like C#, VB .NET, and Delphi include built-in support for events, and these events become very powerful when they connect the objects & components of a system. Events make it possible for such parts to interact without any coupling. And the resulting parts can be developed and tested individually _ which keeps the code clean & simple.Component-based development (CBD) is an extension of object-oriented programming. CBD does away with the language and vendor-specific limitations of OOP, and makes software reuse more practical and accelerates the development process. Event-based programming is the next logical step in CBD, and makes components more reusable due to their decoupled nature. But event-based systems are easier to develop, which means they're cheaper and more reliable than traditional OOP or CBD systems.This book teaches you how to develop software based on parts that interact primarily through an event mechanism. You'll learn how to use events in many different situations, to solve recurring development problems without coupling. The book introduces Signal Wiring Diagram, a novel form of software diagram similar to the circuit diagrams used by hardware designers. The book concludes with a series of case studies, incorporating all featured concepts. In a nutshell, you'll want to pick up a copy of this book because it:- Provides source code in both C# & VB .NET;- Shows how to use an event-based paradigm to reduce or completely eliminate coupling between classes & components;- Describes components, including coordinators, workers, builders, binders, and routers;- Contains three complete case studies that model concepts being used to design small, medium, and large systems.