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

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

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

lunes, 11 de enero de 2016

El Libro del Día: Learning JavaScript

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

Titulo: Learning JavaScript (3rd Edition)
Autor: Ethan Brown
Editorial: O'Reilly
Nro Paginas: 347

Capítulos:
1. Your First Application
2. JavaScript Development Tools
3. Literal, Variables, Constants, and DataTypes
4. Control Flow
5. Expressions and Operators
6. Functions
7. Scope
8. Arrays and Array Processor
9. Objects and Object Oriented Programming
10. Maps and Sets
11. Exceptions and Error Handling
12. Iterators and Generators
13. Functions, and the Power of Abstract Thinking
14. Asynchronous Programming
15. Date and Time
16. Math
17. Regular Expressions
18. JavaScript in the Browser
19. jQuery
20. Node
21. Object Property Configuration and Proxies
22. Additional Resources
A. Reserved Words
B. Operator Precedence

Descarga:
Learning_JavaScript

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

viernes, 21 de agosto de 2015

El Libro del Día: Coding with JavaScript For Dummies

El Libro del Día: 2015-08-21

Titulo: Coding with JavaScript For Dummies
Autor: Chris Minnick, Eva Holland
Editorial: Wiley
Nro Paginas: 363

Capítulos:
Part I: Getting Started with JavaScript
Chapter 1: The World’s Most Misunderstood Programming Language
Chapter 2: Writing Your First JavaScript Program
Chapter 3: Working with Variables
Chapter 4: Understanding Arrays
Chapter 5: Working with Operators, Expressions, and Statements
Chapter 6: Getting into the Flow with Loops and Branches
Part II: Organizing Your JavaScript
Chapter 7: Getting Functional
Chapter 8: Making and Using Objects
Part III: JavaScript on the Web
Chapter 9: Controlling the Browser with the Window Object
Chapter 10: Manipulating Documents with the DOM
Chapter 11: Using Events in JavaScript
Chapter 12: Integrating Input and Output
Chapter 13: Working with CSS and Graphics
Part IV: Beyond the Basics
Chapter 14: Searching with Regular Expressions
Chapter 15: Understanding Callbacks and Closures
Chapter 16: Embracing AJAX and JSON
Part V: JavaScript and HTML5
Chapter 17: HTML5 APIs
Chapter 18: jQuery
Part VI: The Part of Tens
Chapter 19: Ten JavaScript Frameworks and Libraries to Learn Next
Chapter 20: Ten Common JavaScript Bugs and How to Avoid Them
Chapter 21: Ten Online Tools to Help You Write Better JavaScript

Descarga:
Coding_with_JavaScript_For_Dummies

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

miércoles, 3 de diciembre de 2014

El Libro del Día: Microsoft SQL Server 2012 T-SQL Fundamentals

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

Titulo: Microsoft SQL Server 2012 T-SQL Fundamentals
Autor: Itzik Ben-Gan
Editorial: Microsoft
Nro Paginas: 442

Capítulos:
Chapter 1 Background to T-SQL Querying and Programming
Chapter 2 Single-Table Queries
Chapter 3 Joins
Chapter 4 Subqueries
Chapter 5 Table Expressions
Chapter 6 Set Operators
Chapter 7 Beyond the Fundamentals of Querying
Chapter 8 Data Modification
Chapter 9 Transactions and Concurrency
Chapter 10 Programmable Objects

Descarga:
Microsoft_SQL_Server_2012_TSQL_Fundamentals

martes, 2 de diciembre de 2014

El Libro del Día: Beginning T-SQL 2012

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

Titulo: Beginning T-SQL 2012
Autor: Scott Shaw, Kathi Kellenberger
Editorial: Apress
Nro Paginas: 449

Capítulos:
Chapter 1: Getting Started
Chapter 2: Writing Simple SELECT Queries
Chapter 3: Using Functions and Expressions
Chapter 4: Querying Multiple Tables
Chapter 5: Grouping and Summarizing Data
Chapter 6: Manipulating Data
Chapter 7: Understanding T-SQL Programming Logic
Chapter 8: Working with XML
Chapter 9: Moving Logic to the Database
Chapter 10: Working with Data Types
Chapter 11: Writing Advanced Queries
Chapter 12: Where to Go Next

Descarga:
Beginning_TSQL_2012

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