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

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

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

miércoles, 27 de julio de 2016

El Libro del Día: Professional C# 6 and .NET Core 1.0

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

Titulo: Professional C# 6 and .NET Core 1.0
Autor: Christian Nagel
Editorial: Wrox
Nro Paginas: 1532

Capítulos:
Part I: The C# Language
Chapter 1 .NET Application Architectures
Chapter 2 Core C#
Chapter 3 Objects and Types
Chapter 4 Inheritance
Chapter 5 Managed and Unmanaged Resources
Chapter 6 Generics
Chapter 7 Arrays and Tuples
Chapter 8 Operators and Casts
Chapter 9 Delegates, Lambdas, and Events
Chapter 10 Strings and Regular Expressions
Chapter 11 Collections
Chapter 12 Special Collections
Chapter 13 Language Integrated Query
Chapter 14 Errors and Exceptions
Chapter 15 Asynchronous Programming
Chapter 16 Reflection, Metadata, and Dynamic Programming
Part II: .NET Core and Windows Runtime
Chapter 17 Visual Studio 2015
Chapter 18 .NET Compiler Platform
Chapter 19 Testing
Chapter 20 Diagnostics and Application Insights
Chapter 21 Tasks and Parallel Programming
Chapter 22 Task Synchronization
Chapter 23 Files and Streams
Chapter 24 Security
Chapter 25 Networking
Chapter 26 Composition
Chapter 27 XML and JSON
Chapter 28 Localization
Part III: WINDOWS APPS
Chapter 29 Core XAML
Chapter 30 Styling XAML Apps
Chapter 31 Patterns with XAML Apps
Chapter 32 Windows Apps: User Interfaces
Chapter 33 Advanced Windows Apps
Chapter 34 Windows Desktop Applications with WPF
Chapter 35 Creating Documents with WPF
Chapter 36 Deploying Windows Apps
Part IV: Web App lications and Services
Chapter 37 ADO.NET
Chapter 38 Entity Framework Core
Chapter 39 Windows Services
Chapter 40 ASP.NET Core
Chapter 41 ASP.NET MVC
Chapter 42 ASP.NET Web API
Chapter 43 WebHooks and SignalR
Chapter 44 Windows Communication Foundation
Chapter 45 Deploying Websites and Services

Descarga:
Professional_C#_6_and_.NET_Core_1.0

martes, 26 de julio de 2016

El Libro del Día: More Effective C#

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

Titulo: More Effective C#
Autor: Bill Wagner
Editorial: Addison-Wesley
Nro Paginas: 309

Capítulos:
Chapter 1. Working with Generics
Chapter 2. Multithreading in C#
Chapter 3. C# Design Practices
Chapter 4. C# 3.0 Language Enhancements
Chapter 5. Working with LINQ
Chapter 6. Miscellaneous

Descarga:
More_Effective_C#

martes, 22 de septiembre de 2015

El Libro del Día: Cross platform UI Development with Xamarin.Forms

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

Titulo: Cross platform UI Development with Xamarin.Forms
Autor: Paul F. Johnson
Editorial: Packt
Nro Paginas: 330

Capítulos:
Chapter 1: In the Beginning
Chapter 2: Let's Get the Party Started
Chapter 3: Making It Look Pretty and Logging In
Chapter 4: Making Your Application Portable
Chapter 5: Data, Generics, and Making Sense of Information
Chapter 6: A View to a Kill
Chapter 7: Connect Me to Your Other Services
Chapter 8: What a Bind!
Chapter 9: Addressing the Issue
Chapter 10: This is the World Calling
Chapter 11: A Portable Settings Class
Chapter 12: Xamarin Forms Labs
Chapter 13: Social Media into the Mix
Chapter 14: Bringing It All Together

Descarga:
Cross_platform_UI_Development_with_Xamarin.Forms

miércoles, 3 de junio de 2015

El Libro del Día: Pro .NET Performance

El Libro del Día: 2015-06-03

Titulo: Pro .NET Performance
Autor: Sasha Goldshtein, Dima Zurbalev, Ido Flatow
Editorial: Apress
Nro Paginas: 361

