Building Apps for the Universal Windows Platform

Download Building Apps for the Universal Windows Platform PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484226291
Total Pages : 278 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Building Apps for the Universal Windows Platform by : Ayan Chatterjee

Download or read book Building Apps for the Universal Windows Platform written by Ayan Chatterjee and published by Apress. This book was released on 2017-06-30 with total page 278 pages. Available in PDF, EPUB and Kindle. Book excerpt: Develop Windows 10 applications faster and more efficiently using the Universal Windows Platform. You will use Xamarin to create apps for macOS, iOS, and Android devices. Building Apps for the Universal Windows Platform is a complete guide covering PCs, tablets, phones, and other devices such as HoloLens. You will use Windows 10 to develop apps for desktop, mobile, holographic, wearable, and IoT devices. You will reuse code to easily create cross-platform apps. What You Will Learn Design and develop apps using Visual Studio and Blend Create Cortana-enabled apps for a hands-free experience Build IoT apps and apps for wearables such as the Microsoft HoloLens Monitor apps post-publication to gain insights from actionable data using Windows Store Analytics and Azure Who This Book Is For Professional developers working independently or in a team on Windows 10 applications, and students coming into the world of software development

Building Universal Windows Platforms Apps

Download Building Universal Windows Platforms Apps PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : pages
Book Rating : 4.:/5 (113 download)

DOWNLOAD NOW!


Book Synopsis Building Universal Windows Platforms Apps by : Colin Melia

Download or read book Building Universal Windows Platforms Apps written by Colin Melia and published by . This book was released on 2017 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt: "Universal Windows Platform (UWP), introduced in Windows 10, is a common app platform used for development, deployment, and running of software on a variety of Windows devices. Building Universal Windows Platform Apps LiveLessons video training shows the foundation of UI building as well as how to adapt the UI on the fly to different device formats. Learn how to use major features of the platform to further engage users, leverage development tools, and get an application ready for deployment. Throughout the video training, Microsoft Regional Director & MVP Colin Melia builds code that you can then reproduce yourself, including a sample application built up throughout the lessons."--Resource description page.

Building Cloud Connected Universal Windows Apps

Download Building Cloud Connected Universal Windows Apps PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : pages
Book Rating : 4.:/5 (112 download)

DOWNLOAD NOW!


Book Synopsis Building Cloud Connected Universal Windows Apps by : Daniel Jacobson

Download or read book Building Cloud Connected Universal Windows Apps written by Daniel Jacobson and published by . This book was released on 2017 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

C# 7 and .NET Core: Modern Cross-Platform Development

Download C# 7 and .NET Core: Modern Cross-Platform Development PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1787120260
Total Pages : 581 pages
Book Rating : 4.7/5 (871 download)

DOWNLOAD NOW!


Book Synopsis C# 7 and .NET Core: Modern Cross-Platform Development by : Mark J. Price

Download or read book C# 7 and .NET Core: Modern Cross-Platform Development written by Mark J. Price and published by Packt Publishing Ltd. This book was released on 2017-03-24 with total page 581 pages. Available in PDF, EPUB and Kindle. Book excerpt: Modern Cross-Platform Development About This Book Build modern, cross-platform applications with .NET Core Get up to speed with C#, and up to date with all the latest features of C# 7 Start creating professional web applications with ASP.NET Core Who This Book Is For This book is targeted towards readers who have some prior programming experience or have a science, technology, engineering, or mathematics (STEM) background, and want to gain a solid foundation with C# and to be introduced to the types of applications they could build and will work cross-platform on Windows, Linux, and macOS. What You Will Learn Build cross-platform applications using C# 7 and .NET Core Explore ASP.NET Core and learn how to create professional web applications Improve your application's performance using multitasking Use Entity Framework Core and find out how to build code-first databases Master object-oriented programming with C# to increase code reuse and efficiency Familiarize yourself with cross-device app development using the Universal Windows Platform and XAML Query and manipulate data using LINQ Protect your data by using encryption and hashing In Detail If you want to build powerful cross-platform applications with C# 7 and .NET Core, then this book is for you. First, we'll run you through the basics of C#, as well as object-oriented programming, before taking a quick tour through the latest features of C# 7 such as tuples, pattern matching, out variables, and so on. After quickly taking you through C# and how .NET works, we'll dive into the .NET Standard 1.6 class libraries, covering topics such as performance, monitoring, debugging, serialization and encryption. The final section will demonstrate the major types of application that you can build and deploy cross-device and cross-platform. In this section, we'll cover Universal Windows Platform (UWP) apps, web applications, mobile apps, and web services. Lastly, we'll look at how you can package and deploy your applications so that they can be hosted on all of today's most popular platforms, including Linux and Docker. By the end of the book, you'll be armed with all the knowledge you need to build modern, cross-platform applications using C# and .NET Core. Style and approach This book takes a step-by-step approach and is filled with exciting projects and fascinating theory. It uses three high-impact sections to equip you with all the tools you'll need to build modern, cross-platform applications using C# and .NET Core.

