After my session about creating AI solutions in Dynamics 365 Business Central using Managed vs Custom AI at Directions EMEA … More
Tag: .NET
Understanding LLM performance degradation: a deep dive into Context Window limits
Large Language Models (LLMs) have revolutionized how we interact with AI, but they come with a critical constraint: the context … More
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: using a static IP address to access APIs.
Sometimes in Dynamics 365 Business Central projects you can have very strict security requirements for integrations with third-party systems. One … 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
Dynamics 365 Business Central 2024 Wave 2 release: Query.SaveAsJson… and why not more?
When talking about integrations with REST services or, more generally speaking, as a cross-platform data exchange protocol, working with JSON … 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
“Decoupling”: the misterious word for many Dynamics 365 Business Central partners.
In the last year I’m seeing lots of existing Dynamics 365 Business Central on-premises customers deciding to move their ERP … 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
Testing multiple Azure Functions apps running together with Microsoft Tye
If you frequently work with serverless architectures and expecially with Azure Functions, I think that you know that splitting a … 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
Why you should start considering Azure Batch for some of your Dynamics 365 Business Central cloud workloads
At the Dynamics 365 Business Central 2021 Wave 1 Launch event, in his wonderful session about the Administration Center, Dmitry … More
Handling the “HTTP 429 – Too Many Requests” error when calling external services
I think that many of you that creates integrations with external services could have the pleasure to know the HTTP … More
New book “Migrating applications to the cloud with Azure” finally released
While waiting to officially announce to the Dynamics 365 Business Central community our latest and biggest work ever, I’m happy … More
CI/CD for .NET with GithHub Actions
We manage all our internal projects with Azure DevOps (projects not only related to Dynamics 365 Business Central). All our … More
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
Dynamics 365 Business Central on-premise and .NET assemblies: things to know
I’ve written in the past how to use .NET assemblies in AL for your on-premise extensions and all is also … More
Dynamics 365 Business Central (on-premise): Extension for printing external documents
A week ago I wrote a post for answering a question regarding how to print external documents from Microsoft Dynamics … More
NAV Extensions: using custom DLLs from Azure Functions
I need to give a response to many of you that have asked me many questions regarding the “Microsoft Dynamics … More
AL (at least half of its heart) will love .NET
In one of my recent posts, I’ve talked about one of the main difficulties that many partners around the world … More
New book: Implementing Azure Cloud Design Patterns
I’ve spent few words some weeks ago for previewing these, but now it’s the time for an official announcement. I’m … More
.NET Core and ASP.NET 5 RC available for production
Exciting news are coming from Connect() 2015 event. All is well summarized here, but I want to put in evidence … More
