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

jueves, 11 de agosto de 2016

El Libro del Día: AngularJS in Action

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

Titulo: AngularJS in Action
Autor: Lukas Ruebbelke
Editorial: Manning
Nro Paginas: 191

Capítulos:
PART 1 GET ACQUAINTED WITH ANGULARJS
1 Hello AngularJS
2 Structuring your AngularJS application
PART 2 MAKE SOMETHING WITH ANGULARJS
3 Views and controllers
4 Models and services
5 Directives
6 Animations
7 Structuring your site with routes
8 Forms and validations
APPENIDXES
A Setting up Karma
B Setting up a Node.js server
C Setting up a Firebase server
D Running the app

Descarga:
AngularJS_in_Action

viernes, 22 de enero de 2016

El Libro del Día: Xamarin Mobile Development for Android Cookbook

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

Titulo: Xamarin Mobile Development for Android Cookbook
Autor: Matthew Leibowitz
Editorial: Packt
Nro Paginas: 456

Capítulos:
Chapter 1: Working with Xamarin.Android
Chapter 2: Showing Views and Handling Fragments
Chapter 3: Managing App Data
Chapter 4: Presenting App Data
Chapter 5: Communicating with the Outside World
Chapter 6: Using Background Tasks
Chapter 7: Notifying Users
Chapter 8: Interacting with Other Apps
Chapter 9: Presenting Multimedia
Chapter 10: Responding to the User
Chapter 11: Connecting to Wearables
Chapter 12: Adding In-App Billing
Chapter 13: Publishing Apps

Descarga:
Xamarin_Mobile_Development_for_Android_Cookbook

martes, 15 de diciembre de 2015

El Libro del Día: Introducing SQL Server

El Libro del Día: 2015-12-15

Titulo: Introducing SQL Server
Autor: Mike McQuillan
Editorial: Apress
Nro Paginas: 397

Capítulos:
Chapter 1: What Is SQL Server
Chapter 2: Obtaining and Installing SQL Server
Chapter 3: Database Basics
Chapter 4: Tables
Chapter 5: Putting Good Tables Together
Chapter 6: Automating Deployment with SQLCMD
Chapter 7: NULLs and Table Constraints
Chapter 8: DML (or Inserts, Updates, and Deletes)
Chapter 9: Bulk Inserting Data
Chapter 10: Creating Data Import Scripts
Chapter 11: The SELECT Statement
Chapter 12: Joining Tables
Chapter 13: Views
Chapter 14: Indexes
Chapter 15: Transactions
Chapter 16: Functions
Chapter 17: Table-Valued Functions
Chapter 18: Stored Procedures Part 1
Chapter 19: Stored Procedures Part 2
Chapter 20: Bits and Pieces
Appendix A: SQL Data Types
Appendix B: Glossary
Appendix C: Common SQL Server System Objects
Appendix D: Exercises

Descarga:
Introducing_SQL_Server

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

jueves, 19 de marzo de 2015

El Libro del Día: iOS Development with Xamarin Cookbook

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

Titulo: iOS Development with Xamarin Cookbook
Autor: Dimitris Tavlikos
Editorial: Packt
Nro Paginas: 386

Capítulos:
Chapter 1: Development Tools
Chapter 2: User Interface – Views
Chapter 3: User Interface – View Controllers
Chapter 4: Data Management
Chapter 5: Displaying Data
Chapter 6: Web Services
Chapter 7: Multimedia Resources
Chapter 8: Integrating iOS Features
Chapter 9: Interacting with Device Hardware
Chapter 10: Location Services and Maps
Chapter 11: Graphics and Animation
Chapter 12: Multitasking
Chapter 13: Localization
Chapter 14: Deploying
Chapter 15: Advanced Features

Descarga:
iOS_Development_with_Xamarin_Cookbook

miércoles, 4 de marzo de 2015

El Libro del Día: Bootstrap for ASP.NET MVC

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

Titulo: Bootstrap for ASP.NET MVC
Autor: Pieter van der Westhuizen
Editorial: Packt
Nro Paginas: 198