Learn WinUI 3.0

Download Learn WinUI 3.0 PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1800207395
Total Pages : 440 pages
Book Rating : 4.8/5 (2 download)

DOWNLOAD NOW!


Book Synopsis Learn WinUI 3.0 by : Alvin Ashcraft

Download or read book Learn WinUI 3.0 written by Alvin Ashcraft and published by Packt Publishing Ltd. This book was released on 2021-03-26 with total page 440 pages. Available in PDF, EPUB and Kindle. Book excerpt: A beginner's guide to building Windows applications with WinUI for UWP and desktop applications Key FeaturesCreate modern Windows 10 applications and gain access to UI controls that were previously limited to UWP applicationsDiscover how to modernize your existing Win32 apps with a modern Windows 10 UILearn to embed a single page application (SPA) in a WinUI application with a web framework like BlazorBook Description WinUI 3.0 takes a whole new approach to delivering Windows UI components and controls, and is able to deliver the same features on more than one version of Windows 10. Learn WinUI 3.0 is a comprehensive introduction to WinUI and Windows apps for anyone who is new to WinUI, Universal Windows Platform (UWP), and XAML applications. The book begins by helping you get to grips with the latest features in WinUI and shows you how XAML is used in UI development. You'll then set up a new Visual Studio environment and learn how to create a new UWP project. Next, you'll find out how to incorporate the Model-View-ViewModel (MVVM) pattern in a WinUI project and develop unit tests for ViewModel commands. Moving on, you'll cover the Windows Template Studio (WTS) new project wizard and WinUI libraries in a step-by-step way. As you advance, you'll discover how to leverage the Fluent Design system to create beautiful WinUI applications. You'll also explore the contents and capabilities of the Windows Community Toolkit and learn to create a new UWP user control. Toward the end, the book will teach you how to build, debug, unit test, deploy, and monitor apps in production. By the end of this book, you'll have learned how to build WinUI applications from scratch and modernize existing WPF and WinForms applications using WinUI controls. What you will learnGet up and running with WinUI and discover how it fits into the landscape of Project Reunion and Windows UI developmentBuild new Windows apps quickly with robust templatesDevelop testable and maintainable apps using the MVVM patternModernize WPF and WinForms applications with WinUI and XAML IslandsDiscover how to build apps that can target Windows and leverage the power of the webInstall the XAML Controls Gallery sample app and explore available WinUI controlsWho this book is for This book is for anyone who wants to develop Windows applications with a modern user experience (UX). If you are familiar with UWP and WPF and are looking to enhance your knowledge of Windows development and modernize existing apps, you will find this book useful. Hands-on experience with C# and .NET is expected but no prior knowledge of WinUI is required.

Creating Cross-Platform C# Applications with Uno Platform

Download Creating Cross-Platform C# Applications with Uno Platform PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1801070865
Total Pages : 258 pages
Book Rating : 4.8/5 (1 download)

DOWNLOAD NOW!


Book Synopsis Creating Cross-Platform C# Applications with Uno Platform by : Matt Lacey

