Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Mobile Development with .NET
Mobile Development with .NET

Mobile Development with .NET: Build cross-platform mobile applications with Xamarin.Forms 5 and ASP.NET Core 5 , Second Edition

eBook
$26.98 $29.99
Paperback
$43.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Mobile Development with .NET

Chapter 1: Getting Started with .NET 5.0

.NET Core (previously known as .NET vNext) is the general umbrella term used for Microsoft's cross-platform toolset that aims to solve the shortcomings of centralized/machine-wide frameworks (classic .NET Framework) by creating a portable, platform-agnostic, modular runtime and framework. This decentralized development platform, which is replacing the classic .NET Framework starting with v5.0, allows developers to create applications for multiple platforms using the common .NET base class libraries (implementation of the .NET standard), as well as various runtimes and application models, depending on the target platforms.

This chapter will give you a brief introduction to the new .NET Framework while explaining different tiers of the .NET Core infrastructure. The combination of .NET Core, .NET Standard, and Xamarin is the key to cross-platform projects and opens many doors that were previously only available to Windows developers. The ability to create web applications that can run on Linux machines and containers, and the implementation of mobile applications that target iOS, Android, Universal Windows Platform (UWP), and Tizen, are just a couple of examples designed to emphasize the capabilities of this cross-platform approach.

In this chapter, we will analyze cross-platform development tools and frameworks for mobile applications and take an initial look at .NET Core development.

The following sections will guide you through getting started with .NET 5.0:

  • Exploring cross-platform development
  • Understanding .NET Core
  • Developing with .NET 5.0

Technical Requirements

You can find the code used in this chapter through the following GitHub link:https://github.com/PacktPublishing/Mobile-Development-with-.NET-Second-Edition/tree/master/chapter01/src.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Uncover the new features and capabilities of the .NET 5 framework in this updated and improved second edition
  • Optimize the time required to develop highly performant cross-platform applications
  • Understand the architectural patterns and best practices for mobile application development

Description

Are you a .NET developer who wishes to develop mobile solutions without delving into the complexities of a mobile development platform? If so, this book is a perfect solution to help you build professional mobile apps without leaving the .NET ecosystem. Mobile Development with .NET will show you how to design, architect, and develop robust mobile applications for multiple platforms, including iOS, Android, and UWP using Xamarin, .NET Core, and Azure. With the help of real-world scenarios, you'll explore different phases of application development using Xamarin, from environment setup, design, and architecture to publishing. Throughout the book, you'll learn how to develop mobile apps using Xamarin and .NET Standard. You'll even be able to implement a web-based backend composed of microservices with .NET Core using various Azure services including, but not limited to, Azure Active Directory, Azure Functions. As you advance, you'll create data stores using popular database technologies such as Cosmos DB and data models such as the relational model and NoSQL. By the end of this mobile application development book, you'll be able to create cross-platform mobile applications that can be deployed as cloud-based PaaS and SaaS.

Who is this book for?

This book is for ASP.NET Core developers who want to get started with mobile development using Xamarin and other Microsoft technologies. Working knowledge of C# programming is necessary to get started.

What you will learn

  • Discover the latest features of .NET 5 that can be used in mobile application development
  • Explore Xamarin.Forms Shell for building cross-platform mobile UIs
  • Understand the technical design requirements of a consumer mobile app
  • Get to grips with advanced mobile development concepts such as app data management, push notifications, and graph APIs
  • Manage app data with Entity Framework Core
  • Use Microsoft's Project Rome for creating cross-device experiences with Xamarin
  • Become well-versed with implementing machine learning in your mobile apps

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Apr 09, 2021
Length: 572 pages
Edition : 2nd
Language : English
ISBN-13 : 9781800206984
Vendor :
Microsoft
Category :
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Apr 09, 2021
Length: 572 pages
Edition : 2nd
Language : English
ISBN-13 : 9781800206984
Vendor :
Microsoft
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 145.97
High-Performance Programming in C# and .NET
$51.99
Mobile Development with .NET
$43.99
Web Development with Blazor
$49.99
Total $ 145.97 Stars icon

Table of Contents

