Jumat, 31 Januari 2014

Wow! eBook: Professional Embedded ARM Development - 4 new eBooks


Wow! eBook: Professional Embedded ARM Development - 4 new eBooks

Link to Wow! eBook

Professional Embedded ARM Development

Posted: 31 Jan 2014 06:07 AM PST

Book Description

A practical Wrox guide to ARM programming for mobile devices

With more than 90 percent of mobile phones sold in recent years using ARM-based processors, developers are eager to master this embedded technology. If you know the basics of C programming, this guide will ease you into the world of embedded ARM technology. With clear explanations of the systems common to all ARM processors and step-by-step instructions for creating an embedded application, it prepares you for this popular specialty.

While ARM technology is not new, existing books on the topic predate the current explosive growth of mobile devices using ARM and don’t cover these all-important aspects. Newcomers to embedded technology will find this guide approachable and easy to understand.

  • Covers the tools required, assembly and debugging techniques, C optimizations, and more
  • Lists the tools needed for various types of projects and explores the details of the assembly language
  • Examines the optimizations that can be made to ensure fast code
  • Provides step-by-step instructions for a basic application and shows how to build upon it

Professional Embedded ARM Development prepares you to enter this exciting and in-demand programming field.

Table of Contents
Part I: ARM Systems and Development
Chapter 1. The History of ARM
Chapter 2. ARM Embedded Systems
Chapter 3. ARM Architecture
Chapter 4. ARM Assembly Language
Chapter 5. First Steps
Chapter 6. Thumb Instruction Set
Chapter 7. Assembly Instructions
Chapter 8. Neon
Chapter 9. Debugging
Chapter 10. Writing Optimized C

Part II: Reference
Appendix A. Terminology
Appendix B. ARM Architecture Versions
Appendix C. ARM Core Versions
Appendix D. Neon Intrinsics and Instructions
Appendix E. Assembly Instructionsa

Book Details

  • Paperback: 336 pages
  • Publisher: Wrox (January 2014)
  • Language: English
  • ISBN-10: 111878894X
  • ISBN-13: 978-1118788943
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Professional Embedded ARM Development appeared first on Wow! eBook.

Professional Visual Studio 2012

Posted: 31 Jan 2014 05:56 AM PST

Book Description

The ultimate developers’ guide to Visual Studio 2012

This expert Wrox guide is what you need to get up and running quickly on Visual Studio 2012. Written by a Microsoft Visual C# MVP, it guides you through the integrated development environment (IDE), showing you how to maximize all new tools and improvements.

  • Offers programmers a fast way to IDE-centric programming success
  • Demonstrates new IDE features, including the new Metro style app project templates and Windows 8 app store features
  • Explains each feature, then illustrates the context in which it will help you solve problems
  • Covers timely and essential topics related to rich client app development, web applications, application services, file configuration, debugging and testing, and more
  • Helps advanced users customize and extend Visual Studio through the Automation Model, writing macros, working with the Managed Extensibility Framework (MEF), and more
  • Provides ample detail for programmers who are new to Visual Studio 2012, as well as for experienced programmers exploring the advanced capabilities of the IDE

Professional Visual Studio 2012 uses a unique, IDE-centric approach to help you get up and running quickly on this exciting new release.

Table of Contents
Part I: Integrated Development Environment
Chapter 1. A Quick Tour
Chapter 2. The Solution Explorer, Toolbox, and Properties
Chapter 3. Options and Customizations
Chapter 4. The Visual Studio Workspace
Chapter 5. Find and Replace and Help

Part II: Getting Started
Chapter 6. Solutions, Projects, and Items
Chapter 7. Intellisense and Bookmarks
Chapter 8. Code Snippets and Refactoring
Chapter 9. Server Explorer
Chapter 10. Modeling with The Class Designer

Part III: Digging Deeper
Chapter 11. Unit Testing
Chapter 12. Documentation with XML Comments
Chapter 13. Code Consistency Tools
Chapter 14. Code Generation with T4
Chapter 15. Project and Item Templates
Chapter 16. Language-Specific Features

Part IV: Rich Client Applications
Chapter 17. Windows Forms Applications
Chapter 18. Windows Presentation Foundation (WPF)
Chapter 19. Office Business Applications
Chapter 20. Windows Store Applications

Part V: Web Applications
Chapter 21. ASP.NET Web Forms
Chapter 22. ASP.NET MVC
Chapter 23. Silverlight
Chapter 24. Dynamic Data
Chapter 25. Sharepoint
Chapter 26. Windows Azure

Part VI: Data
Chapter 27. Visual Database Tools
Chapter 28. Datasets and Databinding
Chapter 29. Language Integrated Queries (LINQ)
Chapter 30. The ADO.NET Entity Framework
Chapter 31. Reporting

Part VII: Application Services
Chapter 32. Windows Communication Foundation (WCF)
Chapter 33. Windows Workflow Foundation (WF)
Chapter 34. Client Application Services
Chapter 35. Synchronization Services
Chapter 36. WCF Ria Services

Part VIII: Configuration and Resources
Chapter 37. Configuration Files
Chapter 38. Connection Strings
Chapter 39. Resource Files

Part IX: Debugging
Chapter 40. Using The Debugging Windows
Chapter 41. Debugging with Breakpoints
Chapter 42. Datatips, Debug Proxies, and Visualizers
Chapter 43. Debugging Web Applications
Chapter 44. Advanced Debugging Techniques

Part X: Build and Deployment
Chapter 45. Upgrading with Visual Studio 2012
Chapter 46. Build Customization
Chapter 47. Assembly Versioning and Signing
Chapter 48. Obfuscation, Application Monitoring, and Management
Chapter 49. Packaging and Deployment
Chapter 50. Web Application Deployment

