Mostrando las entradas con la etiqueta Classes. Mostrar todas las entradas
Mostrando las entradas con la etiqueta Classes. Mostrar todas las entradas

lunes, 26 de septiembre de 2016

El Libro del Día: Understanding ECMAScript 6

El Libro del Día: 2016-09-26

Titulo: Understanding ECMAScript 6
Autor: Nicholas C. Zakas
Editorial: No Starch Press
Nro Paginas: 355

Capítulos:
Chapter 1: Block Bindings
Chapter 2: Strings and Regular Expressions
Chapter 3: Functions
Chapter 4: Expanded Object Functionality
Chapter 5: Destructuring for Easier Data Access
Chapter 6: Symbols and Symbol Properties
Chapter 7: Sets and Maps
Chapter 8: Iterators and Generators
Chapter 9: Introducing JavaScript Classes
Chapter 10: Improved Array Capabilities
Chapter 11: Promises and Asynchronous Programming
Chapter 12: Proxies and the Reflection API
Chapter 13: Encapsulating Code with Modules
Appendix A: Minor Changes in ECMAScript 6
Appendix B: Understanding ECMAScript 7 (2016)

Descarga:
Understanding_ECMAScript_6

lunes, 1 de agosto de 2016

El Libro del Día: C# 6.0 Cookbook

El Libro del Día: 2016-08-01

Titulo: C# 6.0 Cookbook (4th Edition)
Autor: Jay Hilyard, Stephen Teilhet
Editorial: O'Reilly
Nro Paginas: 703

Capítulos:
1. Classes and Generics
2. Collections, Enumerators, and Iterators
3. Data Types
4. Language Integrated Query (LINQ) and Lambda Expressions
5. Debugging and Exception Handling
6. Reflection and Dynamic Programming
7. Regular Expressions
8. Filesystem I/O
9. Networking and Web
10. XML
11. Security
12. Threading, Synchronization, and Concurrency
13. Toolbox

Descarga:
C#_6.0_Cookbook

domingo, 31 de julio de 2016

El Libro del Día: C# 24-Hour Trainer

El Libro del Día: 2016-07-31

Titulo: C# 24-Hour Trainer (2nd Edition)
Autor: Rod Stephens
Editorial: Wrox
Nro Paginas: 597

Capítulos:
SECTION I THE VISUAL STUDIO IDE AND CONTROLS
LESSON 1 Getting Started with the Visual Studio IDE
LESSON 2 Creating Controls
LESSON 3 Making Controls Arrange Themselves
LESSON 4 Handling Events
LESSON 5 Making Menus
LESSON 6 Making Tool Strips and Status Strips
LESSON 7 Using RichTextBoxes
LESSON 8 Using Standard Dialogs
LESSON 9 Creating and Displaying New Forms
LESSON 10 Building Custom Dialogs
SECTION II VARIABLES AND CALCULATIONS
LESSON 11 Using Variables and Performing Calculations
LESSON 12 Debugging Code
LESSON 13 Understanding Scope
LESSON 14 Working with Strings
LESSON 15 Working with Dates and Times
LESSON 16 Using Arrays and Collections
LESSON 17 Using Enumerations and Structures
SECTION III PROGRAM STATEMENTS
LESSON 18 Making Choices
LESSON 19 Repeating Program Steps
LESSON 20 Reusing Code with Methods
LESSON 21 Handling Errors
LESSON 22 Preventing Bugs
SECTION IV CLASSES
LESSON 23 Defining Classes
LESSON 24 Initializing Objects
LESSON 25 Fine-Tuning Classes
LESSON 26 Overloading Operators
LESSON 27 Using Interfaces
LESSON 28 Making Generic Classes
SECTION V SYSTEM INTERACTIONST
LESSON 29 Using Files
LESSON 30 Printing
SECTION VI WINDOWS APPS
LESSON 31 Windows Store Apps
LESSON 32 Windows Phone Apps
SECTION VII SPECIALIZED TOPICS
LESSON 33 Localizing Programs
LESSON 34 Programming Databases, Part 1
LESSON 35 Programming Databases, Part 2
LESSON 36 LINQ to Objects
LESSON 37 LINQ to SQL

