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

miércoles, 12 de agosto de 2015

El Libro del Día: Ext JS Application Development Blueprints

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

Titulo: Ext JS Application Development Blueprints
Autor: Colin Ramsay
Editorial: Packt
Nro Paginas: 341

Capítulos:
Chapter 1: Introduction
Chapter 2: MVC and MVVM
Chapter 3: Application Structure
Chapter 4: Sencha Cmd
Chapter 5: Practical – a CMS Application
Chapter 6: Practical – Monitoring Dashboard
Chapter 7: Practical – an Email Client
Chapter 8: Practical – Questionnaire Component
Chapter 9: A Shopping Application
Chapter 10: Debugging and Performance
Chapter 11: Application Testing

Descarga:
ExtJS_Application_Development_Blueprints

domingo, 16 de noviembre de 2014

El Libro del Día: Building Enterprise Applications with WPF and The MVVM Pattern

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

Titulo: Building Enterprise Applications with WPF and The MVVM Pattern
Autor: Raffaele Garofalo
Editorial: Microsoft
Nro Paginas: 225

Capítulos:
1 Introduction to Model View ViewModel and Line of Business Applications
2 Design Patterns
3 The Domain Model
4 The Data Access Layer
5 The Business Layer
6 The UI Layer with MVVM
7 MVVM Frameworks and Toolkits

Descarga:
Building_Enterprise_Applications_with_WPF_and_The_MVVM_Pattern

miércoles, 12 de noviembre de 2014

El Libro del Día: Windows Presentation Foundation 4.5 Cookbook

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

Titulo: Windows Presentation Foundation 4.5 Cookbook
Autor: Pavel Yosifovich
Editorial: Packt
Nro Paginas: 464

Capítulos:
Chapter 1: Foundations
Chapter 2: Resources
Chapter 3: Layout and Panels
Chapter 4: Using Standard Controls
Chapter 5: Application and Windows
Chapter 6: Data Binding
Chapter 7: Commands and MVVM
Chapter 8: Styles, Triggers, and Control Templates
Chapter 9: Graphics and Animation
Chapter 10: Custom Elements
Chapter 11: Threading

Descarga:
Windows_Presentation_Foundation_4.5_Cookbook

jueves, 18 de septiembre de 2014

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

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

Titulo: Programming Microsoft ASP.NET 4
Autor: Dino Esposito
Editorial: Microsoft
Nro Paginas: 988

Capítulos:
Part I The ASP.NET Runtime Environment
1 ASP.NET Web Forms Today
2 ASP.NET and IIS
3 ASP.NET Configuration
4 HTTP Handlers, Modules, and Routing
Part II ASP.NET Pages and Server Controls
5 Anatomy of an ASP.NET Page
6 ASP.NET Core Server Controls
7 Working with the Page
8 Page Composition and Usability
9 ASP.NET Input Forms
10 Data Binding
11 The ListView Control
12 Custom Controls
Part III Design of the Application
13 Principles of Software Design
14 Layers of an Application
15 The Model-View-Presenter Pattern
Part IV Infrastructure of the Application
16 The HTTP Request Context
17 ASP.NET State Management
18 ASP.NET Caching
19 ASP.NET Security
Part V The Client Side
20 Ajax Programming
21 jQuery Programming

Descarga:
Programming_Microsoft_ASPNET_4

jueves, 4 de septiembre de 2014

El Libro del Día: Windows Store App Development

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

Titulo: Windows Store App Development
Autor: Pete Brown
Editorial: Manning
Nro Paginas: 624

Capítulos:
1 Hello, Modern Windows
2 The Modern UI
3 The Windows Runtime and .NET
4 XAML
5 Layout
6 Panels
7 Brushes, graphics, styles, and resources
8 Displaying beautiful text
9 Controls, binding, and MVVM
10 View controls, Semantic Zoom, and navigation
11 The app bar
12 The splash screen, app tile, and notifications
13 View states
14 Contracts: playing nicely with others
15 Working with files
16 Asynchronous everywhere
17 Networking with SOAP and RESTful services
18 A chat app using sockets
19 A little UI work: user controls and Blend
20 Networking player location
21 Keyboards, mice, touch, accelerometers, and gamepads
22 App settings and suspend/resume
23 Deploying and selling your app

Descarga:
WindowsStore_AppDevelopment

