ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Microsoft Silverlight 3 a Beginners Guide

دانلود کتاب Microsoft Silverlight 3 a راهنمای مبتدی

Microsoft Silverlight 3 a Beginners Guide

مشخصات کتاب

Microsoft Silverlight 3 a Beginners Guide

دسته بندی: برنامه نویسی: زبان های برنامه نویسی
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9780071590440 
ناشر: McGraw-Hill 
سال نشر: 2010 
تعداد صفحات: 286 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 7 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Microsoft Silverlight 3 a Beginners Guide به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Microsoft Silverlight 3 a راهنمای مبتدی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Microsoft Silverlight 3 a راهنمای مبتدی

این راهنمای عملی، توسعه‌دهندگان نرم‌افزار را برای ایجاد نسل بعدی برنامه‌های کاربردی وب و ویندوز با استفاده از Microsoft Silverlight آماده می‌کند - فناوری جدیدی که .NET Framework را به مشتری گسترش می‌دهد. این کتاب مایکروسافت سیلورلایت 2.0، دات نت فریم ورک 3.5 و فناوری های پیش نیاز را پوشش می دهد. شما یاد خواهید گرفت که از Silverlight برای پخش محتوای چندرسانه ای در سراسر وب، ایجاد برنامه های Silverlight پویا و مبتنی بر داده و پیاده سازی امنیت استفاده کنید.


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

This hands-on guide prepares software developers to create next-generation Web and Windows applications using Microsoft Silverlight--the new technology that extends the .NET Framework to the client. The book covers Microsoft Silverlight 2.0, the .NET Framework 3.5, and prerequisite technologies. You will learn to use Silverlight to stream multimedia content across the Web, create dynamic, data-driven Silverlight applications, and implement security.



فهرست مطالب

