csharpfritz / csharp_with_csharpfritz

Show notes, slides, and samples from the CSharp with CSharpFritz show
MIT License
659 stars 215 forks source link

Blazor to Azure sql database #97

Closed ugogroup closed 2 years ago

ugogroup commented 2 years ago

Hi Jeff

Is it possible to teach us How can we Securely connect Blazor to Azure sql database in such a way that can not be hacked.

Thanks in advance.

csharpfritz commented 2 years ago

This will be covered in today's session on Blazor with Data.

YouTube link at https://www.youtube.com/watch?v=JYHyaATn4IY

ugogroup commented 2 years ago

Thanks a lot Jeff. We appreciate your service. You are the best 🥇

csharpfritz commented 2 years ago

We're going to use Sqlite for the demo today, but the same concepts apply to SQL Server or any other relational database you wish to use

Jeff

On Mon, Feb 21, 2022 at 6:13 AM ugogroup @.***> wrote:

Thanks a lot Jeff. We appreciate your service. You are the best 🥇

— Reply to this email directly, view it on GitHub https://github.com/csharpfritz/csharp_with_csharpfritz/issues/97#issuecomment-1046762964, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAATF4NNUAQ4SQYD4GCBJM3U4IM43ANCNFSM5NG5QASQ . You are receiving this because you modified the open/close state.Message ID: @.***>

ugogroup commented 2 years ago

Is it the same as connecting to a cloud based database?