Capítulos:
Chapter 1: Getting Started with ASP.NET MVC and Bootstrap
Chapter 2: Using Bootstrap CSS and HTML Elements
Chapter 3: Using Bootstrap Components
Chapter 4: Using Bootstrap JavaScript Plugins
Chapter 5: Creating ASP.NET MVC Bootstrap Helpers
Chapter 6: Creating T4 Templates to Scaffold Bootstrap Views
Chapter 7: Converting a Bootstrap HTML Template into a Usable ASP.NET MVC Project
Chapter 8: Using the jQuery DataTables Plugin with Bootstrap
Chapter 9: Making Things Easier with the TwitterBootstrapMVC Library
Appendix: Bootstrap Resources

Descarga:
Bootstrap_for_ASP.NET_MVC

lunes, 2 de marzo de 2015

El Libro del Día: Creating Mobile Apps with Xamarin.Forms

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

Titulo: Creating Mobile Apps with Xamarin.Forms
Autor: Charles Petzold
Editorial: Microsoft Press
Nro Paginas: 275

Capítulos:
Introduction
Chapter 1 How does Xamarin.Forms fit in
Chapter 2 Pages, layouts, and views
Chapter 3 Building an app: Infrastructure
Chapter 4 Building an app: Architecture
Chapter 5 Principles of presentation
Chapter 6 The interactive interface

Descarga:
Creating_Mobile_Apps_with_Xamarin.Forms

martes, 9 de diciembre de 2014

El Libro del Día: Microsoft SQL Server 2012 Step By Step

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

Titulo: Microsoft SQL Server 2012 Step By Step
Autor: Patrick LeBlanc
Editorial: Microsoft prePress
Nro Paginas: 364

Capítulos:
Part I Getting started with Microsoft SQL Server 2012
Chapter 1 Overview of Microsoft SQL Server 2012
Chapter 2 Installing, configuring, and upgrading Microsoft SQL Server 2012
Chapter 3 Using SQL Server 2012 administration and development tools
Part II Designing databases
Chapter 4 Designing SQL Server databases
Chapter 5 Creating your first table
Chapter 6 Building and maintaining indexes
Part III Advanced database design topics
Chapter 7 Table compression
Chapter 8 Table partitioning
Chapter 9 Database snapshots
Chapter 10 The SELECT statement
Part IV Using Transact-SQL (TSQL)
Chapter 11 Advanced data retrieval topics
Chapter 12 Modifying data
Chapter 13 Built-in scalar functions
Part V Creating other database objects
Chapter 14 Advanced TSQL topics
Chapter 15 Views
Chapter 16 User-defined functions
Chapter 17 Stored procedures
Chapter 18 Data manipulation triggers
Part VI SQL Server replication
Chapter 19 Replication
Part VII Database maintenance
Chapter 20 Backups
Chapter 21 Managing and maintaining indexes and statistics
Chapter 22 Maintenance plans
Part VIII Database management
Chapter 23 SQL Server Profiler
Chapter 24 Extended events
Chapter 25 SQL Server
Chapter 26 Resource Governor
Chapter 27 SQL Server Agent

Descarga:
Microsoft_SQL_Server_2012_Step_By_Step

lunes, 8 de diciembre de 2014

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

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

Titulo: SQL Server 2012 T-SQL Recipes
Autor: Jason Brimhall, David Dye, Jonathan Gennick, 
           Andy Roberts, Wayne Sheffield
Editorial: Apress
Nro Paginas: 794

