|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn606556230 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
100412s2010 inua o 001 0 eng d |
010 |
|
|
|a 2009050114
|
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d CEF
|d CDX
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d OCLCF
|d OCLCQ
|d OCLCA
|d IDEBK
|d OCLCQ
|d YDX
|d OCLCQ
|d OCLCA
|d OCL
|d AU@
|d OCLCQ
|d OCLCO
|d WYU
|d UAB
|d VT2
|d CNCEN
|d OCLCQ
|d RDF
|d OCLCO
|d OCLCQ
|
015 |
|
|
|a GBA9B5892
|2 bnb
|
016 |
7 |
|
|a 015433124
|2 Uk
|
019 |
|
|
|a 741348589
|a 1048098855
|a 1048390921
|a 1064149862
|a 1103269645
|a 1202559849
|a 1240528117
|
020 |
|
|
|a 9780768689440
|
020 |
|
|
|a 0768689449
|
020 |
|
|
|z 9780672330780
|
020 |
|
|
|z 0672330784
|
020 |
|
|
|a 8131747727
|
020 |
|
|
|a 9788131747728
|
029 |
1 |
|
|a CHBIS
|b 006151339
|
029 |
1 |
|
|a CHVBK
|b 171325885
|
029 |
1 |
|
|a DEBSZ
|b 355430924
|
029 |
1 |
|
|a HEBIS
|b 291502059
|
029 |
1 |
|
|a AU@
|b 000067097142
|
035 |
|
|
|a (OCoLC)606556230
|z (OCoLC)741348589
|z (OCoLC)1048098855
|z (OCoLC)1048390921
|z (OCoLC)1064149862
|z (OCoLC)1103269645
|z (OCoLC)1202559849
|z (OCoLC)1240528117
|
037 |
|
|
|a CL0500000063
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.I586
|b F74 2010
|
072 |
|
7 |
|a UMX, UYD
|2 bicssc
|
082 |
0 |
4 |
|a 006.7/882
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Friedman, Shay.
|
245 |
1 |
0 |
|a IronRuby unleashed /
|c Shay Friedman.
|
260 |
|
|
|a Indianapolis, Ind. :
|b Sams,
|c ©2010.
|
300 |
|
|
|a 1 online resource (xv, 530 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Unleashed
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a Ruby has built an enormous following of developers attracted by its intuitiveness, flexibility, and simplicity. Meanwhile, Microsoft's .NET has grown and matured into a platform of unparalleled power. IronRuby brings them together, enabling developers to write elegant, efficient Ruby code that seamlessly integrates with .NET objects and leverages .NET's full capabilities. Now, in IronRuby Unleashed, one of IronRuby's most respected early adopters demonstrates how to write outstanding production software with the brand new IronRuby 1.0. Writing for both Ruby and .NET developers, Shay Friedman covers every facet of IronRuby programming. Friedman begins by explaining how IronRuby leverages the new Dynamic Language Runtime (DLR) libraries to run atop the .NET Framework and access its resources. Next, he presents an in-depth IronRuby tutorial that ranges from basic syntax and object-oriented programming techniques through advanced concepts. Building on this foundation, you'll learn 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. Detailed information on how to ... Install IronRuby and choose the right development environment for your needs Master IronRuby syntax, methods, blocks, classes, modules, libraries, and more Write code that takes advantage of IronRuby's dynamic and metaprogramming features Utilize .NET services and frameworks to write more powerful Ruby code than ever before Incorporate efficient data access into your IronRuby applications Use IronRuby to build Windows software with both WinForms and WPF Rapidly build high-quality Web applications with IronRuby and Ruby on Rails Create rich Web 2.0 applications with IronRuby and Microsoft Silverlight Test .NET code with Ruby's leading unit testing frameworks Run IronRuby code from other .NET code, and create .NET code libraries that fit well with IronRuby code.
|
505 |
0 |
|
|a Cover13; -- Table of Contents -- Introduction -- Part I: Introduction to IronRuby -- 1 Introduction to the Ruby Language -- History of the Ruby Language -- Implementations -- Features -- 2 Introduction to the .NET Framework -- History of the .NET Framework -- Overview -- Features -- 3 Introduction to the Dynamic Language Runtime -- Overview -- Features -- 4 Getting Started with IronRuby -- Overview -- Installing IronRuby -- Executables and Tools -- Development Environments -- The Power of IronRuby -- Part II: The Ruby Language -- 5 Ruby Basics -- Basic Syntax -- Hello World -- Variables -- Control Structures -- Exception Handling -- 6 Rubys Code-Containing Structures -- Methods -- Blocks, Procs, and Lambdas -- Classes -- Modules -- 7 The Standard Library -- Using the Libraries -- Libraries Available in IronRuby -- Libraries Reference -- Finding More Libraries -- 8 Advanced Ruby -- Threads -- Handling Files -- Reflection -- Marshaling -- RubyGems -- Design Patterns -- Part III: IronRuby Fundamentals -- 9 .NET Interoperability Fundamentals -- Bringing .NET into Ruby -- NET Code Mapping -- Using .NET Objects -- Special IronRuby Methods -- CLR Objects and Rubys Reflection -- The Basic Object -- 10 Object-Oriented .NET in IronRuby -- Inheriting from CLR Classes -- Inheriting from CLR Structs -- Inheriting from CLR Interfaces -- Overriding Methods -- Overriding Properties -- Overriding Events -- Opening CLR Classes -- Part IV: IronRuby and the .NET World -- 11 Data Access -- Hello, Data Access -- Preparing Your Environment -- Contacting a SQL Server -- Contacting a MySQL Server -- Design Considerations -- The CachedDataAccess Class -- A Word About LINQ -- 12 Windows Forms -- Introduction -- Building the Chat Class -- Building the Chat Windows Form -- Writing the Execution Code -- 13 Windows Presentation Foundation (WPF) -- Hello, WPF -- XAML -- IronRuby and WPF Fundamentals -- Windows -- Layout Controls -- Graphics and Animations -- Data Binding -- REPL -- 14 Ruby on Rails -- Preparing Your Environment -- Hello, IronRuby on Rails -- The Basic Concepts -- Main Components -- Know Your Environment -- Creating a Page -- Creating a Database-Driven Page -- 15 ASP.NET MVC -- Preparing Your Environment -- Hello, ASP.NET MVC -- MVC -- Routes -- Filters -- Validations -- Classic ASP.NET Features -- A Word About Classic ASP.NET -- 16 Silverlight -- Prepare Your Environment -- Hello, Silverlight -- Add Silverlight to a Web Page -- XAML -- Layout -- Controls -- Adding Code -- Graphics -- Media and Animations -- Data Binding -- 17 Unit Testing -- The Tested Code -- Test: -- RSpec -- Cucumber -- 18 Using IronRuby from C♯/VB.NET -- Hello, IronRuby from CLR -- The Classes of the Process -- Executing IronRuby from C♯/VB.NET -- Part V: Advanced IronRuby -- 19 Extending IronRuby -- Creating an Extension -- Using an Extension in IronRuby -- Building an IronRuby Extension -- Index -- A -- B -- C -- D -- T$2.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Microsoft .NET Framework.
|
630 |
0 |
7 |
|a Microsoft .NET Framework.
|2 fast
|0 (OCoLC)fst01020083
|
650 |
|
0 |
|a IronRuby (Computer program language)
|
650 |
|
0 |
|a Ruby (Computer program language)
|
650 |
|
6 |
|a IronRuby (Langage de programmation)
|
650 |
|
6 |
|a Ruby (Langage de programmation)
|
650 |
|
7 |
|a IronRuby (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Microsoft .NET Framework.
|2 blmlsh
|
650 |
|
7 |
|a Ruby (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a IronRuby (Computer program language)
|2 fast
|0 (OCoLC)fst01749712
|
650 |
|
7 |
|a Ruby (Computer program language)
|2 fast
|0 (OCoLC)fst01101038
|
650 |
|
7 |
|a Engineering & Applied Sciences.
|2 hilcc
|
650 |
|
7 |
|a Computer Science.
|2 hilcc
|
776 |
0 |
8 |
|i Print version: Friedman, Shay.
|t IronRuby unleashed.
|d Indianapolis, Ind. : Sams, ©2010
|z 9780672330780
|w (OCoLC)430053825
|
830 |
|
0 |
|a Unleashed.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780768689440/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 15629853
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 14851404
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis23922507
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 12789182
|c 49.99 USD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH37825045
|
994 |
|
|
|a 92
|b IZTAP
|