Skip to content

A sample application that shows how to use Blazor, SQL Server and SQLTableDependancy Nuget to add live data updates to your app

License

Notifications You must be signed in to change notification settings

CodingWithDavid/BlazorLiveDataUpdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This is the repository of the Blazor Live Data Update Application

This project is to show how to Create a SQL Server database and enable the Broker service then using the SQL TableDepanancy Nuget package, create and wire in events to update the UI to see the updated data.

*** PLEASE NOTE THIS REQUIRES .NET 6 or higher, SQL Server and Visual Studio 2022 ***

by CodingWithDavid

Getting Started

  1. Clone this repository

    git clone https://github.com/CodingWithDavid/BlazorLiveDataUpdate
    cd BlazorLiveDataUpdate
  2. Open in Visual Studio 2022 a. With Visual Code you will need to install the C# extensions

  3. Press F5

Whats inside

  1. Blazor Server application
  2. SQLTableDepenancy Nuget package
  3. Create DB Event handler
  4. Handle the DB Event
  5. Use SingalR to process the events.

Problems or Suggestions

Open an issue here

Thank You

Resources

About

A sample application that shows how to use Blazor, SQL Server and SQLTableDependancy Nuget to add live data updates to your app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published