Hello.

I spent little time to put together Business Central and Blazor Server App. Feel free to use it if you find it useful.

This is just a example of how these two technologies work together and is production ready completed application.

How it works:

  1. Business Central publishes custom Odata API
  2. Blazor is using connected service to discover this Odata API
  3. All models and services for the Odata API are created automatically
  4. Blazor Server application is just a thin client getting data and posting data to the Odata API
  5. Blazor application doesn’t have its own DB at the moment and its not needed for this to work

Currently the app allows to list all Assembly orders, create new item tracking for Lots in Business Central for the assembly orders, post quantities etc.

Picture number 1 Picture number 2 Picture number 3

Code in github:

Business Central App