본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Mobile Development with .NET Second Edition 상세페이지

Mobile Development with .NET Second Edition

Build cross-platform mobile applications with Xamarin.Forms 5 and ASP.NET Core 5

  • 관심 0
소장
전자책 정가
22,000원
판매가
22,000원
출간 정보
  • 2021.04.09 전자책 출간
듣기 기능
TTS(듣기) 지원
파일 정보
  • PDF
  • 572 쪽
  • 13.7MB
지원 환경
  • PC뷰어
  • PAPER
ISBN
9781800206984
UCI
-
Mobile Development with .NET Second Edition

작품 정보

A mobile applications development masterclass for .NET and C# developers

▶Book 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.

▶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

▶Key Features
-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

▶Who This Book Is 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 this book covers
- Chapter 1, Getting Started with .NET 5.0, gives you a brief introduction to .NET Core while explaining the different tiers of the .NET infrastructure. Languages, runtimes, and extensions that can be used together with .NET will be discussed and analyzed.

- Chapter 2, Defining Xamarin, Mono, and .NET Standard, explains the relationship between .NET Core and Xamarin. You will learn about how the Xamarin source code is executed with MonoTouch on iOS and the Mono runtime on Android.

- Chapter 3, Developing with Universal Windows Platform, discusses the components that allow UWP apps to be portable within the Windows 10 ecosystem and how they are associated with .NET Core.

- Chapter 4, Developing Mobile Applications with Xamarin, explains Xamarin and Xamarin.Forms development strategies, and we will create a Xamarin.Forms application that we will develop throughout the remainder of the book. We will also discuss the architectural models that might help us along the way.

- Chapter 5, UI Development with Xamarin, takes a look at certain UI patterns that allow developers and user experience designers to come to a compromise between the user expectations and product demands in order to create a platform and product with a consistent user experience across platforms.

- Chapter 6, Customizing Xamarin.Forms, goes through the steps and procedures of customizing Xamarin.Forms without compromising on the performance or user experience. Some of the features that will be analyzed include effects, behaviors, extensions, and custom renderers.

- Chapter 7, Azure Services for Mobile Applications, discusses the fact that there are a number of services that are offered as services (SaaS), platform (PaaS), or infrastructure (IaaS), such as Notification Hubs, Cognitive Services, and Azure Functions, that can change the impressions of users regarding your application with little or no additional development hours. This chapter will give you a quick overview of using some of these services when developing .NET Core applications.

- Chapter 8, Creating a Datastore with Cosmos DB, explains how Cosmos DB offers a multimodel and multi-API paradigm that allows applications to use multiple data models while storing application data with the most suitable API for the application, such as SQL, JavaScript, Gremlin, and MongoDB. In this chapter, we will create the datastore for our application and implement the data access modules.

- Chapter 9, Creating Microservices Azure App Services, goes through the basics of Azure App Service, and we will create a simple, data-oriented backend for our application using ASP.NET Core with authentication provided by Azure Active Directory. Additional implementation will include offline sync and push notifications.

- Chapter 10, Using .NET Core for Azure Serverless, shows how to incorporate Azure Functions into our infrastructure to process data on different triggers, and how to integrate Azure Functions with a logic app that will be used as a processing unit in our setup.

- Chapter 11, Fluid Applications with Asynchronous Patterns, explains that when developing Xamarin applications and ASP.NET Core applications, both the task's framework and the reactive modules can help distribute the execution threads and create a smooth and uninterrupted execution flow. This chapter will go over some of the patterns associated with these modules and apply them to various sections of the application.

- Chapter 12, Managing Application Data, explains that in order to avoid data conflicts and synchronization issues, developers must be diligent regarding the procedures implemented according to the type of data at hand. This chapter will discuss the possible data synchronization and offline storage scenarios using products such as SQLite and Entity Framework Core, as well as the out-of-the-box offline support provided by Azure App Service.

- Chapter 13, Engaging Users with Notifications and the Graph API, briefly explains how notifications and the graph API can be used to improve user engagement by taking advantage of push notifications and the graph API. We will create a notification implementation for cross-platform applications using Azure Notification Hubs. We will also create so-called activity entries for our application sessions so that we can create a timeline that is accessible on multiple platforms.

