Extending Microsoft Power Apps with Power Apps Component Framework: A complete guide to creating, deploying, and improving your code components
暫譯: 擴展 Microsoft Power Apps 與 Power Apps 元件框架:創建、部署及改進代碼元件的完整指南

Naglekar, Danish

  • 出版商: Packt Publishing
  • 出版日期: 2021-02-26
  • 定價: $1,350
  • 售價: 9.0$1,215
  • 語言: 英文
  • 頁數: 318
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1800564910
  • ISBN-13: 9781800564916
  • 相關分類: Microsoft Azure
  • 立即出貨 (庫存=1)

相關主題

商品描述

Learn how to extend the capabilities of Power Apps by building code components using Power Apps Component Framework

Key Features

  • Understand how to extend Power Apps' capabilities
  • Enhance your skills with the help of practical code components used throughout the book
  • Overcome common challenges, avoid pitfalls, and improve your code

Book Description

Power Apps Component Framework is used by professional developers to extend the capabilities of model-driven and canvas apps. Extending Microsoft Power Apps with Power Apps Component Framework will take you through the basic as well as advanced topics using practical examples.

The book starts by helping you understand the fundamentals of the framework, its lifecycle, and the tools that you'll use to build code components using best practices and file management guidelines. You'll then learn how to extend Power Apps step by step and apply the principles and concepts covered in the book to build code components for field type attributes. The book covers different ways of debugging code components and guides you through the process of building code components for datasets. You'll also explore the functions and methods provided by the framework to enhance your controls using powerful sets of libraries and extensions. As you advance, you'll get to grips with creating and managing authentication profiles, discover different ways of deploying code components, and configure code components in model-driven and canvas apps. Finally, you'll learn some of the important features of the framework and learn modern web development practices.

By the end of this Power Apps book, you'll be able to build, debug, enrich, and deploy code components confidently.

What you will learn

  • Understand the fundamentals of Power Apps Component Framework
  • Explore the tools that make it easy to build code components
  • Build code components for both a field and a dataset
  • Debug using test harness and Fiddler
  • Implement caching techniques
  • Find out how to work with the Dataverse Web API
  • Build code components using React and Fluent UI controls
  • Discover different deployment strategies

Who this book is for

This book is for developers who are looking to build advanced skills for extending the capabilities of Power Apps. Basic knowledge of Power Apps and web development is necessary to get started with this book.

商品描述(中文翻譯)

**學習如何透過使用 Power Apps 元件框架來擴展 Power Apps 的功能**

#### 主要特點

- 了解如何擴展 Power Apps 的功能
- 透過本書中使用的實用程式碼元件來提升您的技能
- 克服常見挑戰,避免陷阱,並改善您的程式碼

#### 書籍描述

Power Apps 元件框架是專業開發人員用來擴展模型驅動和畫布應用程式功能的工具。使用 Power Apps 元件框架擴展 Microsoft Power Apps 將帶您通過基本和進階主題,並使用實用範例進行學習。

本書首先幫助您了解框架的基本概念、其生命週期以及您將使用的工具,並遵循最佳實踐和檔案管理指導方針來構建程式碼元件。接著,您將逐步學習如何擴展 Power Apps,並將書中涵蓋的原則和概念應用於為欄位類型屬性構建程式碼元件。本書涵蓋了調試程式碼元件的不同方法,並指導您構建數據集的程式碼元件的過程。您還將探索框架提供的函數和方法,以使用強大的庫和擴展來增強您的控制項。隨著進展,您將掌握創建和管理身份驗證配置檔的方法,發現不同的程式碼元件部署方式,並在模型驅動和畫布應用程式中配置程式碼元件。最後,您將學習框架的一些重要特性以及現代網頁開發實踐。

在這本 Power Apps 書籍結束時,您將能夠自信地構建、調試、豐富和部署程式碼元件。

#### 您將學到什麼

- 了解 Power Apps 元件框架的基本概念
- 探索使構建程式碼元件變得簡單的工具
- 為欄位和數據集構建程式碼元件
- 使用測試工具和 Fiddler 進行調試
- 實施快取技術
- 瞭解如何使用 Dataverse Web API
- 使用 React 和 Fluent UI 控制項構建程式碼元件
- 發現不同的部署策略

#### 本書適合誰

本書適合希望提升 Power Apps 擴展能力的開發人員。開始本書之前,需具備 Power Apps 和網頁開發的基本知識。

作者簡介

Danish Naglekar, also known as Power Maverick, is a full-stack software engineer, consultant, and architect with a wide technical breadth and deep understanding of Power Platform. He is a Microsoft MVP in Business Applications. He has created a tool called the PCF Builder that makes the development and deployment of code components easier. He likes to help the technical community by writing blogs on his personal website and enjoys making technical videos on his YouTube channel. He has provided training on getting started with the Power Apps Component Framework. He also runs a weekly newsletter focused on Power Platform for professional developers. Danish earned a master's degree in computer applications from Mumbai University in 2011. Originally from a small town named Ratnagiri in Maharashtra, India, Danish currently resides in Fort Mill, South Carolina, USA with his wife.

作者簡介(中文翻譯)

丹尼什·納格勒卡(Danish Naglekar),也被稱為 Power Maverick,是一位全端軟體工程師、顧問和架構師,擁有廣泛的技術知識和對 Power Platform 的深刻理解。他是微軟商業應用領域的 MVP。他創建了一個名為 PCF Builder 的工具,使代碼組件的開發和部署變得更加簡單。他喜歡通過在個人網站上撰寫部落格來幫助技術社群,並且喜歡在他的 YouTube 頻道上製作技術視頻。他提供了有關如何開始使用 Power Apps Component Framework 的培訓。他還每週發送一份專注於專業開發者的 Power Platform 新聞通訊。丹尼什於 2011 年在孟買大學獲得計算機應用碩士學位。丹尼什來自印度馬哈拉施特拉邦的一個名為拉特納吉里的小鎮,目前與妻子居住在美國南卡羅來納州的福特米爾。

目錄大綱

Table of Contents

  1. Introduction to the Power Apps Component Framework
  2. Power Apps CLI
  3. Community Tools
  4. Project Overview and the Component Life Cycle
  5. Code, Test & Repeat
  6. Debugging Code Components
  7. Authentication Profiles
  8. Introduction to CDS Project
  9. Configuring code components in Power Apps
  10. Framework Deep Dive
  11. Creating advanced dataset code component
  12. Enriching your Dev experience

目錄大綱(中文翻譯)

Table of Contents


  1. Introduction to the Power Apps Component Framework

  2. Power Apps CLI

  3. Community Tools

  4. Project Overview and the Component Life Cycle

  5. Code, Test & Repeat

  6. Debugging Code Components

  7. Authentication Profiles

  8. Introduction to CDS Project

  9. Configuring code components in Power Apps

  10. Framework Deep Dive

  11. Creating advanced dataset code component

  12. Enriching your Dev experience

類似商品

最後瀏覽商品 (20)