Using stored procedures with radzen and blazor

LESSON ONE:- INSERTING DATA INTO SQL SERVER TABLE USING STORED PROCEDURE IN RADZEN (SERVER-SIDE BLAZOR TUTORIAL)

In this tutorial, I show you two methods of inserting data into sql server table in RADZEN. The first method involves using Entity Frame Work Core and the second method involves using ADO.NET (Microsoft.Data.SqlClient)

4 Likes

Dear All,

Kindly download the source code and database files for the lesson on using insert stored procedure in radzen here.

LESSON TWO:- FETCHING DATA FROM SQL SERVER TABLE USING STORED PROCEDURE IN RADZEN (SERVER-SIDE BLAZOR TUTORIAL)

In this tutorial, I show you how to fetch data from sql server table in RADZEN. This method involves using ADO.NET (Microsoft.Data.SqlClient)

Source code and SQL Server database query files for my last lesson