ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Sams teach yourself WPF in 24 hours

دانلود کتاب Sams WPF را در 24 ساعت به خودتان آموزش می دهد

Sams teach yourself WPF in 24 hours

مشخصات کتاب

Sams teach yourself WPF in 24 hours

ویرایش:  
نویسندگان: ,   
سری: Sams Teach Yourself 
ISBN (شابک) : 9780672329852, 076867879X 
ناشر: Sams 
سال نشر: 2008;2009 
تعداد صفحات: 481 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 12 مگابایت 

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



کلمات کلیدی مربوط به کتاب Sams WPF را در 24 ساعت به خودتان آموزش می دهد: علوم کامپیوتر، برنامه نویسی



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

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


در صورت تبدیل فایل کتاب Sams teach yourself WPF in 24 hours به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Sams WPF را در 24 ساعت به خودتان آموزش می دهد نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


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



فهرست مطالب

Cover......Page 1
Contents......Page 6
Introduction......Page 18
Part I: Getting Started......Page 20
What Is WPF?......Page 22
Getting to Know the Features of WPF......Page 24
Why Use WPF?......Page 27
Comparing WPF to Other Options......Page 28
The Pieces of .NET Framework......Page 29
Tools for WPF......Page 30
Constrasting WPF with Silverlight......Page 31
Q&A......Page 32
Workshop......Page 33
What Is XAML?......Page 34
The Syntax of XAML......Page 36
Q&A......Page 41
Workshop......Page 42
Building the Font Viewer......Page 44
Workshop......Page 56
Understanding Layout......Page 58
Using Alignment and Margin......Page 59
Using a StackPanel......Page 62
Mastering DockPanel......Page 64
Using a Grid......Page 66
Understanding How WrapPanel Works......Page 69
Exploit Canvas for Precision Layout......Page 70
Enhancing a UI with Decorators......Page 71
Building Up a Layout......Page 73
Workshop......Page 74
Leveraging Controls......Page 76
Displaying Rich Text with the TextBlock......Page 77
Gathering Text from the User......Page 78
Accessing Controls with a Label......Page 81
Triggering Actions with a Button......Page 84
Making Choices with ToggleButtons......Page 85
Displaying a List with ListBox......Page 88
Q&A......Page 89
Workshop......Page 90
What Is Data Binding?......Page 92
Binding Two Controls Together......Page 93
Two-Way Data Binding......Page 95
Demonstrating Automatic Change Notification......Page 102
Q&A......Page 106
Workshop......Page 107
Part II: Reaching the User......Page 108
Deployment Models in WPF......Page 110
Navigation Models in WPF......Page 115
User Controls......Page 117
Q&A......Page 121
Workshop......Page 122
Designing a Text Editor......Page 124
Creating the Application Layout......Page 125
Adding Usability with ToolBars......Page 126
Increasing Maintainability with User Controls......Page 127
Using a Menu......Page 130
Working with RichTextBox......Page 132
Summary......Page 135
Workshop......Page 136
What Are Routed Events?......Page 138
Using Routed Events......Page 144
Handling Events in the Text Editor......Page 145
Making the Text Editor Work as Expected......Page 148
Preview Events......Page 156
Workshop......Page 159
What Are Commands?......Page 162
Using Commands......Page 163
Binding Commands to the Menu......Page 165
Customizing Commands......Page 166
Adding More Commands to the Text Editor......Page 168
Creating an Input Binding......Page 170
Q&A......Page 172
Workshop......Page 173
Making the Text Editor Print......Page 174
Implementing a Custom Document Paginator......Page 175
Developing a Print Manager......Page 178
Adding Print Preview......Page 181
Outputting Bitmaps......Page 185
Q&A......Page 189
Workshop......Page 190
Part III: Visualizing Data......Page 192
Design a Contact Manager......Page 194
Choosing an Architecture......Page 195
Creating the Solution and Application Shell......Page 196
Defining the Model......Page 199
Abstract the Data Store......Page 205
Summary......Page 207
Workshop......Page 208
Creating a Custom Base Class for Presenters......Page 210
Completing the Tab UI Infrastructure......Page 211
Implementing the Application Presenter......Page 213
Enhancing the Shell......Page 217
Building an Edit Contact Screen......Page 218
Summary......Page 224
Workshop......Page 225
Defining Resources......Page 228
Combining Resources......Page 230
Using Resources in the UI......Page 231
Factoring Resource Files......Page 233
Defining Styles......Page 234
Using Keyed Styles......Page 237
Factoring Styles......Page 243
Q&A......Page 244
Workshop......Page 245
Handling Advanced Data Binding Scenarios......Page 246
Binding Data in Code......Page 249
Observing Change in Collections......Page 251
Formatting Bound Data......Page 256
Understanding Collection Views......Page 264
Q&A......Page 266
Workshop......Page 267
The Control Hierarchy......Page 268
Dissecting ItemsControl......Page 269
Customizing the SideBar......Page 273
Using Selector......Page 277
Workshop......Page 279
Part IV: Creating Rich Experiences......Page 282
Defining the Requirements......Page 284
Setting Up the Solution......Page 285
Implementing the Menu Screen......Page 288
Building the Model......Page 291
Creating the Picture Screen......Page 294
Understanding Media......Page 299
Finalizing the Media Player Functionality......Page 303
Workshop......Page 306
Drawing Basic Shapes......Page 308
Styling the Media Controls......Page 320
Paths and Complex Drawings......Page 323
Stream Geometry......Page 327
Summary......Page 328
Workshop......Page 329
Using Colors......Page 332
Choosing Colors......Page 333
Introducing Brushes......Page 335
Leveraging LinearGradientBrush......Page 336
Working with RadialGradientBrush......Page 338
Understanding DrawingBrush......Page 340
Applying a VisualBrush......Page 343
Workshop......Page 345
Understanding Transforms......Page 348
Differentiating Render and Layout Transforms......Page 352
Adding Transforms to the Media Viewer......Page 354
Introducing BitmapEffect......Page 356
Adding a BitmapEffect to the Media Viewer......Page 359
Workshop......Page 361
Understanding Control Templates......Page 364
Telling the Template What to Do......Page 368
Adding Templates to Our Application......Page 370
Identifying Special Parts in Templates......Page 375
Creating a Flexible Template......Page 379
Q&A......Page 383
Workshop......Page 384
Leveraging Triggers......Page 386
Using a DataTrigger......Page 390
Adding Animation with EventTrigger......Page 394
Advanced Trigger Scenarios......Page 397
Summary......Page 398
Workshop......Page 399
Understanding Animation in General......Page 400
Understanding Animation in WPF......Page 401
Animations in the Media Viewer......Page 405
Resolving the Target Property......Page 407
Where to Put Your Animations......Page 408
Achieving the Desired Effect......Page 409
Animating with Key Frames......Page 411
Animating with a Path......Page 413
Controlling an Animation......Page 415
Clock Animations......Page 417
Applying Animations to Media Viewer......Page 418
Q&A......Page 422
Workshop......Page 423
Application Design......Page 424
UI Design and Architecture Concerns......Page 429
Technical Considerations......Page 431
Coding Conventions......Page 434
Q&A......Page 435
Workshop......Page 436
Part V: Appendixes......Page 438
Developer Tools......Page 440
XAML Converters......Page 441
Application Frameworks......Page 442
Additional Resources......Page 443
Understanding the Interface......Page 444
Creating a Carrot......Page 445
APPENDIX C: Project Source (downloadable)......Page 454
A......Page 456
C......Page 459
D......Page 462
E......Page 463
F......Page 464
I......Page 465
L......Page 466
M......Page 468
P......Page 470
S......Page 471
T......Page 473
U......Page 474
W......Page 475
X-Z......Page 476




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