Descarga:
C#_24_Hour_Trainer

viernes, 29 de julio de 2016

El Libro del Día: Beginning Visual C# 2015 Programming

El Libro del Día: 2016-07-29

Titulo: Beginning Visual C# 2015 Programming
Autor: Benjamin Perkins, Jacob Vibe Hammer, Jon D. Reid
Editorial: Wrox
Nro Paginas: 842

Capítulos:
PART I: THE OOP LANGUAGE
CHAPTER 1: INTRODUCING C#
CHAPTER 2: WRITING A C# PROGRAM
CHAPTER 3: VARIABLES AND EXPRESSIONS
CHAPTER 4: FLOW CONTROL
CHAPTER 5: MORE ABOUT VARIABLES
CHAPTER 6: FUNCTIONS
CHAPTER 7: DEBUGGING AND ERROR HANDLING
CHAPTER 8: INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING
CHAPTER 9: DEFINING CLASSES
CHAPTER 10: DEFINING CLASS MEMBERS
CHAPTER 11: COLLECTIONS, COMPARISONS,AND CONVERSIONS
CHAPTER 12: GENERICS
CHAPTER 13: ADDITIONAL C# TECHNIQUES
PART II: WINDOWS PROGRAMMING
CHAPTER 14: BASIC DESKTOP PROGRAMMING
CHAPTER 15: ADVANCED DESKTOP PROGRAMMING
PART III: CLOUD PROGRAMMING
CHAPTER 16: BASIC CLOUD PROGRAMMING
CHAPTER 17: ADVANCED CLOUD PROGRAMING AND DEPLOYMENT
PART IV: DATA ACCESS
CHAPTER 18: FILES
CHAPTER 19: XML AND JSON
CHAPTER 20: LINQ
CHAPTER 21: DATABASES
PART V: ADDITIONAL TECHNIQUES
CHAPTER 22: WINDOWS COMMUNICATION FOUNDATION
CHAPTER 23: UNIVERSAL APPS

Descarga:
Beginning_Visual_C#_2015_Programming

jueves, 28 de julio de 2016

El Libro del Día: Essential C# 6.0

El Libro del Día: 2016-07-28

Titulo: Essential C# 6.0 (5th Edition)
Autor: Mark Michaelis, Eric Lippert
Editorial: Addison Wesley
Nro Paginas: 1046

Capítulos:
1 Introducing C#
2 Data Types
3 Operators and Control Flow
4 Methods and Parameters
5 Classes
6 Inheritance
7 Interfaces
8 Value Types
9 Well-Formed Types
10 Exception Handling
11 Generics
12 Delegates and Lambda Expressions
13 Events
14 Collection Interfaces with Standard Query Operators
15 LINQ with Query Expressions
16 Building Custom Collections
17 Reflection, Attributes, and Dynamic Programming
18 Multithreading
19 Thread Synchronization
20 Platform Interoperability and Unsafe Code
21 The Common Language Infrastructure
A Downloading and Installing the C# Compiler and CLI Platform
B Tic-Tac-Toe Source Code Listing
C Interfacing with Multithreading Patterns prior to the TPL and C# 6.0
D Timers Prior to the Async/Await Pattern of C# 5.0

Descarga:
Essential_C#_6.0

viernes, 24 de junio de 2016

El Libro del Día: ECMAScript 2015 Language Specification

El Libro del Día: 2016-06-24

Titulo: ECMAScript 2015 Language Specification
Autor: ECMA International
Nro Paginas: 566