Download or read book Creating Cross-Platform C# Applications with Uno Platform written by Matt Lacey and published by Packt Publishing Ltd. This book was released on 2021-08-27 with total page 258 pages. Available in PDF, EPUB and Kindle. Book excerpt: Discover how to leverage the Uno Platform to write single-codebase, cross-platform mobile, desktop, and web applications using C# and XAML Key FeaturesEnhance your Windows apps by running them on all operating systems and browsersUse tools and APIs you already know to remain productive as you target new platformsCreate realistic apps for various lines of business (LOBs) and consumer scenariosBook Description Developers are increasingly being asked to build native applications that run on multiple operating systems and in the browser. In the past, this would have meant learning new technologies and making multiple copies of an application. But the Uno Platform allows you to use tools, languages, and APIs you already know from building Windows apps to develop apps that can also run on other platforms. This book will help you to create customer-facing as well as line-of-business apps that can be used on the device, browser, or operating system of your choice. This practical guide enables developers to put their C# and XAML knowledge to work by writing cross-platform apps using the Uno Platform. Packed with tips and practical examples, this book will help you to build applications for common scenarios. You'll begin by learning about the Uno Platform through step-by-step explanations of essential concepts, before moving on to creating cross-platform apps for different lines of business. Throughout this book, you'll work with examples that will teach you how to combine your existing knowledge to manage common development environments and implement frequently needed functionality. By the end of this Uno development book, you will have learned how to write your own cross-platform apps with the Uno Platform and use additional tools and libraries to speed up your app development process. What you will learnUnderstand how and why Uno could be the right fit for your needsSet up your development environment for cross-platform app development with the Uno Platform and create your first Uno Platform appFind out how to create apps for different business scenariosDiscover how to combine technologies and controls to accelerate developmentGo beyond the basics and create 'world-ready' applicationsGain the confidence and experience to use Uno in your own projectsWho this book is for This book is for developers who are familiar with app development for Windows and want to use their existing skills to build cross-platform apps. Basic knowledge of C# and XAML is required to get started with this book. Anyone with basic experience in app development using WPF, UWP, or WinUI will be able to learn how to create cross-platform applications with the Uno Platform.

Developing Windows 10 Applications with C#

Download Developing Windows 10 Applications with C# PDF Online Free

Author :
Publisher : Createspace Independent Publishing Platform
ISBN 13 : 9781522894919
Total Pages : 520 pages
Book Rating : 4.8/5 (949 download)

DOWNLOAD NOW!


Book Synopsis Developing Windows 10 Applications with C# by : Sergii Baidachnyi

Download or read book Developing Windows 10 Applications with C# written by Sergii Baidachnyi and published by Createspace Independent Publishing Platform. This book was released on 2016-01-14 with total page 520 pages. Available in PDF, EPUB and Kindle. Book excerpt: Thanks to the Universal Windows Platform, you can develop applications that will successfully work on all Windows 10 devices including desktops, laptops, phones, Internet of Things devices, Xboxes and even HoloLens. The UWP allows you to use the same API set to create applications, which have adaptive interface and support variety of interaction models including touch, a game controller and a pen. Therefore, for the first time, you can use the same code base and even the same binaries in order to create applications for the whole family of the devices.This book will help readers understand the Universal Windows Platform in details. Reading the first part you can find basic information that helps you to create simple applications and even publish it to the Store. In the second part you can find answers to the questions how to integrate your applications with the operating system, use more advanced user controls and monetize your applications. Finally, in the third part, you can learn some topics about Azure, Internet of Things and more advanced graphic frameworks.Readers will learn how to:* Use XAML and basic user controls* Create efficient 2D vector graphics and animations* Handle input from touch, mouse, pen and keyboard* Create adaptive user interfaces for different screen sizes* Use styles, templates, and visual states* Bring your apps to life thanks to live tiles and notifications* Organize communication between Windows 10 applications* Integrate applications with some operating system contracts* Work with camera, networking and video* Use advanced user controls like maps, media controls, inking controls * Enable voice using Cortana and speech recognition API* Publish web applications to the Store* Build own user controls* Use Azure services that are suitable for mobile applications* Monetize applications using sales, in-app purchases and advertising* Create advanced effects using Win2D and Composition API* Publish existing Unity 3D games to the Store* Enable Internet of Things scenariosThis book will work for anyone who wants to develop Windows 10 applications. Readers should be familiar with C# but no previous experience with XAML and Windows Runtime are needed in order to use this book.

