After my session about creating AI solutions in Dynamics 365 Business Central using Managed vs Custom AI at Directions EMEA … More
Tag: .NET Core
Do you have Azure Functions running on Linux Consumption plan? It’s time to migrate…
If you have Azure Functions running on the Linux Consumption plan, it’s time to start planning for a migration. On … More
Dynamics 365 Business Central on-prem: be careful when referencing .NET assemblies across versions.
Last week I received a an help request from a partner that was in the middle of a Dynamics 365 … More
Dynamics 365 Business Central: merging PDFs online with an Azure Function.
Some days ago on an internal forum (Yammer) someone posted the following request: Is it possible in Dynamics 365 Business … More
Running inline C# scripts in Azure Logic Apps workflows
Last week I wrote a post explaining the new Inline Powershell action available in Azure Logic Apps standard. With this … More
Azure Functions: .NET 7 support is ending and you should upgrade to .NET 8.
On 14 May 2024, support for .NET 7 in Azure Functions will end. Your Function apps that are currently using .NET … More
REST APIs and the importance of Versioning.
A REST API (also known as RESTful API) is an application programming interface that conforms to the constraints of REST architecture and it’s … More
List all Azure Functions with older runtime with Powershell
When you create an Azure Function app, the runtime is responsible for executing function code on the underlying WebJobs SDK … More
Azure Functions and Data Parallelism: things to know.
When working with code on some complex data operations, sometimes to improve performances it’s possible to use code techniques like … More
Azure Functions: .NET 7 and .NET 8 local debugging bug on Visual Studio Code.
This is a very quick post signaling a bug that makes me spending hours of troubleshooting. If you’re developing Azure … More
Dynamics 365 Business Central and .NET 6
The upcoming Dynamics 365 Business Central 2023 Wave 1 version introduces an important server change: the NST server now runs … More
Do you have Azure Functions in production? Update your Azure Functions apps to use runtime version 4.x
On December 3, 2022, .NET Core 3.1 will be retired. As a result, Azure Functions runtime versions 2.x and 3.x, … More
Dynamics 365 Business Central and .NET add-ins (part 2): why .NET Standard?
As a follow-up to this post, I’ve received some questions related to why we talked about .NET Standard if the … More
Dynamics 365 Business Central and .NET Framework add-ins: it’s time to change
With Dynamics 365 Business Central 2021 Wave 1 Microsoft is continuously moving the server to .NET Standard and if you’re … More
