TAILIEUCHUNG - Creating and Managing Microsoft .NET Remoting Objects

In this chapter, you will explore the distributed object system called .NET Remoting that is built into the .NET Framework. The short description of .NET Remoting is that it enables you to interact with software objects that are running under the Common Language Runtime on a remote host on the network as if it were a local software object running in the same Common Language Runtime. | MCAD MCSD MICROSOFT CERTIFIED APPLICATION DEVELOPER MICROSOFT CERTIFIED SOLUTION DEVELOPER 4 Creating and Managing Microsoft .NET Remoting Objects CERTIFICATION OBJECTIVES Q A Overview of .NET Remoting Create a .NET Remoting Object Using a TCP Channel Create a .NET Remoting Object Using an HTTP Channel Client-Activated Objects Asynchronous Methods Two-Minute Drill Self Test 2 Chapter 4 Creating and Managing Microsoft .NET Remoting Objects In this chapter you will explore the distributed object system called .NET Remoting that is built into the .NET Framework. The short description of .NET Remoting is that it enables you to interact with software objects that are running under the Common Language Runtime on a remote host on the network as if it were a local software object running in the same Common Language Runtime. CERTIFICATION OBJECTIVE Overview of .NET Remoting The process for using software components objects was traditionally one where you as a developer had to code the location of the component and how you were to use that component. There are two distinct ways to use a component in an application in process and out of process. In process is when a component is executing inside the same application domain as the application that is using the component. All calls to the component are local to the application. Out of process is when the component is located in a different execution process either on the l ocal host or on a remote host. The client application uses a proxy component that encapsulates the out-of-process component. The system called .NET Remoting is the .NET Framework s method for providing built-in support for out-of-process components. In this section you will learn about the building blocks Remoting server objects the channel formatter well-known objects and how to register the objects as well as the application communication. The exam will test your knowledge on how to design build configure and use .NET .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.