Capítulos:
Chapter 1: Performance Metrics
Chapter 2: Performance Measurement
Chapter 3: Type Internals
Chapter 4: Garbage Collection
Chapter 5: Collections and Generics
Chapter 6: Concurrency and Parallelism
Chapter 7: Networking, I/O, and Serialization
Chapter 8: Unsafe Code and Interoperability
Chapter 9: Algorithm Optimization
Chapter 10: Performance Patterns
Chapter 11: Web Application Performance

Descarga:
Pro_NET_Performance

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

sábado, 8 de noviembre de 2014

El Libro del Día: Professional C# 2012 and .NET 4.5

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

Titulo: Professional C# 2012 and .NET 4.5
Autor: Christian Nagel, Bill Evjen, Jay Glynn, Karli Watson, Morgan Skinner
Editorial: Wrox
Nro Paginas: 1588

Capítulos:
PART I THE C# LANGUAGE
CHAPTER 1 .NET Architecture
CHAPTER 2 Core C#
CHAPTER 3 Objects and Types
CHAPTER 4 Inheritance
CHAPTER 5 Generics
CHAPTER 6 Arrays and Tuples
CHAPTER 7 Operators and Casts
CHAPTER 8 Delegates, Lambdas, and Events
CHAPTER 9 Strings and Regular Expressions
CHAPTER 10 Collections
CHAPTER 11 Language Integrated Query
CHAPTER 12 Dynamic Language Extensions
CHAPTER 13 Asynchronous Programming
CHAPTER 14 Memory Management and Pointers
CHAPTER 15 Reflection
CHAPTER 16 Errors and Exceptions
PART II VISUAL STUDIO
CHAPTER 17 Visual Studio 2012
CHAPTER 18 Deployment
PART III FOUNDATION
CHAPTER 19 Assemblies
CHAPTER 20 Diagnostics
CHAPTER 21 Tasks, Threads, and Synchronization
CHAPTER 22 Security
CHAPTER 23 Interop
CHAPTER 24 Manipulating Files and the Registry
CHAPTER 25 Transactions
CHAPTER 26 Networking
CHAPTER 27 Windows Services
CHAPTER 28 Localization
CHAPTER 29 Core XAML
CHAPTER 30 Managed Extensibility Framework
CHAPTER 31 Windows Runtime
PART IV DATA
CHAPTER 32 Core ADO.NET
CHAPTER 33 ADO.NET Entity Framework
CHAPTER 34 Manipulating XML
PART V PRESENTATION
CHAPTER 35 Core WPF
CHAPTER 36 Business Applications with WPF
CHAPTER 37 Creating Documents with WPF
CHAPTER 38 Windows Store Apps
CHAPTER 39 Core ASP.NET
CHAPTER 40 ASP.NET Web Forms
CHAPTER 41 ASP.NET MVC
CHAPTER 42 ASP.NET Dynamic Data
PART VI COMMUNICATION
CHAPTER 43 Windows Communication Foundation
CHAPTER 44 WCF Data Services
CHAPTER 45 Windows Workflow Foundation
CHAPTER 46 Peer-to-Peer Networking
CHAPTER 47 Message Queuing

Descarga:
Professional_C#2012_.NET4.5

lunes, 27 de octubre de 2014

El Libro del Día: MCTS Exam 70536

El Libro del Día: 2014-10-27

Titulo: MCTS Exam 70536. NET Framework 2.0 Application Development Foundation
Autor: Tony Northrup, Shawn Wildermuth, Bill Ryan
Editorial: Microsoft
Nro Paginas: 1078

Capítulos:
1 Framework Fundamentals
2 Input/Output (I/O)
3 Searching, Modifying, and Encoding Text
4 Collections and Generics
5 Serialization
6 Graphics
7 Threading
8 Application Domains and Services
9 Installing and Configuring Applications
10 Instrumentation
11 Application Security
12 User and Data Security
13 Interoperation
14 Reflection
15 Mail
16 Globalization

Descarga:
MCTS_SelfPaced_TrainingKit_Exam70536

miércoles, 10 de septiembre de 2014

El Libro del Día: C# 5.0 Programmer's Reference

El Libro del Día: 2014-09-10

Titulo: C# 5.0 Programmer's Reference
Autor: Rod Stephens
Editorial: Wrox
Nro Paginas: 962

Capítulos:
Part I T he C# Ecosystem
Chapter 1 The C# Environment
Chapter 2 Writing a First Program
Chapter 3 Program and Code File Structure
Part II C# Language Elements
Chapter 4 Data Types, Variables, and Constants
Chapter 5 Operators
Chapter 6 Methods
Chapter 7 Program Control Statements
Chapter 8 LINQ
Chapter 9 Error Handling
Chapter 10 Tracing and Debugging
Part III Object Oriented Programming
Chapter 11 OOP Concepts
Chapter 12 Classes and Structures
Chapter 13 Namespaces
Chapter 14 Collection Classes
Chapter 15 Generics
Part IV Interacting with the Environment
Chapter 16 Printing
Chapter 17 Configuration and Resources
Chapter 18 Streams
Chapter 19 File System Objects
Chapter 20 Networking
Part V Advanced Topics
Chapter 21 Regular Expressions
Chapter 22 Parallel Programming
Chapter 23 ADO.NET
Chapter 24 XML
Chapter 25 Serialization
Chapter 26 Reflection
Chapter 27 Cryptography
Part VI Appendices
Appendix A Solutions to Exercises
Appendix B Data Types
Appendix C Variable Declarations
Appendix D Constant Declarations
Appendix E Operators
Appendix F Method Declarations
Appendix G Useful Attributes
Appendix H Control Statements
Appendix I Error Handling
Appendix J LINQ
Appendix K Classes and Structures
Appendix L Collection Classes
Appendix M Generic Declarations
Appendix N Printing and Graphics
Appendix O Useful Exception Classes
Appendix P Date and Time Format Specifiers
Appendix Q Other Format Specifiers
Appendix R Streams
Appendix S Filesystem Classes
Appendix T Regular Expressions
Appendix U Parallel Programming
Appendix V XML
Appendix W Serialization
Appendix X Reflection

Descarga:
C#_5.0_Programmers_Reference

miércoles, 6 de agosto de 2014

El Libro del Día: Pro C# 5.0 and the .NET 4.5 Framework

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

Titulo: Pro C# 5.0 and the .NET 4.5 Framework (6th Edition)
Autor: Andrew Troelsen
Editorial: Apress
Nro Paginas: 1534

Capítulos:
Part I: Introducing C# and .NET Platform
Chapter 1: The Philosophy of .NET
Chapter 2: Building C# Applications
Part II: Core C# Programming
Chapter 3: Core C# Programming Constructs, Part I
Chapter 4: Core C# Programming Constructs, Part II
Part III: Object-Oriented Programming with C#
Chapter 5: Understanding Encapsulation
Chapter 6: Understanding Inheritance and Polymorphism
Chapter 7: Understanding Structured Exception Handling
Chapter 8: Working with Interfaces
Part IV: Advanced C# Programming
Chapter 9: Collections and Generics
Chapter 10: Delegates, Events, and Lambda Expressions
Chapter 11: Advanced C# Language Features
Chapter 12: LINQ to Objects
Chapter 13: Understanding Object Lifetime
Part V: Programming with .NET Assemblies
Chapter 14: Building and Configuring Class Libraries
Chapter 15: Type Reflection, Late Binding, and Attribute-Based Programming
Chapter 16: Dynamic Types and the Dynamic Language Runtime
Chapter 17: Processes, AppDomains, and Object Contexts
Chapter 18: Understanding CIL and the Role of Dynamic Assemblies
Part VI: Introducing the .NET Base Class Libraries
Chapter 19: Multithreaded, Parallel, and Async Programming
Chapter 20: File I/O and Object Serialization
Chapter 21: ADO.NET Part I: The Connected Layer
Chapter 22: ADO.NET Part II: The Disconnected Layer
Chapter 23: ADO.NET Part III: The Entity Framework
Chapter 24: Introducing LINQ to XML
Chapter 25: Introducing Windows Communication Foundation
Chapter 26: Introducing Windows Workflow Foundation
Part VII: Windows Presentation Foundation
Chapter 27: Introducing Windows Presentation Foundation and XAML
Chapter 28: Programming with WPF Controls
Chapter 29: WPF Graphics Rendering Services
Chapter 30: WPF Resources, Animations, and Styles
Chapter 31: Dependency Properties, Routed Events, and Templates
Part VIII: ASP.NET Web Forms
Chapter 32: Introducing ASP.NET Web Forms
Chapter 33: ASP.NET Web Controls, Master Pages, and Themes
Chapter 34: ASP.NET State Management Techniques

Descarga:
Pro_C#5.0_.NET4.5_Framework