• Complain

Jeremy Likness - Building Windows 8 Apps with C# and XAML

Here you can read online Jeremy Likness - Building Windows 8 Apps with C# and XAML full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2012, publisher: Addison-Wesley Professional, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Building Windows 8 Apps with C# and XAML
  • Author:
  • Publisher:
    Addison-Wesley Professional
  • Genre:
  • Year:
    2012
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Building Windows 8 Apps with C# and XAML: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Building Windows 8 Apps with C# and XAML" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Jeremy builds real apps for real customers. Thats why I can heartily recommend this book. Go out and write some great appsand keep this book handy.
From the Foreword by Jeff Prosise
Build Exceptionally Immersive and Responsive Touch-Based Windows Store Apps for Windows 8 with C# and XAML
This is the first practical guide to building breakthrough applications for Windows 8 from project templates through publication to the new Windows Store. Microsoft MVP of the Year Jeremy Likness helps you combine your existing developer skills with new Visual Studio 2012 tools and best practices to create apps that are intuitive and innovative. His guidance and insight will help you dive into Windows 8 developmentand gain a powerful competitive advantage for years to come.
Likness illuminates the entire apps lifecycle, from planning and Model-View-View Model (MVVM) based design through coding, testing, packaging, and deployment. He covers both business and consumer apps, showing how Windows 8/WinRT development builds upon and contrasts with older WPF and Silverlight approaches.
Using carefully crafted downloadable code examples and sample projects, Likness shows how to make the most of new platform features, including integrated social networking, search, contracts, charms, and tiles. Throughout, he addresses crucial development challenges that have only been discussed on MSDN, blog posts, and Twitter feedsand never with this depth and clarity before.
Coverage includes
Mastering real-world Windows 8 development for all devices and form factors Understanding the new WinRT framework and the unique characteristics of Windows 8 apps
Designing apps that are faster, more responsive, do more with less, and maximize battery life
Creating exceptionally fluid interfaces with VS 2012 templates, built-in animations, and XAML
Building apps that respond consistently to multiple forms of input, including complex touch manipulations
Using contracts and charms to expose services or enable users to do so
Providing information to users through Live Tiles even when your app isnt running
Connecting your app seamlessly to multiple data sources, including social networks and cloud storage
Syndicating rich, network-based content
Using Model-View-ViewModel (MVVM)
Securing Windows 8 apps through authentication and authorization
Efficiently testing, debugging, packaging, and deploying apps

Jeremy Likness: author's other books


Who wrote Building Windows 8 Apps with C# and XAML? Find out the surname, the name of the author of the book and a list of all author's works by series.

Building Windows 8 Apps with C# and XAML — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Building Windows 8 Apps with C# and XAML" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Building Windows 8 Apps with C# and XAML

Jeremy Likness

Upper Saddle River NJ Boston Indianapolis San Francisco New York Toronto - photo 1

Upper Saddle River, NJ Boston Indianapolis San Francisco
New York Toronto Montreal London Munich Paris Madrid
Capetown Sydney Tokyo Singapore Mexico City

The .NET logo is either a registered trademark or trademark of Microsoft Corporation in the United States and/or other countries and is used under license from Microsoft.

Microsoft, Windows, Visual Basic, Visual C#, and Visual C++ are either registered trademarks or trademarks of Microsoft Corporation in the U.S.A. and/or other countries/regions.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and the publisher was aware of a trademark claim, the designations have been printed with initial capital letters or in all capitals.

The author and publisher have taken care in the preparation of this book, but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein.

The publisher offers excellent discounts on this book when ordered in quantity for bulk purchases or special sales, which may include electronic versions and/or custom covers and content particular to your business, training goals, marketing focus, and branding interests. For more information, please contact:

U.S. Corporate and Government Sales
(800) 382-3419

For sales outside the United States, please contact:

International Sales

Visit us on the Web: informit.com/aw

Library of Congress Cataloging-in-Publication Data is on file and available upon request.

Copyright 2013 Pearson Education, Inc.

All rights reserved. Printed in the United States of America. This publication is protected by copyright, and permission must be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise. To obtain permission to use material from this work, please submit a written request to Pearson Education, Inc., Permissions Department, One Lake Street, Upper Saddle River, New Jersey 07458, or you may fax your request to (201) 236-3290.

ISBN-13: 978-0-321-82216-1
ISBN-10: 0-321-82216-1

Text printed in the United States on recycled paper at RR Donnelley and Sons, Crawfordsville, Indiana.

