Mastering Microsoft Dynamics 365 Business Central
暫譯: 精通 Microsoft Dynamics 365 Business Central
Demiliani, Stefano
- 出版商: Packt Publishing
- 出版日期: 2019-12-20
- 售價: $2,170
- 貴賓價: 9.5 折 $2,062
- 語言: 英文
- 頁數: 770
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1789951259
- ISBN-13: 9781789951257
海外代購書籍(需單獨結帳)
商品描述
Dynamics 365 Business Central is an all-in-one business management solution, which is easy to adopt and helps you make smarter business decisions. This book is a comprehensive guide to developing solutions with Microsoft ERP (in the cloud and also on-premises). It covers all aspects of developing extensions, right from preparing a sandbox environment to deploying a complete solution.
The book starts by introducing you to the Dynamics 365 Business Central platform and the new Modern Development Environment. You'll then explore the sandbox concept, and see how to create sandboxes for development. As you advance, you’ll be able to build a complete advanced solution for Dynamics 365 Business Central with AL language and Visual Studio Code. You'll then learn how to debug and deploy the extension and write automatic testing. The book will also take you through advanced topics like integration (with Azure Functions, web services, and APIs), DevOps and CI/CD techniques, and machine learning. You'll discover how Dynamics 365 Business Central can be used with Office 365 apps. Finally, you'll analyze different ways to move existing solutions to the new development model based on extensions.
By the end of this book, you'll be able to develop highly customized solutions that meet the requirements of modern businesses using Dynamics 365 Business Central.
- Create a sandbox environment with Dynamics 365 Business Central
- Handle source control management when developing solutions
- Explore extension testing, debugging, and deployment
- Create real-world business processes using Business Central and different Azure services
- Integrate Business Central with external applications
- Apply DevOps and CI/CD to development projects
- Move existing solutions to the new extension-based architecturE
商品描述(中文翻譯)
Dynamics 365 Business Central 是一個一體化的商業管理解決方案,易於採用並幫助您做出更明智的商業決策。本書是開發 Microsoft ERP 解決方案(雲端及本地部署)的全面指南。它涵蓋了開發擴展的各個方面,從準備沙盒環境到部署完整解決方案。
本書首先介紹 Dynamics 365 Business Central 平台和新的現代開發環境。接著,您將探索沙盒概念,並了解如何為開發創建沙盒。隨著進展,您將能夠使用 AL 語言和 Visual Studio Code 為 Dynamics 365 Business Central 構建完整的高級解決方案。然後,您將學習如何調試和部署擴展以及編寫自動測試。本書還將帶您了解高級主題,如整合(與 Azure Functions、網路服務和 API)、DevOps 和 CI/CD 技術,以及機器學習。您將發現如何將 Dynamics 365 Business Central 與 Office 365 應用程式結合使用。最後,您將分析將現有解決方案移至基於擴展的新開發模型的不同方法。
在本書結束時,您將能夠使用 Dynamics 365 Business Central 開發滿足現代企業需求的高度自定義解決方案。
- 使用 Dynamics 365 Business Central 創建沙盒環境
- 在開發解決方案時處理版本控制管理
- 探索擴展測試、調試和部署
- 使用 Business Central 和不同的 Azure 服務創建真實世界的商業流程
- 將 Business Central 與外部應用程式整合
- 將 DevOps 和 CI/CD 應用於開發專案
- 將現有解決方案移至新的基於擴展的架構
作者簡介
Stefano Demiliani is a Microsoft MVP on business applications, a Microsoft Certified Solution Developer (MCSD), Azure Certified Architect, and an expert in other Microsoftrelated technologies. His main activity is architecting and developing enterprise solutions based on the entire stack of Microsoft technologies (mainly focused on ERP and the cloud). He has worked with Packt Publishing on many IT books related to Azure cloud applications and Dynamics 365 Business Central, and is a speaker at conferences around Europe. You can reach him on Twitter (@demiliani) or LinkedIn.
Duilio Tacconi is a Microsoft Dynamics NAV/Microsoft Dynamics 365 Business Central Escalation Engineer at Microsoft EMEA Customer Support & Services (CSS). He joined Microsoft in 2008 after working in a customer IT department with a focus on system administration and development.
Despite graduating with the highest score in Agricultural Science in 1996, he is in the ERP circuit since 1998 as developer and system implementer for several companies with Microsoft and non-Microsoft technologies.
Currently, he is a subject matter expert in EMEA for RDLC Report development and one of Microsoft EMEA CSS reference for Managed Service for Partners (MSfP).
Three times IronMan finisher, Duilio lives in Cernusco Sul Naviglio (Italy) with his beloved wife Laura and his 2 years old son Leonardo.
作者簡介(中文翻譯)
Stefano Demiliani 是一位專注於商業應用的 Microsoft MVP,擁有 Microsoft 認證解決方案開發人員 (MCSD) 和 Azure 認證架構師的資格,並且是其他 Microsoft 相關技術的專家。他的主要工作是基於整個 Microsoft 技術堆疊架構和開發企業解決方案(主要專注於 ERP 和雲端)。他曾與 Packt Publishing 合作撰寫多本與 Azure 雲端應用和 Dynamics 365 Business Central 相關的 IT 書籍,並在歐洲各地的會議上擔任演講者。您可以在 Twitter (@demiliani) 或 LinkedIn 上聯繫他。
Duilio Tacconi 是 Microsoft EMEA 客戶支持與服務 (CSS) 的 Microsoft Dynamics NAV/Microsoft Dynamics 365 Business Central 升級工程師。他於 2008 年加入 Microsoft,此前在一家客戶 IT 部門工作,專注於系統管理和開發。
儘管他在 1996 年以最高分畢業於農業科學,但自 1998 年以來,他一直在 ERP 領域擔任開發人員和系統實施者,為多家公司提供 Microsoft 和非 Microsoft 技術的服務。
目前,他是 EMEA 地區 RDLC 報告開發的主題專家,也是 Microsoft EMEA CSS 的 Managed Service for Partners (MSfP) 參考專家之一。
Duilio 是三次 IronMan 完賽者,與他心愛的妻子 Laura 和兩歲的兒子 Leonardo 一起住在意大利的 Cernusco Sul Naviglio。
目錄大綱
Table of Contents
- Microsoft Dynamics 365 Business Central Overview
- Mastering Modern Development Environment
- Online and Container-based Sandboxes
- Extension Development fundamentals
- Developing a customized solution for Dynamics 365 Business Central
- Advanced AL Development
- Report Development with AL Language
- Installing and Upgrading extensions
- Debugging
- Automated Tests development with AL
- Source Control Management and DevOps with Dynamics 365 Business Central
- Dynamics 365 Business Central APIs model
- Serverless business processes with Dynamics 365 Business Central and Azure
- Monitoring, scaling and CI/CD with Azure Functions
- Dynamics 365 Business Central and integration with the Dynamics 365 Power Platform
- Integrating Machine Learning into Dynamics 365 Business Central
- Moving existing ISV solutions to the new extension model
- Useful and proficient tools for AL developers
目錄大綱(中文翻譯)
Table of Contents
- Microsoft Dynamics 365 Business Central Overview
- Mastering Modern Development Environment
- Online and Container-based Sandboxes
- Extension Development fundamentals
- Developing a customized solution for Dynamics 365 Business Central
- Advanced AL Development
- Report Development with AL Language
- Installing and Upgrading extensions
- Debugging
- Automated Tests development with AL
- Source Control Management and DevOps with Dynamics 365 Business Central
- Dynamics 365 Business Central APIs model
- Serverless business processes with Dynamics 365 Business Central and Azure
- Monitoring, scaling and CI/CD with Azure Functions
- Dynamics 365 Business Central and integration with the Dynamics 365 Power Platform
- Integrating Machine Learning into Dynamics 365 Business Central
- Moving existing ISV solutions to the new extension model
- Useful and proficient tools for AL developers