Capítulos:
Chapter 1: Getting Started with SELECT
Chapter 2: Elementary Programming
Chapter 3: NULLs and Other Pitfalls
Chapter 4: Querying from Multiple Tables
Chapter 5: Grouping and Summarizing
Chapter 6: Advanced Select Techniques
Chapter 7: Aggregations and Windowing
Chapter 8: Inserting, Updating, Deleting
Chapter 9: Working with Strings
Chapter 10: Working with Dates and Times
Chapter 11: Working with Numbers
Chapter 12: Transactions, Locking, Blocking, and Deadlocking
Chapter 13: Managing Tables
Chapter 14: Managing Views
Chapter 15: Managing Large Tables and Databases
Chapter 16: Managing Indexes
Chapter 17: Stored Procedures
Chapter 18: User-Defined Functions and Types
Chapter 19: Triggers
Chapter 20: Error Handling
Chapter 21: Query Performance Tuning
Chapter 22: Hints
Chapter 23: Index Tuning and Statistics
Chapter 24: XML
Chapter 25: Files, Filegroups, and Integrity
Chapter 26: Backup
Chapter 27: Recovery
Chapter 28: Principals and Users
Chapter 29: Securables, Permissions, and Auditing
Chapter 30: Objects and Dependencies

Descarga:
SQL_Server_2012_TSQL_Recipes

jueves, 4 de diciembre de 2014

El Libro del Día: Pro T-SQL 2012 Programmer's Guide

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

Titulo: Pro T-SQL 2012 Programmer's Guide
Autor: Jay Natarajan, Scott Shaw, Rudi Bruchez, Michael Coles
Editorial: Apress
Nro Paginas: 679

Capítulos:
Chapter 1: Foundations of T-SQL
Chapter 2: Tools of the Trade
Chapter 3: Procedural Code and CASE Expressions
Chapter 4: User-Defined Functions
Chapter 5: Stored Procedures
Chapter 6: Triggers
Chapter 7: Encryption
Chapter 8: Common Table Expressions and Windowing Functions
Chapter 9: Data Types and Advanced Data Types
Chapter 10: Full-Text Search
Chapter 11: XML
Chapter 12: XQuery and XPath
Chapter 13: Catalog Views and Dynamic Management Views
Chapter 14: CLR Integration Programming
Chapter 15: .NET Client Programming
Chapter 16: Data Services
Chapter 17: Error Handling and Dynamic SQL
Chapter 18: Performance Tuning
Appendix A: Exercise Answers
Appendix B: XQuery Data Types
Appendix C: Glossary
Appendix D: SQLCMD Quick Reference

Descarga:
Pro_TSQL_2012_Programmer's_Guide

lunes, 1 de diciembre de 2014

El Libro del Día: Beginning SQL Server 2012 for Developers

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

Titulo: Beginning SQL Server 2012 for Developers
Autor: Robin Dewson
Editorial: Apress
Nro Paginas: 714

Capítulos:
Chapter 1: Overview and Installation
Chapter 2: SQL Server Management Studio
Chapter 3: Database Design and Creation
Chapter 4: Security and Compliance
Chapter 5: Defining Tables
Chapter 6: Creating Indexes and Database Diagramming
Chapter 7: Database Backups and Recovery
Chapter 8: Database Maintenance
Chapter 9: Data Insertion, Deletion, and Transactions
Chapter 10: Selecting and Updating Data
Chapter 11: Building a View
Chapter 12: Stored Procedures, Functions, and Security
Chapter 13: Essentials for Effective Coding
Chapter 14: Advanced T-SQL and Debugging
Chapter 15: Triggers
Chapter 16: Connecting via Code

Descarga:
Beginning_SQL_Server_2012_For_Developers

jueves, 6 de noviembre de 2014

El Libro del Día: Professional ASP.NET MVC 5

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

Titulo: Professional ASP.NET MVC 5
Autor: Jon Galloway, Brad Wilson, K. Scott Allen, David Matson
Editorial: Wrox
Nro Paginas: 620

Capítulos:
CHAPTER 1 Getting Started
CHAPTER 2 Controllers
CHAPTER 3 Views
CHAPTER 4 Models
CHAPTER 5 Forms and HTML Helpers
CHAPTER 6 Data Annotations and Validation
CHAPTER 7 Membership, Authorization, and Security
CHAPTER 8 Ajax
CHAPTER 9 Routing
CHAPTER 10 NuGet
CHAPTER 11 ASP.NET Web API
CHAPTER 12 Single Page Applications with AngularJS
CHAPTER 13 Dependency Injection
CHAPTER 14 Unit Testing
CHAPTER 15 Extending MVC
CHAPTER 16 Advanced Topics
CHAPTER 17 Real-World ASP.NET MVC: Building the NuGet.org Website
APPENDIX ASP.NET MVC 5.1

