Extending Microsoft Power Apps with Power Apps Component Framework: A complete guide to creating, deploying, and improving your code components

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 Component Framework建立程式碼元件,以擴展Power Apps的功能。

主要特點:

- 瞭解如何擴展Power Apps的功能
- 通過實際的程式碼元件示例提升技能
- 克服常見問題,避免陷阱,改進程式碼

書籍描述:

Power Apps Component Framework是專業開發人員用於擴展模型驅動和畫布應用程式的工具。《使用Power Apps Component Framework擴展Microsoft Power Apps》將通過實際示例介紹基礎和高級主題。

本書首先幫助您瞭解框架的基礎知識、生命周期以及使用最佳實踐和文件管理指南構建程式碼元件的工具。然後,您將逐步學習如何擴展Power Apps,並應用書中介紹的原則和概念為字段類型屬性構建程式碼元件。本書涵蓋了不同的程式碼元件調試方法,並指導您完成為數據集構建程式碼元件的過程。您還將探索框架提供的函數和方法,使用強大的庫和擴展來增強控件。隨著進一步的學習,您將掌握創建和管理驗證配置文件的技巧,瞭解不同的程式碼元件部署方式,以及在模型驅動和畫布應用程式中配置程式碼元件。最後,您將學習框架的重要功能,並瞭解現代網頁開發實踐。

通過閱讀本書,您將能夠自信地構建、調試、豐富和部署程式碼元件。

學到的內容:

- 瞭解Power Apps Component Framework的基礎知識
- 探索使構建程式碼元件變得容易的工具
- 為字段和數據集構建程式碼元件
- 使用測試工具和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的深入理解。他是Microsoft Business Applications的MVP(最有價值專家)。他創建了一個名為PCF Builder的工具,使代碼組件的開發和部署更加容易。他喜歡通過在個人網站上撰寫博客和在YouTube頻道上製作技術視頻來幫助技術社區。他提供了有關Power Apps Component Framework入門的培訓。他還運營一個每週的新聞通訊,專注於專業開發人員的Power Platform。Danish於2011年從孟買大學獲得計算機應用碩士學位。Danish原籍印度馬哈拉施特拉邦的一個名為Ratnagiri的小鎮,目前與妻子居住在美國南卡羅來納州的Fort Mill。

目錄大綱

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

目錄大綱(中文翻譯)

目錄


  1. Power Apps元件框架介紹

  2. Power Apps CLI

  3. 社群工具

  4. 專案概述與元件生命週期

  5. 編碼、測試和重複

  6. 除錯程式元件

  7. 身分驗證設定檔

  8. CDS專案介紹

  9. 在Power Apps中配置程式元件

  10. 框架深入探討

  11. 建立進階資料集程式元件

  12. 豐富您的開發體驗

類似商品