Last post Oct 02, 2020 11:49 AM by PJM8765
Member
7 Points
42 Posts
Oct 02, 2020 11:04 AM|PJM8765|LINK
Hi folks,
Do we have to pull data into a Blazor Web Assembly app using a web service, or can we use similar data services that we can use with MVC and Blazor Server to directly connect to our DBs using Microsoft/System.SqlClient.Data?
Thanks, Paul
All-Star
53121 Points
23672 Posts
Oct 02, 2020 11:29 AM|mgebhard|LINK
Blazor WASM requires a web service. The web service connects to the database.
Oct 02, 2020 11:49 AM|PJM8765|LINK
Thanks very...P
Member
7 Points
42 Posts
Getting data into a Blazor Web Assembly app
Oct 02, 2020 11:04 AM|PJM8765|LINK
Hi folks,
Do we have to pull data into a Blazor Web Assembly app using a web service, or can we use similar data services that we can use with MVC and Blazor Server to directly connect to our DBs using Microsoft/System.SqlClient.Data?
Thanks, Paul
All-Star
53121 Points
23672 Posts
Re: Getting data into a Blazor Web Assembly app
Oct 02, 2020 11:29 AM|mgebhard|LINK
Blazor WASM requires a web service. The web service connects to the database.
Member
7 Points
42 Posts
Re: Getting data into a Blazor Web Assembly app
Oct 02, 2020 11:49 AM|PJM8765|LINK
Thanks very...P