Descarga:
Professional_ASPNET_MVC5

sábado, 25 de octubre de 2014

El Libro del Día: La Biblia de Visual Basic .NET (Cap 5)

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

Titulo: La Biblia de Visual Basic .NET (Capítulo 5)
Autor: Luis Dueñas Huaroto
Editorial: Coredise
Nro Paginas: 112

Capítulo 5: Desarrollando Aplicaciones Web con ASP .NET
1. Trabajando con el Formulario y los Controles Web
1.1. Introducción a ASP .NET
1.2. Creando un Simple Sitio Web
1.3. Usando Controles Web Intrínsecos
1.4. Usando Controles Web de Imágenes
1.5. Usando el Control FileUpload y Controles de Validación
2. Mejorando el Diseño y Navegabilidad del Sitio Web
2.1. Creando y usando Hojas de Estilos en Cascada
2.2. Paginas Principales y Controles de Navegación
2.3. Usando Controles de Vistas MultiView y Views
3. Usando el Control GridView
3.1. Personalizando Columnas en el GridView
3.2. Paginando en el GridView
3.3. Ordenando en el GridView
3.4. Mantenimiento de Datos en el GridView
4. Creando Plantillas en Controles Enlazados a Datos
4.1. Trabajando con el Control Repeater
4.2. Trabajando con el Control DataList
4.3. Creando Plantillas Jerárquicas

Descarga:
Biblia_VisualBasicNET_Capitulo5

viernes, 12 de septiembre de 2014

El Libro del Día: Android Apps for Absolute Beginners

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

Titulo: Android Apps for Absolute Beginners
Autor: Wallace Jackson
Editorial: Apress
Nro Paginas: 393

Capítulos:
Chapter 1: Preliminary Information: Before We Get Started
Chapter 2: What’s Next? Our Road Ahead
Chapter 3: Setting Up Your Android Development Environment
Chapter 4: Introducing the Android Software Development Platform
Chapter 5: Android Framework Overview
Chapter 6: Screen Layout Design: Views and Layouts
Chapter 7: UI Design: Buttons, Menus, and Dialogs
Chapter 8: An Introduction to Graphics Resources in Android
Chapter 9: Adding Interactivity: Handling UI Events
Chapter 10: Understanding Content Providers
Chapter 11: Understanding Intents and Intent Filters
Chapter 12: Advanced Android Topics

Descarga:
Android_Apps_Absolute_Beginners

lunes, 8 de septiembre de 2014

El Libro del Día: Programming Windows Store Apps with HTML, CSS, and JavaScript

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

Titulo: Programming Windows Store Apps with HTML, CSS, and JavaScript
Autor: Kraig Brockschmidt
Editorial: Microsoft
Nro Paginas: 1311

Capítulos:
Chapter 1 The Life Story of a Windows Store App: Characteristics of the Windows Platform
Chapter 2 Quickstart
Chapter 3 App Anatomy and Performance Fundamentals
Chapter 4 Web Content and Services
Chapter 5 Controls and Control Styling
Chapter 6 Data Binding, Templates, and Collections
Chapter 7 Collection Controls
Chapter 8 Layout and Views
Chapter 9 Commanding UI
Chapter 10 The Story of State, Part 1: App Data and Settings
Chapter 11 The Story of State, Part 2: User Data, Files, and OneDrive
Chapter 12 Input and Sensors
Chapter 13 Media
Chapter 14 Purposeful Animations
Chapter 15 Contracts
Chapter 16 Alive with Activity: Tiles, Notifications, the Lock Screen, and Background Tasks
Chapter 17 Devices and Printing
Chapter 18 WinRT Components: An Introduction
Chapter 19 Apps for Everyone, Part 1: Accessibility and World-Readiness
Chapter 20 Apps for Everyone, Part 2: The Windows Store
Appendix A Demystifying Promises
Appendix B WinJS Extras
Appendix C Additional Networking Topics
Appendix D Provider-Side Contracts

