dot.NET.Framework.Essentials.1002003,.3Ed [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

dot.NET.Framework.Essentials.1002003,.3Ed [Electronic resources] - نسخه متنی

Hoang Lam; Thuan L. Thai

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










Chapter 4. Working with .NET Components


Having seen the
language-integration examples in the previous chapter, you now know
that all .NET assemblies are essentially binary components.[1]
You can treat each .NET assembly as a component that
you can plug into another component or application, without the need
for source code, since all the metadata for the component is stored
inside the .NET assembly. While you have to write a ton of plumbing
code to build a component in COM, creating a component in .NET
involves no extra work, as all .NET assemblies are components by
nature.

Chapter 1,
we're using the term
"component" as a binary, deployable
unit, not as a COM class.


In this chapter, we examine the more advanced topics, including
component deployment, distributed components, and enterprise
services, such as transaction management, object pooling, role-based
security, and message queuing.


/ 121