24 Chapters
Section 1: Understanding .NET Chevron down icon Chevron up icon
Chapter 1: Getting Started with .NET 5.0 Chevron down icon Chevron up icon
Chapter 2: Defining Xamarin, Mono, and .NET Standard Chevron down icon Chevron up icon
Chapter 3: Developing with Universal Windows Platform Chevron down icon Chevron up icon
Section 2: Xamarin and Xamarin.Forms Chevron down icon Chevron up icon
Chapter 4: Developing Mobile Applications with Xamarin Chevron down icon Chevron up icon
Chapter 5: UI Development with Xamarin Chevron down icon Chevron up icon
Chapter 6: Customizing Xamarin.Forms Chevron down icon Chevron up icon
Section 3: Azure Cloud Services Chevron down icon Chevron up icon
Chapter 7: Azure Services for Mobile Applications Chevron down icon Chevron up icon
Chapter 8: Creating a Datastore with Cosmos DB Chevron down icon Chevron up icon
Chapter 9: Creating Microservices Azure App Services Chevron down icon Chevron up icon
Chapter 10: Using .NET Core for Azure Serverless Chevron down icon Chevron up icon
Section 4: Advanced Mobile Development Chevron down icon Chevron up icon
Chapter 11: Fluid Applications with Asynchronous Patterns Chevron down icon Chevron up icon
Chapter 12: Managing Application Data Chevron down icon Chevron up icon
Chapter 13: Engaging Users with Notifications and the Graph API Chevron down icon Chevron up icon
Section 5: Application Life Cycle Management Chevron down icon Chevron up icon
Chapter 14: Azure DevOps and Visual Studio App Center Chevron down icon Chevron up icon
Chapter 15: Application Telemetry with Application Insights Chevron down icon Chevron up icon
Chapter 16: Automated Testing Chevron down icon Chevron up icon
Chapter 17: Deploying Azure Modules Chevron down icon Chevron up icon
Chapter 18: CI/CD with Azure DevOps Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5
(8 Ratings)
5 star 87.5%
4 star 0%
3 star 0%
2 star 0%
1 star 12.5%
Filter icon Filter
Top Reviews

Filter reviews by




Ron Clabo May 24, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
What I like about this book as an intro to Xamerin mobile development is1) it takes a step by step approach creating actual mobile appa2) it does a good job explaining the background technology in play (ex. mono, .Net Standard, etc)3) it covers Azure services that have real world use for mobile applicationAfter laying a good technical foundation the book jumps into having you create a calculator app using Xamerin.Android, then creating it using Xamerin.iOs and then creating it again using Xamerin.Forms. This is a great hands way to demonstrate some of the key aspects of doing Xamerin development. It then goes on to explain that Xamarin can be used to target other devices as well including iOS or Android based appliances, watches, or even specialized platforms like Tizen.The book also covers doing the same calculator app using UWP, but I personally found that less interesting because I was more interested in the mobile development aspect of the book. Still, for some it will not doubt be interesting to see the same app (more or less) running as a UWP app.The author is very mindful that when targeting multiple platforms devs want to re-use as much code as possible. So, he makes a point of calling out opportunities to do that, which is helpful. He does this both from an architecture perspective and a pattern and practices perspective.Later in the book he moves into discussion regarding more advanced mobile applications and throws light on many of the considerations that come into play. The book has lots of code and is a good mix of explanation and actual code that demonstrates the point discussed.There are demonstrations of many of the standard Xamarin controls as well as different types of form view. It also covers customizing existing UI views and implementing custom native elements.This is a meaty book that can take a developer from zero mobile development experience to having real hands on experience doing Xamerin mobile development and leveraging Azure as a cloud based data store. It has lots of advice, best practices and patterns throughout. It'll be awhile before I get all the way through this book but even with what I've read so far, I'm quite pleased.
Amazon Verified review Amazon
Justin Horner Aug 25, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is possibly the most in-depth resource on Xamarin I've read thus far.My review would be far too long if I mention everything it covers, but know that it covers what you need to know about the tiers of the .NET infrastructure, the difference between Xamarin and Xamarin.Forms, and incorporating Azure Services (Cosmos DB, Application Insights), and much more.This was an excellent resource to refresh my knowledge and get up-to-date on using Xamarin and Xamarin.Forms.
Amazon Verified review Amazon
Joseph Guadagno Jun 10, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The headline says it all. This book is a good book to get you started with building native applications with .NET using Xamarin and Azure services. The book itself is a little light on the examples for mobile development, however, it gives an overview of all the pieces that make a successful mobile application. This includes understanding .NET and Xamarin, as well as certain Azure Cloud services that enable highly interactive mobile development.As a bonus, with the author being an architect, there is a lot in the book on patterns and the full application life cycle.This book can be helpful for more than just mobile development in .NET.
Amazon Verified review Amazon
Timbo Apr 29, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Works well with Visual Studio. If you are using the current version of Goigle development software you may have difficulty following the book with the app
Amazon Verified review Amazon
Igor Jun 09, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book takes the reader from the basics to the advanced in mobile development using Xamarin.The content is up to date and shows the use of .NET 5. The author also covers the use of features and services in the cloud using Azure. The author makes clear the use of modern development patterns.This book is, in fact, a complete book for .NET mobile developers.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.