martes, 2 de septiembre de 2014

El Libro del Día: Beginning Windows 8 Data Development

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

Titulo: Beginning Windows 8 Data Development
Autor: Vinodh Kumar
Editorial: Apress
Nro Paginas: 245

Capítulos:
Chapter 1: Introduction to Windows 8 Development
Chapter 2: HTML5 and JavaScript Apps with MVVM and Knockout
Chapter 3: Windows 8 Modern App Data Access Options
Chapter 4: Local Data Access: I: IndexedDB
Chapter 5: Local Data Access I: JET API and Application Data
Chapter 6: Local Data Access III: SQLite
Chapter 7: ASP.NET Web API
Chapter 8: WCF Services
Chapter 9: Windows Azure Mobile Services
Chapter 10: Windows Phone 8 Data Access

Descarga:
Beginning_Windows8_Data_Development

lunes, 1 de septiembre de 2014

El Libro del Día: Beginning Windows 8 Application Development

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

Titulo: Beginning Windows 8 Application Development
Autor: Kyle Burns
Editorial: Apress
Nro Paginas: 313

Capítulos:
Chapter 1: Welcome to a Touch-First World
Chapter 2: The Windows Design Language
Chapter 3: Designing Windows 8 Applications
Chapter 4: Visual Studio 2012 and Windows Store Application Types
Chapter 5: XAML Controls in the Visual Studio Toolbox: The Common Controls
Chapter 6: XAML Controls in the Visual Studio Toolbox: Other Controls
Chapter 7: Building the User Interface
Chapter 8: Data Binding
Chapter 9: Introducing MVVM
Chapter 10: Starting the ViewModel
Chapter 11: Inversion of Control
Chapter 12: The Role of Service Agents
Chapter 13: Asynchronous Programming Model
Chapter 14: Mocking the Service Agent
Chapter 15: Connecting to Data in the Cloud
Chapter 16: Completing the Service Agent
Chapter 17: Interacting with Windows Search and Share
Chapter 18: Notifications and Tiles
Chapter 19: Sensors, Devices, and the Location API
Chapter 20: Sharing Apps in the Windows Store

Descarga:
Beginning_Windows8_Application_Development

jueves, 7 de agosto de 2014

El Libro del Día: Windows Phone 8 Development Internals

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

Titulo: Windows Phone 8 Development Internals
Autor: Andrew Whitechapel, Sean McKenna
Editorial: Microsoft
Nro Paginas: 1046

Capítulos:
Part I CORE FEATURES
Chapter 1 Vision and architecture
Chapter 2 App model and navigation
Chapter 3 UI visuals and touch
Chapter 4 Data binding and MVVM
Chapter 5 Phone and media services
Chapter 6 Sensors
Chapter 7 Web connectivity
Chapter 8 Web services and the cloud
Chapter 9 Background agents
Chapter 10 Local storage and databases
Part II WINDOWS PHONE 7 TO WINDOWS PHONE 8
Chapter 11 App publication
Chapter 12 Profiling and diagnostics
Chapter 13 Porting to Windows Phone 8 and multitargeting
Chapter 14 Tiles and notifications
Chapter 15 Contacts and calendar
Chapter 16 Camera and photos
Chapter 17 Networking and proximity
Chapter 18 Location and maps
Part III NEW WINDOWS PHONE 8 FEATURES
Chapter 19 Speech
Chapter 20 The Wallet
Chapter 21 Monetizing your app
Chapter 22 Enterprise apps
Part IV NATIVE DEVELOPMENT AND WINDOWS PHONE 8
CONVERGENCE
Chapter 23 Native development
Chapter 24 Windows 8 convergence
Chapter 25 Games and Direct3D

Descarga:
WindowsPhone_8_Development_Internals

viernes, 27 de junio de 2014

El Libro del Día: Windows Phone 8 Application Development Essentials

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

Titulo: Windows Phone 8 Application Development Essentials
Autor: Tomasz Szostak
Editorial: Packt
Nro Paginas: 118

Capítulos:
Chapter 1: XAML in Windows Phone
Chapter 2: App Design – Best Practices
Chapter 3: Building a Windows Phone 8 Application using MVVM
Chapter 4: Integrating with Windows Phone
Chapter 5: Integrating with Twitter and Facebook

Descarga:
WindowsPhone8_ApplicationDevelopment_Essentials