Capítulos:
1. Scope
2. Conformance
3. Normative references
4. Overview
5. Notational Conventions
6. ECMAScript Data Types and Values
7. Abstract Operations
8. Executable Code and Execution Contexts
9. Ordinary and Exotic Objects Behaviours
10. ECMAScript Language: Source Code
11. ECMAScript Language: Lexical Grammar
12. ECMAScript Language: Expressions
13. ECMAScript Language: Statements and Declarations
14. ECMAScript Language: Functions and Classes
15. ECMAScript Language: Scripts and Modules
16. Error Handling and Language Extensions
17. ECMAScript Standard Built-in Objects
18. The Global Object
19. Fundamental Objects
20. Numbers and Dates
21. Text Processing
22. Indexed Collections
23. Keyed Collection
24. Structured Data
25. Control Abstraction Objects
26. Reflection
Annex A (informative) Grammar Summary
Annex B (normative) Additional ECMAScript Features for Web Browsers
Annex C (informative) The Strict Mode of ECMAScript
Annex D (informative) Corrections and Clarifications in ECMAScript 2015 with Possible Compatibility Impact
Annex E (informative) Additions and Changes That Introduce Incompatibilities with Prior Editions
Bibliography

Descarga:
ECMAScript_2015_Language_Specification

viernes, 27 de noviembre de 2015

El Libro del Día: JavaScript: The Definitive Guide

El Libro del Día: 2015-11-27

Titulo: JavaScript: The Definitive Guide (6th Edition)
Autor: David Flanagan
Editorial: O'Reilly
Nro Paginas: 1098

Capítulos:
1. Introduction
Part I. Core JavaScript
2. Lexical Structure
3. Types, Values, and Variables
4. Expressions and Operators
5. Statements
6. Objects
7. Arrays
8. Functions
9. Classes and Modules
10. Pattern Matching with Regular Expressions
11. JavaScript Subsets and Extensions
12. Server Side JavaScript
Part II. Client Side JavaScript
13. JavaScript in Web Browsers
14. The Window Object
15. Scripting Documents
16. Scripting CSS
17. Handling Events
18. Scripted HTTP
19. The jQuery Library
20. Client Side Storage
21. Scripted Media and Graphics
22. HTML5 APIs
Part III. Core JavaScript Reference
Core JavaScript Reference
Part IV. Client Side JavaScript Reference
Client Side JavaScript Reference

Descarga:
JavaScript_The_Definitive_Guide

lunes, 7 de septiembre de 2015

El Libro del Día: Backbone.js Essentials

El Libro del Día: 2015-09-07

Titulo: Backbone.js Essentials
Autor: Jeremy Walker
Editorial: Packt
Nro Paginas: 180

Capítulos:
Chapter 1: Building a Single-Page Site Using Backbone
Chapter 2: Object-Oriented JavaScript with Backbone Classes
Chapter 3: Accessing Server Data with Models
Chapter 4: Organizing Models with Collections
Chapter 5: Adding and Modifying Elements with Views
Chapter 6: Creating Client-side Pages with Routers
Chapter 7: Fitting Square Pegs in Round Holes – Advanced Backbone Techniques
Chapter 8: Scaling Up – Ensuring Performance in Complex Applications
Chapter 9: What Was I Thinking? Documenting Backbone Code
Chapter 10: Keeping the Bugs Out – How to Test a Backbone Application
Chapter 11: (Not) ReInventing the Wheel – Utilizing Third-Party Libraries
Chapter 12: Summary and Further Reading

Descarga:
Backbone.js_Essentials

miércoles, 25 de febrero de 2015

El Libro del Día: C# Multithreaded and Parallel Programming

El Libro del Día: 2015-02-25

Titulo: C# Multithreaded and Parallel Programming
Autor: Rodney Ringler
Editorial: Packt
Nro Paginas: 345

Capítulos:
Chapter 1: Understanding Multiprocessing and Multiple Cores
Chapter 2: Looking at Multithreaded Classes - BackgroundWorker
Chapter 3: Thread Class – Heavyweight Concurrency in C#
Chapter 4: Advanced Thread Processing
Chapter 5: Lightweight Concurrency - Task Parallel Library (TPL)
Chapter 6: Task-based Parallelism
Chapter 7: Data Parallelism
Chapter 8: Debugging Multithreaded Applications with Visual Studio
Chapter 9: Pipeline and Producer-consumer Design Patterns
Chapter 10: Parallel LINQ - PLINQ
Chapter 11: The Asynchronous Programming Model

