Dynamics365.BusinessCentral Version 2, the open-source .NET library for Microsoft Dynamics 365 Business Central

Dynamics365.BusinessCentral v2.0.0

Seven months ago I shipped my first NuGet package, a strongly typed .NET client for the Business Central OData API. Today I shipped v2.0.0. And this is a much bigger release than the version number makes it look. The public API is cleaner. Queries are strongly typed. Paging now follows Business Central instead of trying to outsmart it. Retries know the difference between a safe replay and a duplicate record. Errors are easier to reason about. There is a dedicated testing package. ...

August 15, 2026 · 15 min · Daniel Rückenbach
Dynamics 365 Business Central .NET client

My first NuGet package — v1.0.0

Today is a small personal milestone for me: I just published v1.0.0 of my very first open-source NuGet package – and this is also my first LinkedIn post 😊 The idea for this library came out of a real challenge. During our major ERP migration from Dynamics NAV 2017 to Dynamics 365 Business Central, I had to replace hundreds of existing EF Core SQL queries with something Business Central actually supports: OData-based HTTP requests. ...

January 25, 2026 · 2 min · Daniel Rückenbach