Universal Windows Apps with XAML and C# Unleashed

Download Universal Windows Apps with XAML and C# Unleashed PDF Online Free

Author :
Publisher : Sams Publishing
ISBN 13 : 0134036344
Total Pages : 769 pages
Book Rating : 4.1/5 (34 download)

DOWNLOAD NOW!


Book Synopsis Universal Windows Apps with XAML and C# Unleashed by : Adam Nathan

Download or read book Universal Windows Apps with XAML and C# Unleashed written by Adam Nathan and published by Sams Publishing. This book was released on 2015-02-03 with total page 769 pages. Available in PDF, EPUB and Kindle. Book excerpt: Full Color: Figures and code appear as they do in Visual Studio. Universal Windows apps are a total game-changer. You can now write once and deploy your app to any modern PC, tablet, phone, or other Windows device. Suddenly, it’s quick and easy to serve new devices and form factors, sharing unified assets ranging from code to styles to user controls. It has never been easier to reach multiple-device markets! Now, the world’s #1 expert on Microsoft XAML brings together all the knowledge Windows developers need to build universal apps that adapt smoothly for any device running Windows 8.1, Windows Phone 8.1, or their successors. Drawing on his unsurpassed personal experience and direct input from Microsoft’s Windows and Visual Studio teams, Adam Nathan illuminates core development concepts, answers your most important questions, and candidly assesses the technology’s strengths and limitations. This full-color guide walks you through every key task involved in building a universal Windows app: layout and input, working with the app model, using advanced controls, leveraging XAML’s powerful rich media features, and much more. Detailed information on how to... Quickly build universal, localized apps that exploit the vast global scale of the Windows Store Size, position, and transform elements within layouts that gracefully adapt to different devices Handle input from touch, mouse, pen, keyboard, and any sensor Monetize apps with Windows Store sales, in-app purchases, and advertising Make the most of controls for managing content, items, text, images, media, speech, and more Create efficient 2D vector graphics and animations Use styles, templates, and visual states to redesign controls without losing functionality Bind data sources to simplify data presentation and updates Easily integrate data from apps, users, and networks Support Windows app commands: Search, Share, Print, Play, Project, Settings Use contracts to build apps that cooperate to perform complex tasks Improve the user experience even when your app isn’t running

Seven Mobile Apps in Seven Weeks

Download Seven Mobile Apps in Seven Weeks PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 168050472X
Total Pages : 470 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Seven Mobile Apps in Seven Weeks by : Tony Hillerson

Download or read book Seven Mobile Apps in Seven Weeks written by Tony Hillerson and published by Pragmatic Bookshelf. This book was released on 2016-08-01 with total page 470 pages. Available in PDF, EPUB and Kindle. Book excerpt: Answer the question "Can we build this for ALL the devices?" with a resounding YES. Learn how to build apps using seven different platforms: Mobile Web, iOS, Android, Windows, RubyMotion, React Native, and Xamarin. Find out which cross-platform solution makes the most sense for your needs, whether you're new to mobile or an experienced developer expanding your options. Start covering all of the mobile world today. Understanding the idioms, patterns, and quirks of the modern mobile platforms gives you the power to choose how you develop. Over seven weeks you'll build seven different mobile apps using seven different tools. You'll start out with Mobile Web; develop native apps on iOS, Android, and Windows; and finish by building apps for multiple operating systems using the native cross-platform solutions RubyMotion, React Native, and Xamarin. For each platform, you'll build simple, but non-trivial, apps that consume JSON data, run on multiple screen sizes, or store local data. You'll see how to test, how to build views, and how to structure code. You'll find out how much code it's possible to share, how much of the underlying platform you still need to know, and ultimately, you'll get a firm understanding of how to build apps on whichever devices your users prefer. This book gives you enough first-hand experience to weigh the trade-offs when building mobile apps. You'll compare writing apps on one platform versus another and understand the benefits and hidden costs of cross-platform tools. You'll get pragmatic, hands-on experience writing apps in a multi-platform world. What You Need: You'll need a computer and some experience programming. When we cover iOS, you'll need a Mac, and when we cover Windows Phone you'll need a computer with Windows on it. It's helpful if you have access to an iPhone, Android phone, and Windows Phone to run the examples on the devices where mobile apps are ultimately deployed, but the simulators or emulator versions of those phones work great.