First printing, October 2012

To Ma: Your support and encouragement have always been a blessing to me. I will miss not being able to share that I finished this book with you.

Foreword The life of the software developer isnt an easy one Every ten years - photo 2
Foreword

The life of the software developer isnt an easy one. Every ten years or so, he has to throw away everything he knows and start all over again. Times change, and technologies change even faster. A decade ago, developers had to retool their skill sets for the move from Win32 to .NET and C#. Today, theres a new platform in town. Its called Windows 8, and with it comes a profound shift in the way Windows apps are conceived and executed.

Windows 8 is like no Windows the world has seen before. The new Windows programming model favors simplicity, security, and battery efficiency above all else. Modern Windows apps run full-screen, single-instance, and one at a time. Their UIs can be built in XAML, HTML, or DirectX. They run in a sandbox that stops malicious code in its tracks, and theyre inspected before theyre published in the Windows Store to make sure they dont violate the sandbox. They prefer touch screens but play equally well with mice and other input devices. Moreover, they install with a single click and uninstall without leaving a trace.

Underneath the new user interface is a new API: The Windows Runtime API, better known as WinRT. WinRT represents a rethinking of what the Windows API would look like if it were redesigned from the ground up. The old Windows API is outdated, overly complex, and tied to a specific language. The WinRT API, by contrast, is thoroughly modern and can be called from a variety of languages. Indeed, one of the most remarkable aspects of Windows 8 is that for the first time in history, a developer versed in HTML and JavaScript enjoys the same ability to write Windows apps as developers who speak XAML and C#.

What it means for the developer isyou guessed ittime to start over again. WinRT is the Windows API now, and the new UI layer, formerly known as Metro, is the new face of Windows apps. Be bold or be left behind.

Becoming a Windows 8 developer means learning WinRT. It means getting comfortable with asynchronous programming. It means understanding that a Windows app that isnt visible to the user is suspended and that an app thats suspended can be unceremoniously terminated by the operating system at any time. It means learning about contracts, which allow apps to integrate with the charms that slide out from the right side of the screen. It means learning about live tiles, push notifications, and other features that make an app a first-class citizen in the Windows 8 environment. It means understanding the Windows 8 design philosophy and how to use XAML to craft compelling, fluid, and responsive Windows UIs.

When youre in the wilderness, it helps to have a guide who has been there before. I cant think of anyone more qualified to lead you on the journey to Windows 8 enlightenment than Jeremy Likness. Jeremy is the only person I know who works 32 hours a day. (He sleeps the other four.) I used to say that I might work with people a lot smarter than me, but none of them can work more hours than me. Ive had to reconsider that with Jeremy. Shoot him an e-mail at 3:00 a.m., and youll have a reply by 3:02. Thats why hes a Principal Consultant at Wintellect and why we turn to him to architect and implement Windows 8 solutions for our customers. A teacher can be only so effective if he isnt out there working in the trenches. Jeremy builds real apps for real customers. Thats why I can heartily recommend this book and why Im excited to see how its received by the community.

Windows 8 is a bold move on Microsofts partperhaps the boldest move the company has made since the introduction of Windows itself. But its the right move at the right time. The action in software development for the next ten years wont revolve around traditional PCs. Itll be in writing apps for tablets, phones, and other mobile devices. Companies will be built and millionaires will be made from apps for devices with portable form factors, including Microsofts new Surface tablet. To ignore WinRT is to ignore the part of the Microsoft stack that lets you write for these devices.

Learn WinRT. Go out and write some great apps. Help make this platform a success. And keep this book handy. When you run into problems, its the next best thing to an instant response to a 3:00 a.m. e-mail. From Jeremys perspective, its even better.

Jeff Prosise, Co-Founder, Wintellect

Preface

The first whispers about windows 8 surfaced in early 2011. Widespread speculation swept the Internet as developers began to question what the new platform would look like. The rumors included a new platform that wouldnt support the .NET Framework, was based solely on C++ or HTML5 and JavaScript, and wouldnt run any existing software. Early builds and screenshots leaked over Twitter but this only fueled speculation. Finally Steven Sinofsky, President of the Windows Division at Microsoft, took the stage on September 13, 2011 and released an early build of Windows 8 to the world.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Building Windows 8 Apps with C# and XAML»

Look at similar books to Building Windows 8 Apps with C# and XAML. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Building Windows 8 Apps with C# and XAML»

Discussion, reviews of the book Building Windows 8 Apps with C# and XAML and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.