Descarga:
Programming_WindowsStore_Apps_HTML_CSS_JavaScript

martes, 5 de agosto de 2014

El Libro del Día: Professional ASP.NET MVC 4

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

Titulo: Professional ASP.NET MVC 4
Autor: Jon Galloway, Phil Haack, Brad Wilson, K. Scott Allen
Editorial: Wrox
Nro Paginas: 507

Capítulos:
CHAPTER 1 Getting Started
CHAPTER 2 Controllers
CHAPTER 3 Views
CHAPTER 4 Models
CHAPTER 5 Forms and HTML Helpers
CHAPTER 6 Data Annotations and Validation
CHAPTER 7 Membership, Authorization, and Security
CHAPTER 8 Ajax
CHAPTER 9 Routing
CHAPTER 10 NuGet
CHAPTER 11 ASP.NET Web API
CHAPTER 12 Dependency Injection
CHAPTER 13 Unit Testing
CHAPTER 14 Extending MVC
CHAPTER 15 Advanced Topics
CHAPTER 16 Real-World ASP.NET MVC: Building the NuGet.org Website

Descarga:
Professional_ASPNET_MVC4

sábado, 2 de agosto de 2014

El Libro del Día: Pro ASP.NET MVC 4

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

Titulo: Pro ASP.NET MVC 4 (4th Edition)
Autor: Adam Freeman
Editorial: Apress
Nro Paginas: 738

Capítulos:
Part 1: Introducing ASP.NET MVC 4
Chapter 1: What’s the Big Idea?
Chapter 2: Your First MVC Application
Chapter 3: The MVC Pattern
Chapter 4: Essential Language Features
Chapter 5: Working with Razor
Chapter 6: Essential Tools for MVC
Chapter 7: SportsStore - A Real Application
Chapter 8: SportsStore: Navigation
Chapter 9: SportsStore: Completing the Cart
Chapter 10: SportsStore: Administration
Chapter 11: SportsStore: Security & Finishing Touches
Part 2: ASP.NET MVC 4 in Detail
Chapter 12: Overview of MVC Projects
Chapter 13: URL Routing
Chapter 14: Advanced Routing Features
Chapter 15: Controllers and Actions
Chapter 16: Filters
Chapter 17: Controller Extensibility
Chapter 18: Views
Chapter 19: Helper Methods
Chapter 20: Templated Helper Methods
Chapter 21: URL and Ajax Helper Methods
Chapter 22: Model Binding
Chapter 23: Model Validation
Chapter 24: Bundles and Display Modes
Chapter 25: Web API
Chapter 26: Deployment

Descarga:
Pro_ASPNET_MVC4

jueves, 10 de julio de 2014

El Libro del Día: Programming Microsoft ASP.NET MVC

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

Titulo: Programming Microsoft ASP.NET MVC (Third Edition)
Autor: Dino Esposito
Editorial: Microsoft
Nro Paginas: 516

Capítulos:
Part I ASP.NET MVC FUNDAMENTALS
Chapter 1 ASP.NET MVC controllers
Chapter 2 ASP.NET MVC views
Chapter 3 The model-binding architecture
Chapter 4 Input forms
Part II ASP.NET MVC SOFTWARE DESIGN
Chapter 5 Aspects of ASP.NET MVC applications
Chapter 6 Securing your application
Chapter 7 Design considerations for ASP.NET MVC controllers
Chapter 8 Customizing ASP.NET MVC controllers
Chapter 9 Testing and testability in ASP.NET MVC
Chapter 10 An executive guide to Web API
Part III MOBILE CLIENTS
Chapter 11 Effective JavaScript
Chapter 12 Making websites mobile-friendly
Chapter 13 Building sites for multiple devices

Descarga:
Programming_Microsoft_ASPNET_MVC