Pure C++

Download Pure C++ PDF Online Free

Author :
Publisher :
ISBN 13 : 9780672315114
Total Pages : 600 pages
Book Rating : 4.3/5 (151 download)

DOWNLOAD NOW!


Book Synopsis Pure C++ by : Eric Gufford

Download or read book Pure C++ written by Eric Gufford and published by . This book was released on 1999-05-01 with total page 600 pages. Available in PDF, EPUB and Kindle. Book excerpt: A focused reference for professional programmers offers an accelerated introduction to C++ while demonstrating programming concepts and techniques accompanied by tested code examples.

Creating Mobile Apps with Xamarin.Forms Preview Edition 2

Download Creating Mobile Apps with Xamarin.Forms Preview Edition 2 PDF Online Free

Author :
Publisher : Microsoft Press
ISBN 13 : 073569737X
Total Pages : 1103 pages
Book Rating : 4.7/5 (356 download)

DOWNLOAD NOW!


Book Synopsis Creating Mobile Apps with Xamarin.Forms Preview Edition 2 by : Charles Petzold

Download or read book Creating Mobile Apps with Xamarin.Forms Preview Edition 2 written by Charles Petzold and published by Microsoft Press. This book was released on 2015-04-11 with total page 1103 pages. Available in PDF, EPUB and Kindle. Book excerpt: This second Preview Edition ebook, now with 16 chapters, is about writing applications for Xamarin.Forms, the new mobile development platform for iOS, Android, and Windows phones unveiled by Xamarin in May 2014. Xamarin.Forms lets you write shared user-interface code in C# and XAML that maps to native controls on these three platforms.

Building Cloud Connected Universal Windows Apps

Download Building Cloud Connected Universal Windows Apps PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : pages
Book Rating : 4.:/5 (111 download)

DOWNLOAD NOW!


Book Synopsis Building Cloud Connected Universal Windows Apps by :

Download or read book Building Cloud Connected Universal Windows Apps written by and published by . This book was released on 2017 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt: Develop a UWP app that leverages the power of the cloud. Learn how to establish your application's architecture, configure backend services, build your app, and publish it.

Programming for Mixed Reality with Windows 10, Unity, Vuforia, and UrhoSharp

Download Programming for Mixed Reality with Windows 10, Unity, Vuforia, and UrhoSharp PDF Online Free

Author :
Publisher : Microsoft Press
ISBN 13 : 1509306897
Total Pages : 824 pages
Book Rating : 4.5/5 (93 download)

DOWNLOAD NOW!


Book Synopsis Programming for Mixed Reality with Windows 10, Unity, Vuforia, and UrhoSharp by : Dawid Borycki

Download or read book Programming for Mixed Reality with Windows 10, Unity, Vuforia, and UrhoSharp written by Dawid Borycki and published by Microsoft Press. This book was released on 2018-08-30 with total page 824 pages. Available in PDF, EPUB and Kindle. Book excerpt: Develop AI-powered apps and games for HoloLens and mixed reality headsets This is a complete guide to programming AI-powered mixed reality apps with the Windows Mixed Reality platform. Step by step, Dawid Borycki guides you through every type of mixed reality development, from simple 2D to cutting-edge apps for Microsoft HoloLens and immersive headsets. First, you’ll learn to write UWP 2D apps that adapt for any Windows 10 device, transfer camera images to machine learning services, and use mobile sensor readings to control headset content. Then, building on these skills, you’ll master every facet of building cross-platform 3D apps that link augmented reality content to real objects. Advanced Microsoft technology expert Dawid Borycki shows how to: Set up a mixed reality development environment with all the tools you’ll need, including HoloLens and Mixed Reality simulators Write Universal Windows 2D apps for all Windows 10 devices, and adjust their views and capabilities to specific hardware Render media streams, acquire video from world-facing cameras, and detect human faces in those images Generate descriptions of what the user sees, and present them via text or speech Build AI-powered voice-controlled apps with Microsoft Cognitive Services (MCS) Master core concepts and techniques for building 3D mixed reality apps with Unity Format 3D objects with materials to create holograms Add interactions to holograms based on user input Integrate HoloLens capabilities, including air gestures, spatial sound, and mapping

