ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Scot Hillier's COM+ Programming with Visual Basic (Sams White Book Series)

دانلود کتاب برنامه نویسی اسکات هیلیر S COM+ با ویژوال بیسیک (سری کتاب های سفید سامز)

Scot Hillier's COM+ Programming with Visual Basic (Sams White Book Series)

مشخصات کتاب

Scot Hillier's COM+ Programming with Visual Basic (Sams White Book Series)

دسته بندی: برنامه نويسي
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 067231973X, 9780768657159 
ناشر:  
سال نشر: 2000 
تعداد صفحات: 491 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 8 مگابایت 

قیمت کتاب (تومان) : 36,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 9


در صورت تبدیل فایل کتاب Scot Hillier's COM+ Programming with Visual Basic (Sams White Book Series) به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب برنامه نویسی اسکات هیلیر S COM+ با ویژوال بیسیک (سری کتاب های سفید سامز) نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب برنامه نویسی اسکات هیلیر S COM+ با ویژوال بیسیک (سری کتاب های سفید سامز)

این کتاب به گونه ای طراحی شده است که خواننده را به سرعت شروع به ایجاد برنامه های تجاری با COM+ کند. پنج بخش کتاب شامل درک برنامه‌های COM+، لایه خدمات داده، لایه خدمات تجاری، لایه خدمات کاربر و پروژه نهایی است. در بخش آخر کتاب، خوانندگان تمام آنچه را که در فصل‌های قبلی آموخته‌اند قرار خواهند داد. توسعه اپلیکیشن PubsOnLine.com این اپلیکیشن به عنوان یک اپلیکیشن آموزشی کامل در نظر گرفته شده است که از بسیاری از ویژگی های ارائه شده در کتاب استفاده می کند.


توضیحاتی درمورد کتاب به خارجی

This book is designed to get the reader started quickly creating business applications with COM+. The five parts of the book encompass Understanding COM+ Applications, Data Services Layer, Business Services Layer, User Services Layer, and the final project.In the last section of the book, readers will put all that they learned in the previous chapters to work by developing the PubsOnLine.com application. This application is intended as a complete learning application that uses many of the features presented in the book.



فهرست مطالب

Scot Hillier’s COM+ Programming with Visual Basic......Page 2
Copyright © 2000 by Sams Publishing......Page 3
Contents at a Glance......Page 4
Contents......Page 5
About the Author......Page 11
Part I: Understanding COM+ Applications......Page 14
Part II: Data Services......Page 15
Part IV: User Services......Page 16
Part V: PubsOnLine.com......Page 17
Conventions Used in This Book......Page 18
PART I Understanding COM+ Applications......Page 20
CHAPTER 1 Windows DNA and COM+......Page 22
Windows 2000 Services......Page 24
Tiered Architecture Overview......Page 31
Establishing a Test Environment......Page 36
CHAPTER 2 Administering COM+......Page 40
The Component Services Explorer......Page 41
CHAPTER 3 Designing COM+ Applications......Page 66
Assessing Functional Requirements......Page 67
Describing the System......Page 71
Creating the Paper Prototype......Page 78
CHAPTER 4 COM+ Application Fundamentals......Page 96
Understanding Contexts......Page 97
Object Activation......Page 101
Managing Shared Properties......Page 115
PART II Data Services......Page 124
CHAPTER 5 Accessing Data with COM+......Page 126
OLEDB Session Pooling......Page 127
Understanding Data Transportation......Page 136
XML......Page 147
Updating Records......Page 155
CHAPTER 6 COM+ Data Components......Page 162
Encapsulating Stored Procedures......Page 164
Parameter Passing......Page 167
Error Handling......Page 174
Polymorphic Interfaces......Page 176
The DNA Payload......Page 180
Conclusion......Page 188
CHAPTER 7 COM+ Transactions......Page 194
Understanding Transaction Attributes......Page 195
The Microsoft Distributed Transaction Coordinator......Page 196
Transactional Components......Page 197
Monitoring Transactions......Page 211
PART III Business Services......Page 218
CHAPTER 8 COM+ Security......Page 220
Distributed Security......Page 221
Active Directory......Page 223
Active Directory Services Interface......Page 226
COM+ Security Features......Page 235
Conclusion......Page 239
CHAPTER 9 COM+ Business Features......Page 244
The COM+ Event System......Page 245
COM+ Constructors......Page 251
Compensating Resource Manager System......Page 255
CHAPTER 10 Asynchronous COM+ Applications......Page 268
The Microsoft Message Queue......Page 269
MSMQ Applications......Page 271
Queued Components......Page 278
PART IV User Services......Page 292
CHAPTER 11 COM+ and the Internet......Page 294
New Internet Information Server Features......Page 295
Creating Transactional Web Pages......Page 303
Accessing ASP Objects with COM+ Components......Page 311
Understanding XSL Style Sheets......Page 313
CHAPTER 12 COM+ and Win32......Page 324
Maintaining Application State......Page 325
User Interface Strategies......Page 332
CHAPTER 13 Integrating COM+ with Groupware......Page 344
Integrating Exchange 2000 Server with COM+......Page 345
Integrating Microsoft Outlook 2000 with COM+......Page 351
Integrating Digital Dashboards with COM+......Page 361
CHAPTER 14 Debugging and Deploying COM+ Applications......Page 366
Debugging COM+ Components......Page 367
Deploying COM+ Applications......Page 369
Analyzing COM+ Applications......Page 376
CHAPTER 15 COM+ Catalog Administration......Page 390
The COM+ Administration Object Model......Page 391
Performing COM+ Administration with the Windows Scripting Host......Page 396
PART V PubsOnLine.com......Page 402
CHAPTER 16 Designing the PubsOnLine.com Application......Page 404
Gathering Requirements......Page 405
Identifying Actors and Use Cases......Page 406
Screen Shots and the Paper Prototype......Page 416
Data Model......Page 420
System Models......Page 421
Defining Components......Page 428
CHAPTER 17 Building the PubsOnLine.com Application......Page 430
Development Environment......Page 431
Creating the Database......Page 432
Creating the COM+ Components......Page 438
Creating the Web Interface......Page 458
INDEX......Page 462




نظرات کاربران