- Chapter 14, Azure DevOps and Visual Studio App Center, shows how to use Visual Studio Team Services and App Center to set up a complete, automated pipeline for Xamarin applications that will connect the source repository to the final store submission.

- Chapter 15, Application Telemetry with Application Insights, explains how Application Insights is a great candidate for collecting telemetry from Xamarin applications that use an Azure-hosted web service infrastructure because of its intrinsic integration with Azure modules, as well as the continuous export functionality for App Center telemetry.

- Chapter 16, Automated Testing, discusses how to create unit and coded UI tests, and the architectural patterns that revolve around them. Data-driven unit tests, mocks, and Xamarin UI tests are some of the concepts that will be discussed.

- Chapter 17, Deploying Azure Modules, demonstrates how to configure the ARM template for the Azure web service implementation, as well as other services (such as Cosmos DB and Notification Hubs) that we used previously so that we can create deployments using the Visual Studio Team Services build and release pipeline. Introducing configuration values into the template and preparing it to create staging environments are our primary focuses in this chapter.

- Chapter 18, CI/CD with Azure DevOps, explains how developers can create fully automated templates for builds, testing, and deployments using the toolset provided with Visual Studio Team Services. In this chapter, we will set up the build and release pipeline for Xamarin in line with the Azure deployment pipeline.

작가 소개

▶About the Author
- Can Bilgin
Can Bilgin is a solution architect, working for Authority Partners Inc. He has been working in the software industry for almost two decades on various consumer- and enterprise-level engagements for high-profile clients using technologies such as BizTak, Service Fabric, Orleans, Dynamics CRM, Xamarin, WCF, Azure services, and other web/cloud technologies. His passion lies in mobile and IoT development using modern tools available to developers. He shares his experience on his blog, on social media, and through speaking engagements at local and international community events.

리뷰

0.0

구매자 별점
0명 평가

이 작품을 평가해 주세요!

건전한 리뷰 정착 및 양질의 리뷰를 위해 아래 해당하는 리뷰는 비공개 조치될 수 있음을 안내드립니다.
  1. 타인에게 불쾌감을 주는 욕설
  2. 비속어나 타인을 비방하는 내용
  3. 특정 종교, 민족, 계층을 비방하는 내용
  4. 해당 작품의 줄거리나 리디 서비스 이용과 관련이 없는 내용
  5. 의미를 알 수 없는 내용
  6. 광고 및 반복적인 글을 게시하여 서비스 품질을 떨어트리는 내용
  7. 저작권상 문제의 소지가 있는 내용
  8. 다른 리뷰에 대한 반박이나 논쟁을 유발하는 내용
* 결말을 예상할 수 있는 리뷰는 자제하여 주시기 바랍니다.
이 외에도 건전한 리뷰 문화 형성을 위한 운영 목적과 취지에 맞지 않는 내용은 담당자에 의해 리뷰가 비공개 처리가 될 수 있습니다.
아직 등록된 리뷰가 없습니다.
첫 번째 리뷰를 남겨주세요!
'구매자' 표시는 유료 작품 결제 후 다운로드하거나 리디셀렉트 작품을 다운로드 한 경우에만 표시됩니다.
무료 작품 (프로모션 등으로 무료로 전환된 작품 포함)
'구매자'로 표시되지 않습니다.
시리즈 내 무료 작품
'구매자'로 표시되지 않습니다. 하지만 같은 시리즈의 유료 작품을 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
작품을 영구 삭제해도 '구매자' 표시는 남아있습니다.
결제 취소
'구매자' 표시가 자동으로 사라집니다.

본문 끝 최상단으로 돌아가기

spinner
앱으로 연결해서 다운로드하시겠습니까?
닫기 버튼
대여한 작품은 다운로드 시점부터 대여가 시작됩니다.
앱으로 연결해서 보시겠습니까?
닫기 버튼
앱이 설치되어 있지 않으면 앱 다운로드로 자동 연결됩니다.
모바일 버전