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.
Автор: Pattankar Mithun, Hurbuns Malendra Название: Mastering ASP.NET Web API ISBN: 1786463954 ISBN-13(EAN): 9781786463951 Издательство: Неизвестно Рейтинг: Цена: 9010.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Subramanian Harihara, Raj Pethuru Название: Hands-On RESTful API Design Patterns and Best Practices ISBN: 1788992660 ISBN-13(EAN): 9781788992664 Издательство: Неизвестно Рейтинг: Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: REST architecture (style) is a pivot of distributed systems, simplify data integration amongst modern and legacy applications leverages through the RESTful paradigm. This book is fully loaded with many RESTful API patterns, samples, hands-on implementations and also discuss the capabilities of many REST API frameworks for Java, Scala, Python and Go
Implement microservices starting with their architecture and moving on to their deployment, manageability, security, and monitoring. This book focuses on the key scenarios where microservices architecture is preferred over a monolithic architecture.
Building Microservices Applications on Microsoft Azure begins with a survey of microservices architecture compared to monolithic architecture and covers microservices implementation in detail. You'll see the key scenarios where microservices architecture is preferred over a monolithic approach. From there, you will explore the critical components and various deployment options of microservices on platforms such as Microsoft Azure (public cloud) and Azure Stack (hybrid cloud). This includes in-depth coverage of developing, deploying, and monitoring microservices on containers and orchestrating with Azure Service Fabric and Azure Kubernetes Cluster (AKS).
This book includes practical experience from large-scale enterprise deployments, therefore it can be a quick reference for solution architects and developers to understand the critical factors while designing a microservices application.
What You Will Learn
Explore the use cases of microservices and monolithic architectureDiscover the architecture patterns to build scalable, agile, and secure microservices applicationsDevelop and deploy microservices using Azure Service Fabric and Azure Kubernetes Service Secure microservices using the gateway patternSee the deployment options for Microservices on Azure StackImplement database patterns to handle the complexities introduced by microservices
Who This Book Is For
Architects and consultants who work on Microsoft Azure and manage large-scale deployments.
Автор: Kurtz Jamie Название: ASP.NET Web API 2: Building a Rest Service from Start to Fin ISBN: 1484201108 ISBN-13(EAN): 9781484201107 Издательство: Springer Рейтинг: Цена: 4890.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The ASP.NET MVC Framework has always been a good platform on which to implement REST-based services, but the introduction of the ASP.NET Web API Framework raised the bar to a whole new level.Now in release version 2.1, the Web API Framework has evolved into a powerful and refreshingly usable platform.
Автор: Reynders, Fanie Название: Modern api design with asp.net core 2 ISBN: 1484235185 ISBN-13(EAN): 9781484235188 Издательство: Springer Рейтинг: Цена: 4611.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Use ASP.NET Core 2 to create durable and cross-platform web APIs through a series of applied, practical scenarios. Examples in this book help you build APIs that are fast and scalable. You’ll progress from the basics of the framework through to solving the complex problems encountered in implementing secure RESTful services. The book is packed full of examples showing how Microsoft’s ground-up rewrite of ASP.NET Core 2 enables native cross-platform applications that are fast and modular, allowing your cloud-ready server applications to scale as your business grows.
Major topics covered in the book include the fundamentals and core concepts of ASP.NET Core 2. You'll learn about building RESTful APIs with the MVC pattern using proven best practices and following the six principles of REST. Examples in the book help in learning to develop world-class web APIs and applications that can run on any platform, including Windows, Linux, and MacOS. You can even deploy to Microsoft Azure and automate your delivery by implementing Continuous Integration and Continuous Deployment pipelines.
What You Will Learn
Incorporate automated API tooling such as Swagger from the OpenAPI specificationStandardize query and response formats using Facebook’s GraphQL query languageImplement security by applying authentication and authorization using ASP.NET IdentityEnsure the safe storage of sensitive data using the data protection stackCreate unit and integration tests to guarantee code quality
Who This Book Is For
Developers who build server applications such as web sites and web APIs that need to run fast and cross platform; programmers who want to implement practical solutions for real-world problems; those who want in-depth knowledge of the latest bits of ASP.NET Core 2.0
Автор: Badrinarayanan Lakshmiraghavan Название: Practical ASP.NET Web API ISBN: 1430261757 ISBN-13(EAN): 9781430261759 Издательство: Springer Рейтинг: Цена: 10480.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Practical ASP.NET Web API provides you with a hands-on and code-focused demonstration of the ASP.NET Web API in action.
Автор: Adam Freeman Название: Expert ASP.NET Web API 2 for MVC Developers ISBN: 1484200861 ISBN-13(EAN): 9781484200865 Издательство: Springer Рейтинг: Цена: 7685.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Part I - Getting Started
1. Getting Started
2. Your First Web API Application
3. Essential Techniques
4. Understanding HTTP Web Services
5. SportsStore: Preparation
6. SportsStore: A RESTful Application
7. SportsStore: Creating the Clients
8. SportsStore: Deployment
Part II - Results and Parameter
9. The Anatomy of ASP.NET Web API
10. Creating and Configuring a Web API Application
11. Action Method Results
12. Creating Media Formatters
13. Using the Built-In Media Formatters
14. Understanding Parameter and Model Binding
15. Binding Simple Data Types
16. Binding Complex Data Types - Part 1
17. Binding Complex Data Types - Part 2
18. Model Validation
Part III - Dispatching Requests
19. Dispatching Requests
20. URL Routing - Part 1
21. URL Routing - Part 2
22. Controllers and Actions
23. Filters - Part 1
24. Filters - Part 2
25. Error Handling
26. Using OWIN
Автор: Vogel Peter Название: ASP.NET Web API Recipes: a Problem-solution Approach ISBN: 1430259809 ISBN-13(EAN): 9781430259800 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: ASP.NET Web API 2 Recipes provides you with the code to solve a full range of Web API problems and question marks that you might face when developing line-of-business applications.
Автор: Lakshmiraghavan Badrinarayanan Название: Pro ASP.NET Web API Security: Securing ASP.MET Web API ISBN: 1430257822 ISBN-13(EAN): 9781430257820 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: ASP.NET Web API is a key part of ASP.NET MVC 4 and the platform of choice for building RESTful services that can be accessed by a wide range of devices. Everything from JavaScript libraries to RIA plugins, RFID readers to smart phones can consume your services using platform-agnostic HTTP.
With such wide accessibility, securing your code effectively needs to be a top priority. You will quickly find that the WCF security protocols you re familiar with from .NET are less suitable than they once were in this new environment, proving themselves cumbersome and limited in terms of the standards they can work with.
Fortunately, ASP.NET Web API provides a simple, robust security solution of its own that fits neatly within the ASP.NET MVC programming model and secures your code without the need for SOAP, meaning that there is no limit to the range of devices that it can work with if it can understand HTTP, then it can be secured by Web API. These SOAP-less security techniques are the focus of this book."
Автор: Ugurlu Ali Название: Pro ASP.NET Web API: Http Web Services in ASP.NET ISBN: 1430247258 ISBN-13(EAN): 9781430247258 Издательство: Springer Рейтинг: Цена: 7685.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Pro ASP.NET Web API shows you how to build flexible, extensible web services that run seamlessly on a range of operating systems and devices, from desktops to tablets to smart phones-even the ones we don`t know today. ASP.NET Web API is a new framework designed to simplify web service architecture.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru