Saving the Order - both the header and order lines - Blazor Purchase Orders - Part 13

Опубликовано: 29 Июль 2026
на канале: Christopher Bell
706
20

A C# project using Blazor to create a simple Purchase Order System, incorporating Syncfusion controls and using Dapper to link to a SQL database.

Completing the code to save the purchase order to the SQL database. The video shows how to retrieve the ID of the header record so that it can be assigned to the order line records as they are saved. A warning is also given that this, at this stage, saving header and order lines is not wrapped in a 'transaction', and so is not best practice. This will be covered in a later video.

Description : https://blazorcode.uk/purchaseorders/...
Code at: https://blazorcode.uk/purchaseorders/...