Part XI: Customizing and Extending Visual Studio
Chapter 51. The Automation Model
Chapter 52. Add-Ins
Chapter 53. Managed Extensibility Framework (MEF)

Part XII: Visual Studio Ultimate
Chapter 54. Visual Studio Ultimate For Architects
Chapter 55. Visual Studio Ultimate For Developers
Chapter 56. Visual Studio Ultimate For Testers
Chapter 57. Team Foundation Server

Book Details

  • Paperback: 1104 pages
  • Publisher: Wrox (November 2012)
  • Language: English
  • ISBN-10: 1118337700
  • ISBN-13: 978-1118337707
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Professional Visual Studio 2012 appeared first on Wow! eBook.

Professional iOS Programming

Posted: 31 Jan 2014 05:40 AM PST

Book Description

Hands-on guidance for programming the next generation of iOS apps

If you want to create advanced level iOS apps that get noticed in the App Store, start with this expert book. Written by an international software developer and consultant who has delivered winning solutions for clients all over the world, this professional guide helps you build robust, professional iOS apps at a level that satisfies the demands of clients, companies, and your own creativity. The book includes full source code and invaluable insight from the author’s extensive experience. Especially helpful are numerous case studies that shed light on key topics.

  • Explores all topics necessary to help you build professional iOS applications perfectly targeted to clients’ needs
  • Covers essential topics including creating a professional UI, networking and data processing, integrating your app, and taking it into production
  • Includes sample code and sample apps, ideal for hands-on learning
  • Examines using social media aggregators, real-time currency converters, QR scanners, customer tracking and quality payment system
  • Provides in-depth examples from the author’s extensive career, as well as numerous case studies

Take your programming skills to an advanced level with Professional iOS Programming.

Table of Contents
Part I: Developing a Professional UI
Chapter 1. Creating a Personal Library
Chapter 2. Advancing with Tableviews
Chapter 3. Advancing with Map Kit
Chapter 4. Understanding Action Views and Alerts
Chapter 5. Internationalization: Building Apps for the World
Chapter 6. Using Multimedia

Part II: Networking–Data Processing
Chapter 7. Using Web Services and Parsing
Chapter 8. Using FTP
Chapter 9. Implementing Core Data

Part III: Integrating Your App
Chapter 10. Notifications
Chapter 11. Sending E‑Mail, SMS, and Dialing a Phone
Chapter 12. Understanding the Address Book
Chapter 13. Event Programming
Chapter 14. Integrating with Social Media

Part IV: Taking Your Application to Production
Chapter 15. Analyzing Your Application
Chapter 16. Monetize Your App
Chapter 17. Understanding iTunes Connect
Chapter 18. Building and Distribution

Book Details

  • Paperback: 576 pages
  • Publisher: Wrox (December 2013)
  • Language: English
  • ISBN-10: 1118661133
  • ISBN-13: 978-1118661130
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Professional iOS Programming appeared first on Wow! eBook.

Professional Access 2013 Programming

Posted: 31 Jan 2014 05:32 AM PST

Book Description

Authoritative and comprehensive coverage for building Access 2013 Solutions

Access, the most popular database system in the world, just opened a new frontier in the Cloud. Access 2013 provides significant new features for building robust line-of-business solutions for web, client and integrated environments.  This book was written by a team of Microsoft Access MVPs, with consulting and editing by Access experts, MVPs and members of the Microsoft Access team. It gives you the information and examples to expand your areas of expertise and immediately start to develop and upgrade projects.

  • Explores the new development environment for Access web apps
  • Focuses on the tools and techniques for developing robust web applications
  • Demonstrates how to monetize your apps with Office Store and create e-commerce solutions
  • Explains how to use SQL Server effectively to support both web and client solutions
  • Provides techniques to add professional polish and deploy desktop application
  • Shows you how to automate other programs using Macros, VBA, API calls and more.

Professional Access 2013 Programming is a complete guide on the latest tools and techniques for building Access 2013 applications for both the web and the desktop so that developers and businesses can move forward with confidence. Whether you want to add expand your expertise with Client/Server deployments or start developing web apps, you will want this book as a companion and reference.

Table of Contents
Part I: Access Web Application Design and Development
Chapter 1. Introduction to Access Web Apps and Architecture
Chapter 2. Designing Tables
Chapter 3. Understanding the New User Interface
Chapter 4. Designing Views
Chapter 5. Creating Queries and Writing Expressions
Chapter 6. Creating Macros
Chapter 7. Designing the Table Structure
Chapter 8. Designing the User Interface
Chapter 9. Solving Business Problems with Macros
Chapter 10. Extending Web Apps
Chapter 11. Connecting to Your Web App
Chapter 12. Web Apps In the Enterprise
Chapter 13. Implementing Security Models For the Access Web App
Chapter 14. Deploying Access Web Apps

Part Ii: Client-Server Design and Development
Chapter 15. Managing Data Sources
Chapter 16. Programming Using VBA, Apis, and Macros
Chapter 17. Creating Intuitive Forms
Chapter 18. Creating Powerful Reports
Chapter 19. Automating and Integrating with Other Programs
Chapter 20. Securing, Deploying, and Maintaining Access Applications
Chapter 21. Maximizing SQL Server Capabilities

Book Details

  • Paperback: 888 pages
  • Publisher: Wrox (August 2013)
  • Language: English
  • ISBN-10: 1118530837
  • ISBN-13: 978-1118530832
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Professional Access 2013 Programming appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar