ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب IronRuby unleashed

دانلود کتاب IronRuby آزاد شد

IronRuby unleashed

مشخصات کتاب

IronRuby unleashed

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9780672330780 
ناشر: Sams 
سال نشر: 2010 
تعداد صفحات: 531 
زبان: english 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 4 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب IronRuby unleashed به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب IronRuby آزاد شد

چگونه می توان از طیف گسترده ای از ویژگی های پلت فرم دات نت بیشترین استفاده را کرد." "IronRuby Unleashed به طور کامل استفاده از IronRuby و .NET را با قدرتمندترین فریم ورک ها و فناوری های امروزی از جمله WPF، ASP.NET MVC، Ruby on Rails و Silverlight روشن می کند. . همچنین پوشش دقیق تست واحد و همچنین تکنیک های پیشرفته برای گسترش IronRuby با C# یا VB.NET را خواهید دید." --Book Jacket.


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

how to make the most of a broad spectrum of .NET platform features." "IronRuby Unleashed thoroughly illuminates the use of IronRuby and .NET with today's most powerful frameworks and technologies, including WPF, ASP.NET MVC, Ruby on Rails, and Silverlight. You'll also find detailed coverage of unit testing, as well as cutting-edge techniques for extending IronRuby with C# or VB.NET." --Book Jacket.



فهرست مطالب

Table of Contents......Page 4
Introduction......Page 19
Part I: Introduction to IronRuby......Page 21
History of the Ruby Language......Page 23
Features......Page 24
History of the .NET Framework......Page 31
Overview......Page 33
Features......Page 34
3 Introduction to the Dynamic Language Runtime......Page 39
Overview......Page 40
Features......Page 41
Overview......Page 43
Installing IronRuby......Page 44
Executables and Tools......Page 48
Development Environments......Page 52
The Power of IronRuby......Page 56
Part II: The Ruby Language......Page 59
Basic Syntax......Page 61
Variables......Page 66
Control Structures......Page 82
Exception Handling......Page 96
Methods......Page 105
Blocks, Procs, and Lambdas......Page 114
Classes......Page 119
Modules......Page 144
Using the Libraries......Page 149
Libraries Available in IronRuby......Page 150
Libraries Reference......Page 153
Finding More Libraries......Page 177
Threads......Page 179
Handling Files......Page 187
Reflection......Page 194
Marshaling......Page 199
RubyGems......Page 201
Design Patterns......Page 204
Part III: IronRuby Fundamentals......Page 223
Bringing .NET into Ruby......Page 225
.NET Code Mapping......Page 228
Using .NET Objects......Page 232
Special IronRuby Methods......Page 249
The Basic Object......Page 255
Inheriting from CLR Classes......Page 257
Inheriting from CLR Interfaces......Page 261
Overriding Methods......Page 263
Overriding Properties......Page 269
Overriding Events......Page 271
Opening CLR Classes......Page 272
Part IV: IronRuby and the .NET World......Page 275
Hello, Data Access......Page 277
Contacting a SQL Server......Page 278
Contacting a MySQL Server......Page 283
Design Considerations......Page 290
The CachedDataAccess Class......Page 294
A Word About LINQ......Page 297
Introduction......Page 299
Building the Chat Class......Page 300
Building the Chat Windows Form......Page 303
Writing the Execution Code......Page 318
Hello, WPF......Page 321
XAML......Page 323
IronRuby and WPF Fundamentals......Page 325
Windows......Page 327
Layout Controls......Page 335
Graphics and Animations......Page 339
Data Binding......Page 343
REPL......Page 347
Preparing Your Environment......Page 349
Hello, IronRuby on Rails......Page 350
The Basic Concepts......Page 357
Main Components......Page 358
Know Your Environment......Page 360
Creating a Page......Page 364
Creating a Database-Driven Page......Page 372
Preparing Your Environment......Page 381
Hello, ASP.NET MVC......Page 383
MVC......Page 386
Routes......Page 403
Filters......Page 405
Validations......Page 414
A Word About Classic ASP.NET......Page 416
16 Silverlight......Page 419
Hello, Silverlight......Page 420
Add Silverlight to a Web Page......Page 424
XAML......Page 427
Layout......Page 428
Adding Code......Page 429
Graphics......Page 433
Media and Animations......Page 435
Data Binding......Page 437
17 Unit Testing......Page 443
The Tested Code......Page 444
Test::Unit......Page 445
RSpec......Page 453
Cucumber......Page 461
Hello, IronRuby from CLR......Page 477
The Classes of the Process......Page 479
Executing IronRuby from C#/VB.NET......Page 486
Part V: Advanced IronRuby......Page 493
19 Extending IronRuby......Page 495
Creating an Extension......Page 496
Building an IronRuby Extension......Page 519
A......Page 529
C......Page 531
D......Page 534
E......Page 535
F......Page 536
I......Page 537
L......Page 538
M......Page 539
O......Page 541
P......Page 542
R......Page 543
S......Page 545
T......Page 546
V......Page 547
Y–Z......Page 548




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