ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Expert ASP.NET 2.0 Advanced Application Design

دانلود کتاب Expert ASP.NET 2.0 طراحی برنامه پیشرفته

Expert ASP.NET 2.0 Advanced Application Design

مشخصات کتاب

Expert ASP.NET 2.0 Advanced Application Design

ویرایش:  
نویسندگان: , ,   
سری:  
ISBN (شابک) : 9781590595220 
ناشر: Apress 
سال نشر: 2005 
تعداد صفحات: 481 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 11 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Expert ASP.NET 2.0 Advanced Application Design به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Expert ASP.NET 2.0 طراحی برنامه پیشرفته نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Expert ASP.NET 2.0 طراحی برنامه پیشرفته

ASP.NET 2.0 Advanced Application Design به شما کمک می کند حداکثر کارایی و قابلیت اطمینان را از برنامه های توزیع شده ای که با ASP.NET 2.0 ایجاد می کنید به دست آورید. این کتاب ابتدا به برخی از الزامات غیر کاربردی که بر طراحی یک برنامه کاربردی توزیع شده تأثیر می گذارد، نگاه می کند. سپس آنها را به سرورها و خدمات موجود در .NET 2.0 Framework مرتبط می کند. ASP.NET 2.0 فرآیند مرکزی برای استفاده در برنامه های کاربردی دات نت توزیع شده است، و این کتاب از نزدیک چارچوب ASP.NET 2.0 و محیط میزبانی آن، سرور اطلاعات اینترنتی (IIS) را بررسی می کند. این کتاب به نحوه استفاده از ASP.NET 2.0 توسط بسته های مختلف در دات نت (مانند خدمات وب) می پردازد و چگونگی گسترش آن را برای برآوردن نیازهای سفارشی خود بررسی می کند.


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

Expert ASP.NET 2.0 Advanced Application Design will help you derive maximum performance and reliability from the distributed applications you create with ASP.NET 2.0. The book first looks at some of the non-functional requirements that impact the design of a distributed application. It then relates them to the servers and services available in the .NET 2.0 Framework. ASP.NET 2.0 is the central process for use in distributed .NET applications, and the book closely examines the ASP.NET 2.0 Framework and its hosting environment, Internet Information Server (IIS). The book looks at how ASP.NET 2.0 is used by different packages within .NET (like Web Services), and explores how it can be extended to meet your own custom requirements.



فهرست مطالب

Contents......Page 6
About the Authors......Page 12
About the Technical Reviewers......Page 13
Acknowledgments......Page 15
Introduction......Page 16
PART 1: ASP.NET 2.0 Internals......Page 18
CHAPTER 1: Overview of .NET Application Architecture......Page 20
Nonfunctional Requirements......Page 22
Service Oriented Architecture/Service Orientation......Page 32
.NET Application Architectures......Page 34
Summary......Page 45
Application and Context......Page 46
The HttpApplication Life Cycle......Page 49
Extending the Request Pipeline......Page 59
HTTP Handlers......Page 71
Summary......Page 79
Structure of a Web Form......Page 81
Options for Building Web Forms......Page 82
Code Generation of ASPX Pages......Page 86
Code Generation of ASPX Files......Page 87
Compilation and Deployment......Page 91
Basics of the Control Type......Page 98
Resource Consumption when Data Binding......Page 109
Capturing the Rendered Output Stream......Page 112
Summary......Page 115
CHAPTER 4: ViewState and Scripting......Page 116
The Role of ViewState in ASP.NET......Page 117
Scripting......Page 140
Summary......Page 158
PART 2: .NET Middle Tier Solutions......Page 160
A Survey of Core Security Services......Page 162
The Role of Strongly Named Assemblies......Page 163
Encryption Services......Page 167
Role-Based Security (RBS)......Page 170
Securing ASP.NET Web Applications......Page 173
Understanding ASP.NET Authentication Options......Page 175
Leveraging the Forms Authentication Model......Page 178
Details behind the <authentication> Element......Page 180
Details behind the <authorization> Element......Page 183
Details behind the FormsAuthentication Type......Page 184
Forms Authentication Improvements under ASP.NET 2.0......Page 186
Understanding the Membership Type......Page 187
Working with the Security Server Controls......Page 193
Understanding ASP.NET 2.0 Role Membership......Page 201
ASP.NET Web Application Administration Tool......Page 206
Summary......Page 210
SO What?......Page 211
ASMX and the Web Service Handler......Page 220
WS-I and WSE......Page 248
Summary......Page 259
Component Services......Page 260
COM+ in .NET......Page 262
Summary......Page 283
Processes and Marshaling......Page 284
Internet Information Server......Page 288
DLLHost and DCOM......Page 294
Message Queuing......Page 296
Custom Listeners......Page 302
Summary......Page 307
Introducing Windows Communication Foundation......Page 309
YASOE: Yet Another Service Orientation Explanation......Page 312
Programming with WCF......Page 315
Preparing for WCF......Page 324
Summary......Page 330
PART 3: Data Access Layer......Page 331
CHAPTER 10: Managed Providers of Data Access......Page 333
Managed Providers......Page 334
System.Data Namespace......Page 336
Summary......Page 384
Declarative Data Access......Page 385
Dependent Cache Entries......Page 400
Data Access Application Block......Page 410
A Developer\'s Survey of SQL Server 2005......Page 420
Summary......Page 434
Transactions in 1.x......Page 435
Transactions in 2.0......Page 438
Summary......Page 450
A......Page 451
C......Page 452
D......Page 454
F......Page 456
H......Page 457
I......Page 458
M......Page 459
N......Page 460
P......Page 461
R......Page 463
S......Page 464
T......Page 468
W......Page 469
X......Page 471




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