Pro .NET 1.1 Remoting, Reflection, and Threading /
by Tobin Titus, Syed Fahad Gilani, Mike Gillespie, James Hart, Benny K. Mathew, Andy Olsen, David Curran, Jon Pinnock, Robin Pars, Fabio Claudio Ferracchiati, Sandra Gopikrishna, Tejaswi Redkar, Srinivasa Sivakumar.
- xxiv, 672 páginas recurso en línea.
Springer eBooks
Introducing .NET Remoting -- Remoting Basics -- Custom Remoting -- Configuration and Deployment -- Asynchronous Remoting -- Debugging and Error Handling -- Flexible Programming -- Examining Assemblies, Objects, and Types -- Using Objects -- Creating Objects -- Attributes -- The .NET Component Model -- Defining Threads -- Threading in .NET -- Working with Threads -- Threading Models -- Scaling Threaded Applications -- Debugging and Tracing Threads -- Networking and Threading.
Three powerful technologies—Remoting, Reflection, and Threading—are combined in a single book! And when these technologies come together, you are faced with a powerful range of tools that allow you to run code faster, more securely, and more flexibly. (And performance gains are critical in todays industry!) So you’ll be able to code applications across the spectrum—from a single machine to an entire network. This book begins by discussing the most fundamental of the three techniques: .NET Remoting in Visual Basic .NET, which allows you to customize your application communication processes. The next portion of the book covers reflection, which allows you to examine code at run time, regardless of prior knowledge of its structure. Finally, the book explores threading, which helps break up your application into multiple, independent threads.