Contents......Page 10
Acknowledgments......Page 16
Introduction......Page 18
1 The Road Leading to Silverlight......Page 22
Silverlight Features......Page 23
An Ocean of Resources......Page 25
Early Adopters......Page 26
Microsoft Active Server Pages (ASP)......Page 29
Introducing Silverlight......Page 30
Silverlight Architecture......Page 31
Silverlight Versions......Page 32
Silverlight Hosting......Page 33
Supported Web Client Platforms......Page 34
Supported Web Browsers......Page 35
Try This: Build and Test a Simple Silverlight Application......Page 36
Conclusion......Page 39
2 .NET Framework 3.5......Page 40
.NET Framework 3.5 Technologies......Page 41
The Extensible Application Markup Language (XAML)......Page 42
XAML Tools......Page 44
Windows Presentation Foundation (WPF)......Page 48
WPF Example......Page 49
Try This: Create a WPF Application......Page 50
Windows Communication Foundation (WCF)......Page 53
Windows Workflow Foundation (WF)......Page 54
Windows CardSpace......Page 55
ASP.NET AJAX......Page 56
Language Integrated Query (LINQ)......Page 58
Down the Road: .NET Framework 4......Page 59
Conclusion......Page 60
3 The Silverlight Framework......Page 62
Overview......Page 63
Silverlight vs. WPF......Page 65
Silverlight Performance......Page 66
Installing Silverlight......Page 67
Silverlight 3 Runtime......Page 68
Silverlight 3 Tools for Visual Studio......Page 69
.NET RIA Services......Page 71
Microsoft Visual Studio 2010......Page 73
Microsoft Expression Blend......Page 74
Eclipse......Page 75
Silverlight Languages......Page 76
IronPython......Page 77
asp:Silverlight Control......Page 78
Try This: Examine Silverlight Integrated into ASP.NET AJAX......Page 79
asp:MediaPlayer Control......Page 81
The Silverlight Project......Page 83
Try This: Open a New Silverlight XAML File in Expression Blend......Page 86
Designing the Silverlight XAML......Page 88
Wiring Up an Event Handler......Page 89
Silverlight Project Architecture......Page 90
Creating a Simple Silverlight Animation......Page 91
Try This: Create a Simple Animation......Page 92
Conclusion......Page 95
4 Animating Silverlight......Page 96
The Importance of an Impressive User Interface......Page 97
Lines......Page 98
Rectangles......Page 100
Paths and Geometries......Page 103
Brushes......Page 105
Transformations......Page 108
Animation......Page 114
Animation Easing......Page 116
Deep Zoom......Page 119
Try This: Use the MultiscaleImage Control in Deep Zoom Composer......Page 121
Conclusion......Page 123
5 Preparing Media for Use in Silverlight......Page 124
Integrating Multimedia......Page 125
Try This: Create a Wet Floor Effect......Page 127
Supported Media Types......Page 132
Microsoft Expression Encoder......Page 133
Side Panels......Page 134
Conclusion......Page 136
6 Communicating with the Outside World......Page 138
Sockets......Page 139
Serialization......Page 140
Web Services......Page 141
Try This: Add a Service Reference......Page 149
Windows Communication Foundation (WCF)......Page 152
WCF Example......Page 153
Supported Networking Protocols......Page 156
Simple Object Access Protocol (SOAP)......Page 157
Representational State Transfer (REST)......Page 158
Really Simple Syndication (RSS)......Page 159
Atom......Page 165
Conclusion......Page 166
7 Who Goes There? Securing Silverlight Applications......Page 168
Software Security Basics......Page 169
Managing User Authentication Information......Page 170
Service-Oriented Architecture (SOA)......Page 173
Silverlight Security Functionality......Page 175
Hashing......Page 176
Conclusion......Page 177
8 Designing Silverlight User Interfaces......Page 178
Canvas Control......Page 179
DockPanel Control......Page 181
WrapPanel Control......Page 183
TabControl Control......Page 184
Grid Control......Page 185
Border Control......Page 187
Calendar Control......Page 188
CheckBox Control......Page 190
Combobox Control......Page 191
DataGrid Control......Page 192
DatePicker Control......Page 194
Expander Control......Page 195
HyperlinkButton Control......Page 196
Image Control......Page 197
Listbox Control......Page 198
PasswordBox Control......Page 200
RadioButton Control......Page 201
RepeatButton Control......Page 203
ScrollViewer Control......Page 204
Slider Control......Page 205
ToggleButton Control......Page 207
Designing User Interfaces......Page 208
Create Control Skins and Templates......Page 209
Try This: Create a Control Skin......Page 210
Visual State Manager......Page 217
Conclusion......Page 218
9 Working with Data in Silverlight......Page 220
Variables......Page 221
Generics......Page 222
Working with Data Stored in XML......Page 223
Language Integrated Query (LINQ)......Page 226
Try This: Create a LINQ Query......Page 227
Isolated Storage......Page 229
Save As File and Open File Dialogs......Page 231
XAML Element Data Binding......Page 233
Conclusion......Page 235
10 Retrieving Server Resources......Page 236
Synchronous vs. Asynchronous Processing......Page 237
The WebClient Class......Page 239
Try This: Complete a Time-Consuming Process Using the BackgroundWorker Class......Page 243
Conclusion......Page 245
11 Debugging and Deploying Silverlight Applications......Page 246
Error Handling Overview......Page 247
Debugging and Testing......Page 248
Windows Live Silverlight Streaming Service......Page 250
Uploading a Silverlight Application......Page 251
Try This: Deploy a Silverlight Application to the Windows Live Silverlight Streaming Service......Page 253
Conclusion......Page 254
12 Developing Line of Business (LOB) Applications......Page 256
Architecture......Page 257
Model-View-View Model......Page 258
Try This: Display Data in Silverlight Using the DataForm Control......Page 259
Navigation......Page 263
Try This: Create a Silverlight Navigation Application......Page 264
Interacting with HTML......Page 265
Try This: Writing a String to HTML .......Page 266
Try This: Dynamically Loading an XAML Button......Page 267
Full-Screen Mode......Page 269
Search Engine Optimization (SEO)......Page 270
Globalization......Page 271
Try This: Enable Silverlight Out-of-Browser Support......Page 272
Try This: Utilize .NET RIA Services in a Silverlight Application......Page 275
Conclusion......Page 279
A......Page 280
E......Page 281
K......Page 282
P......Page 283
T......Page 284
W......Page 285
X......Page 286




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