Developing Windows 10 Applications With C#

Download Developing Windows 10 Applications With C# PDF Online Free

Author :
Publisher : Createspace Independent Publishing Platform
ISBN 13 : 9781548879730
Total Pages : 78 pages
Book Rating : 4.8/5 (797 download)

DOWNLOAD NOW!


Book Synopsis Developing Windows 10 Applications With C# by : Sergii Baidachnyi

Download or read book Developing Windows 10 Applications With C# written by Sergii Baidachnyi and published by Createspace Independent Publishing Platform. This book was released on 2017-07-14 with total page 78 pages. Available in PDF, EPUB and Kindle. Book excerpt: Microcontrollers like Arduino provide a great introduction to physical computing, allowing you to design: environment sensors and controls; visual and auditory alerts based on input; and devices comprising the Internet of Things. In Arduino, author Marko Svaljek explains the fundamentals of the Arduino Uno board and how it interacts with common components. This updated and expanded second edition of Book provides a user-friendly introduction to the subject, Taking a clear structural framework, it guides the reader through the subject's core elements. A flowing writing style combines with the use of illustrations and diagrams throughout the text to ensure the reader understands even the most complex of concepts. This succinct and enlightening overview is a required reading for all those interested in the subject . We hope you find this book useful in shaping your future career & Business.

Developing UWP Apps: 4 Networking and Storage

Download Developing UWP Apps: 4 Networking and Storage PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : pages
Book Rating : 4.:/5 (112 download)

DOWNLOAD NOW!


Book Synopsis Developing UWP Apps: 4 Networking and Storage by : Scott Peterson

Download or read book Developing UWP Apps: 4 Networking and Storage written by Scott Peterson and published by . This book was released on 2017 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

Developing UWP Apps: 2 Basic Controls and Patterns

Download Developing UWP Apps: 2 Basic Controls and Patterns PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : pages
Book Rating : 4.:/5 (112 download)

DOWNLOAD NOW!


Book Synopsis Developing UWP Apps: 2 Basic Controls and Patterns by : Scott Peterson

Download or read book Developing UWP Apps: 2 Basic Controls and Patterns written by Scott Peterson and published by . This book was released on 2017 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

Microsoft Visual C# Step by Step

Download Microsoft Visual C# Step by Step PDF Online Free

Author :
Publisher : Microsoft Press
ISBN 13 : 1509301062
Total Pages : 2287 pages
Book Rating : 4.5/5 (93 download)

DOWNLOAD NOW!


Book Synopsis Microsoft Visual C# Step by Step by : John Sharp

Download or read book Microsoft Visual C# Step by Step written by John Sharp and published by Microsoft Press. This book was released on 2015-10-28 with total page 2287 pages. Available in PDF, EPUB and Kindle. Book excerpt: Your hands-on guide to Microsoft Visual C# fundamentals with Visual Studio 2015 Expand your expertise--and teach yourself the fundamentals of programming with the latest version of Visual C# with Visual Studio 2015. If you are an experienced software developer, you’ll get all the guidance, exercises, and code you need to start building responsive, scalable Windows 10 and Universal Windows Platform applications with Visual C#. Discover how to: Quickly start creating Visual C# code and projects with Visual Studio 2015 Work with variables, operators, expressions, and methods Control program flow with decision and iteration statements Build more robust apps with error, exception, and resource management Master the essentials of Visual C# object-oriented programming Use enumerations, structures, generics, collections, indexers, and other advanced features Create in-memory data queries with LINQ query expressions Improve application throughput and response time with asynchronous methods Decouple application logic and event handling Streamline development with new app templates Implement the Model-View-ViewModel (MVVM) pattern Build Universal Windows Platform apps that smoothly adapt to PCs, tablets, and Windows phones Integrate Microsoft Azure cloud databases and RESTful web services About You For software developers who are new to Visual C# or who are upgrading from older versions Readers should have experience with at least one programming language No prior Microsoft .NET or Visual Studio development experience required