Skip to content
Stefano Demiliani

Stefano Demiliani

  • Follow me on Twitter
  • Follow me on LinkedIn

Taking the Web out of the box: Microsoft Dynamics 365 Business Central, Microsoft Dynamics NAV, Azure and all about the Microsoft's technology stack | www.microsoftarchitects.com

  • HOME
  • ABOUT ME
  • MY BOOKS
    • Mastering Dynamics 365 Business Central
    • Microsoft Dynamics 365 Business Central Development Quick Start Guide
    • Azure DevOps Explained
    • Building ERP Solutions with Microsoft Dynamics NAV
    • Implementing Azure Cloud Design Patterns
    • Migrating Applications to the Cloud with Azure
  • TRAININGS
    • Microsoft Official Trainings
  • PROJECTS
    • SDOps: build pipelines for Dynamics 365 Business Central made easy
  • SPEAKING
  • CONSULTANCY
  • MY COMPANY
  • Microsoft Dynamics 365 Business Central Community
  • Microsoft Dynamics NAV Community

Tag: AL

Dynamics 365 Business Central: something more about dependency propagation

One week ago I’ve written a post about the new “proxy app” (Microsoft.Application.app file) introduced with the 15.3 version (you … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central and the new Microsoft Application “proxy” app

If someone of you has installed or upgraded a Dynamics 365 Business Central database instances with the new 15.3 version, … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central: please always check AL warnings!

This is a quick post that want to describe a curious thing discovered 3 days ago. A partner contacted me … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central 2020 Wave 1: FAQ about updating apps for v16

I’m receiving a lot of questions from partners about what they will have to do for their existing apps in … More

AL, AppSource, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central 2020 Wave 1: price management with interfaces

The upcoming Dynamics 365 Business Central 2020 Wave 1 release (version 16) introduces the concept of Interfaces in AL. An … More

AL, D365BC, Dynamics 365 Business Central, MSDyn365BC

Something new about Dynamics 365 Business Central 2020 Wave 1

As I think you know (I’ve posted this on my Linkedin account some days ago) you can now start testing … More

AL, D365BC, Dynamics 365 Business Central, MSDyn365BC

Dynamics 365 Business Central: obsoleting events

I’ve written a lot in the past about handling breaking schema changes on extensions and the best practice to use … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central: handling BLOB fields on APIs

I’m not a big fan of using BLOB fields on the Dynamics 365 Business Central database, but there are many … More

AL, API, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central and the “mistery” of Library Apps

More than an year ago I wrote this article for Simplanova website mentioning some “architectural choices” when moving a C/AL … More

AL, AppSource, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central: again about obsoleting fields

More than an year ago I’ve written this post explaining how to handle breaking schema changes on a production Dynamics … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

“Mastering Dynamics 365 Business Central” is out!

Just in time for Christmas, I’m very happy and proud to announce that the book “Mastering Dynamics 365 Business Central” … More

AL, Books, D365BC, DevOps, Docker, Dynamics 365 Business Central, ERP, Extensions, Microsoft, Microsoft Dynamics, MSDyn365BC, MsDynNAV, NAV, Packt, Visual Studio Code

LinkedObjects on Dynamics 365 Business Central: be careful now!

One of the common (and basic) way to create integrations between systems in Microsoft Dynamics NAV in the past was … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC, SQL

Webhooks with Dynamics 365 Business Central

When integrating external applications with Dynamics 365 Business Central, one of the classical way is to use APIs (standard or … More

AL, API, Cloud, D365BC, Dynamics 365 Business Central, Extensions, Integration, JSON, MSDyn365BC, Webhooks

SD Extension Pack for Dynamics 365 Business Central Developers

On all the Dynamics 365 Business Central training activities I’ve done in the last year for Microsoft Italy, I’ve always … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC, Visual Studio Code

Visual Studio Online preview: coding in the browser seems promising.

Today at Ignite 2019 Microsoft has launched the public preview for Visual Studio Online, a managed cloud-based development environment based … More

AL, Cloud, D365BC, Dynamics 365 Business Central, MSDyn365BC, Visual Studio Code

“Azure Functions for Dynamics 365 Business Central Developers” webcast recording

The recording of my last webcast for Areopa Academy is available on their YouTube channel. Again, sorry for the initial … More

AL, Azure, Azure Functions, Cloud, D365BC, Dynamics 365 Business Central, MSDyn365BC, Webcast

Dynamics 365 Business Central: debugging the Base Application

Yesterday at our “Dynamics 365 Business Central Wave 2 What’s new” event in Microsoft Italy we quickly saw hot to … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central: TRANSFERFIELDS and Obsolete fields

Do you know the wonderful C/AL (ops, now AL) command called TRANSFERFIELDS? This command permits you to copy all matching … More

AL, D365BC, Dynamics 365 Business Central, MSDyn365BC

Dynamics 365 Business Central: checking Users Plans in Wave 2 release

Checking which plan is assigned to a specific user (Essential, Premium, Team Member) is become a quite different thing with … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central Wave 2: customizing the Base Application

In a previous post I described how you can start building extensions for the upcoming Dynamics 365 Business Central Wave 2 … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 BC Wave 2 Release: What happens now?

Microsoft Dynamics 365 Business Central Wave 2 release date is just around the corner and there are many aspects of … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central: access modifiers

If someone of you know C# or other object oriented languages in general, you know also that those languages have … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

“Mastering Dynamics 365 Business Central” book: please wait a bit more…

We have received in this last month lots of requests about our upcoming “Mastering Dynamics 365 Business Central” book, published … More

AL, Books, Dynamics 365 Business Central

Dynamics 365 Business Central: data encryption changements for Isolated Storage

I suggested many times in the past to every partners I met and to all the attendees to my AL … More

AL, D365BC, Dynamics 365 Business Central, ENCRYPTION, Extensions, MSDyn365BC

Preview of Dynamics 365 Business Central 2019 release wave 2: few notes

As you already knows, in October Microsoft will launch what is called “Dynamics 365 Business Central Release Wave 2” (platform … More

AL, D365BC, Dynamics 365 Business Central, MSDyn365BC

Dynamics 365 Business Central: how to detect if an extension is running on SaaS or on-premise

When developing extensions for Dynamics 365 Business Central, you could have scenarios where you want to execute a procedure or … More

AL, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central + Azure Cosmos DB for globally distributed integrations

Today’s post wants to give an overview of a successfully deployed scenario of a geo-distributed integration between Dynamics 365 Business … More

AL, Azure, Azure Cosmos DB, Azure Functions, Cloud, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central: using OData V4 Bound Actions

I’ve promised this post to some attendees of my last Dynamics 365 Business Central development workshop in Microsoft Italy (c/o … More

AL, D365BC, Dynamics 365 Business Central, Extensions, Integration, MSDyn365BC, OData

Dynamics 365 Business Central: using DotNet assemblies on a Docker container sandbox

I think that everyone of you already knows that calling custom .NET DLLs in your extension’s code is not supported … More

.NET, AL, D365BC, Docker, Dynamics 365 Business Central, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central and per-tenant extensions: check page control names between platform upgrades

I’ve talked a lot in the past about pros and cons of per-tenant extensions (PTE) in Dynamics 365 Business Central. Despite … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Dynamics 365 Business Central: improving the user’s search experience for your extensions

As you already knows, with the new web experience in Dynamics 365 Business Central the menusuite object is disappeared and … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Microsoft Dynamics 365 Business Central and multiple cloud sandboxes

The new April 2019 release for Dynamics 365 Business Central introduced lots of new features and one of the most … More

AL, Cloud, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC, Sandbox

Bye Bye C/AL, welcome to the AL era…

This was in the air (Microsoft has clearly announced more than an year ago that in a year or so … More

AL, D365BC, Dynamics 365 Business Central, MSDyn365BC

Dynamics 365 Business Central CU04 and SOAP Web Services changements

As you already knows, Microsoft has rolled up in these days the Cumulative Update 4 for Dynamics 365 Business Central. … More

AL, C/AL, D365BC, Dynamics 365 Business Central, MSDyn365BC

Dynamics 365 Business Central February 2019 Dev Preview is full AL: how to create extensions now?

As publicly announced yesterday, the February 2019 Developer Preview for Dynamics 365 Business Central launches the first public version of … More

AL, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC

Posts navigation

Older posts
Newer posts

Categories

.NET Azure Books Cloud Conference DevOps Docker Dynamics 365 Business Central MVP NAV Personal Power Apps Power Automate Power Platform Powershell SQL Teams Uncategorized Visual Studio Code Webcasts
Follow Stefano Demiliani on WordPress.com

Post Archive

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Create a website or blog at WordPress.com
  • Follow Following
    • Stefano Demiliani
    • Join 1,950 other followers
    • Already have a WordPress.com account? Log in now.
    • Stefano Demiliani
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...
 

    Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
    To find out more, including how to control cookies, see here: Cookie Policy