Descarga:
C#_Multithreaded_and_Parallel_Programming

jueves, 19 de febrero de 2015

El Libro del Día: CoffeeScript Application Development

El Libro del Día: 2015-02-19

Titulo: CoffeeScript Application Development
Autor: Ian Young
Editorial: Packt
Nro Paginas: 258

Capítulos:
Chapter 1: Running a CoffeeScript Program
Chapter 2: Writing Your First Lines of CoffeeScript
Chapter 3: Building a Simple Application
Chapter 4: Improving Our Application
Chapter 5: Classes in CoffeeScript
Chapter 6: Refactoring with Classes
Chapter 7: Advanced CoffeeScript Usage
Chapter 8: Going Asynchronous
Chapter 9: Debugging
Chapter 10: Using CoffeeScript in More Places
Chapter 11: CoffeeScript on the Server

Descarga:
CoffeeScript_Application_Development

jueves, 29 de enero de 2015

El Libro del Día: Microsoft Visual C# 2013 Step by Step

El Libro del Día: 2015-01-29

Titulo: Microsoft Visual C# 2013 Step by Step
Autor: John Sharp
Editorial: Microsoft Press
Nro Paginas: 824

Capítulos:
Part I INTRODUCING MICROSOFT VISUAL C# AND MICROSOFT VISUAL STUDIO 2013
Chapter 1 Welcome to C#
Chapter 2 Working with variables, operators, and expressions
Chapter 3 Writing methods and applying scope
Chapter 4 Using decision statements
Chapter 5 Using compound assignment and iteration statements
Chapter 6 Managing errors and exceptions
Part II UNDERSTANDING THE C# OBJECT MODEL
Chapter 7 Creating and managing classes and objects
Chapter 8 Understanding values and references
Chapter 9 Creating value types with enumerations and structures
Chapter 10 Using arrays
Chapter 11 Understanding parameter arrays
Chapter 12 Working with inheritance
Chapter 13 Creating interfaces and defining abstract classes
Chapter 14 Using garbage collection and resource management
Part III DEFINING EXTENSIBLE TYPES WITH C#
Chapter 15 Implementing properties to access fields
Chapter 16 Using indexers
Chapter 17 Introducing generics
Chapter 18 Using collections
Chapter 19 Enumerating collections
Chapter 20 Decoupling application logic and handling events
Chapter 21 Querying in-memory data by using query expressions
Chapter 22 Operator overloading
Chapter 23 Improving throughput by using tasks
Chapter 24 Improving response time by performing asynchronous operations
Chapter 25 Implementing the user interface for a Windows Store app
Chapter 26 Displaying and searching for data in a Windows Store app
Chapter 27 Accessing a remote database from a Windows Store app

Descarga:
Microsoft_Visual_C#_2013_Step_by_Step

viernes, 23 de enero de 2015

El Libro del Día: Web Programming with Dart

El Libro del Día: 2015-01-23

Titulo: Web Programming with Dart
Autor: Moises Belchin, Patricia Juberias
Editorial: Apress
Nro Paginas: 446

Capítulos:
Chapter 1: Dart’s Flightpath So Far
Part I: Getting Started
Chapter 2: Setting up Dart Correctly
Part II: Dart Tools
Chapter 3: Making the Most of the Dart Editor
Chapter 4: Using Pub and dart2js to Compile Applications to JavaScript
Chapter 5: Application Launches
Chapter 6: Using the Dart Pub Package Manager
Chapter 7: Optimizing for Dart VM and Dartium
Chapter 8: Cleaning up with Dart Formatter
Chapter 9: Generating Dart Code Documentation
Chapter 10: Monitoring Your Applications with Observatory
Part III: The Dart Language: Basics
Chapter 11: The Dart Comment System
Chapter 12: Understanding Operators and Expressions
Chapter 13: Mastering Dart’s Variables and Data Types
Chapter 14: Flow Control Statements
Chapter 15: Working with Functions
Chapter 16: A Syntax Summary and Cheat Sheet
Part IV: The Dart Language: Advanced
Chapter 17: Processing Exceptions and Error Control
Chapter 18: Understanding Dart Classes
Chapter 19: Implicit Interfaces and Abstract Classes
Chapter 20: Implementing Generics and Typedefs
Chapter 21: Using Dart’s Libraries
Chapter 22: Leveraging Isolates for Concurrency and Multi-Processing
Chapter 23: Asynchronous Programming with Dart
Chapter 24: An Advanced Syntax Summary
Part V: Dart and Other Web Technologies
Chapter 25: Integrating Dart and HTML5
Chapter 26: Integrating Dart and CSS
Part VI: Dart and the Web Server
Chapter 27: Combining Web Services with Dart
Chapter 28: Dart on the Server Side
Part VII: Dart’s Future
Chapter 29: Implementing Design Patterns and Creating Web Components
Chapter 30: Developing a Dart App

Descarga:
Web_Programming_with_Dart

domingo, 28 de diciembre de 2014

El Libro del Día: Dart in Action

El Libro del Día: 2014-12-28

Titulo: Dart in Action
Autor: Chris Buckett
Editorial: Manning
Nro Paginas: 426

Capítulos:
PART 1 INTRODUCING DART
1 Hello Dart
2 “Hello World” with Dart tools
3  Building and testing your own Dart app
PART 2 CORE DART
4 Functional first-class functions and closures
5 Understanding libraries and privacy
6 Constructing classes and interfaces
7 Extending classes and interfaces
8 Collections of richer classes
9 Asynchronous programming with callbacks and futures
PART 3 CLIENT-SIDE DART APPS
10 Building a Dart web app
11 Navigating offline data
12 Communicating with other systems and languages
PART 4 SERVER-SIDE DART
13 Server interaction with files and HTTP
14 Sending, syncing, and storing data
15 Concurrency with isolates

Descarga:
Dart_in_Action

lunes, 25 de agosto de 2014

El Libro del Día: A Programmer's Guide to C# 5.0

El Libro del Día: 2014-08-25

Titulo: A Programmer's Guide to C# 5.0 (4th Edition)
Autor: Eric Gunnerson, Nick Wienholt
Editorial: Apress
Nro Paginas: 443

Capítulos:
Chapter 1: C# and the .NET Runtime and Libraries
Chapter 2: C# QuickStart and Developing in C#
Chapter 3: Classes 101
Chapter 4: Base Classes and Inheritance
Chapter 5: Exception Handling
Chapter 6: Member Accessibility and Overloading
Chapter 7: Other Class Details
Chapter 8: Structs (Value Types)
Chapter 9: Interfaces
Chapter 10: Versioning and Aliases
Chapter 11: Statements and Flow of Execution
Chapter 12: Variable Scoping and Definite Assignment
Chapter 13: Operators and Expressions
Chapter 14: Conversions
Chapter 15: Arrays
Chapter 16: Properties
Chapter 17: Generic Types
Chapter 18: Indexers, Enumerators, and Iterators
Chapter 19: Strings
Chapter 20: Enumerations
Chapter 21: Attributes
Chapter 22: Delegates, Anonymous Methods, and Lambdas
Chapter 23: Events
Chapter 24: Dynamic Typing
Chapter 25: User-Defined Conversions
Chapter 26: Operator Overloading
Chapter 27: Nullable Types
Chapter 28: Linq to Objects
Chapter 29: Linq to XML
Chapter 30: Linq to SQL
Chapter 31: Other Language Details
Chapter 32: Making Friends with the .NET Framework
Chapter 33: System.Array and the Collection Classes
Chapter 34: Threading
Chapter 35: Asynchronous and Parallel Programming
Chapter 36: Execution-Time Code Generation
Chapter 37: Interop
Chapter 38: .NET Base Class Library Overview
Chapter 39: Deeper into C#
Chapter 40: Logging and Debugging Techniques
Chapter 41: IDEs and Utilities

Descarga:
A_Programmers_Guide_C#_5.0