1,584 questions with Blazor tags

Sort by: Updated
0 answers

Blazor WASM Lazy Loaded Assemblies and DI registration.

I'm exploring BLAZOR WASM as a potential replacement to our LOB silverlight App. One of our requirements is to lazy load business capability libraries based on user role, and when the user want to go into that business capability. Currently we use MEF…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,584 questions
asked 2020-12-02T22:02:09.693+00:00
Brian Wilkinson 16 Reputation points
7 answers

.Net5 Blazor application

Hi, I have a project I'm developing using .Net Core 3.1 for a Blazor server-side project. As I only started this recently, I thought why not move the code to .Net5. So I've just copied and pasted most of my application over and renamed the namespaces…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,584 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,163 questions
asked 2020-11-24T19:21:30.93+00:00
Ami Sett 1 Reputation point
commented 2020-12-02T07:50:28.02+00:00
Jerry Cai-MSFT 991 Reputation points
1 answer

Blazor Host binding workaround

Have a great day too all of you. Blazor is been considered as replacement for JavaScript but when I looked into it, it doesn't have access to DOM elements. Biggest blocker in considering C# as front end language. I want my website to have smooth…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,584 questions
asked 2020-11-29T03:57:17.603+00:00
Suraj Yadav 1 Reputation point
answered 2020-11-30T08:05:15.453+00:00
Rena Ni - MSFT 2,066 Reputation points
0 answers

How to automatically refresh an access_token using a refresh_token in a Blazor WebAssembly app in the background?

I would like to refresh an access_token using a refresh_token in a Blazor WebAssembly app in the background without the user involved. Also I want to know if this is a common use case or not? Thank you, Marco

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,584 questions
asked 2020-11-26T12:45:44.037+00:00
Mguma 1 Reputation point
commented 2020-11-27T05:49:22.237+00:00
Fei Han - MSFT 306 Reputation points Microsoft Vendor