-
Hello guys, I actually migrate a silverlight application to a blazor server app (actualli in .NET 5 RC2).
Originally, the silverlight accessed data through wcf services, and we keep this architecture…
-
This component is great but needs a property where we can set the TotalItems instead of getting the count from the current items list so we can manage paging server side. The code should go something …
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
I am struggling with setting up a Wasm + SSR (ExcludeFromInteractiveRouting) + prerender + Cl…
-
I pulled a new blazor client side application project to try. Using the admin to login, which is assigned the admin role, IsInRole always returns false. I even created some new roles, assigned them …
-
### Describe your question
New to github and open source development. Not new to the industry (27 years development experience).
I have used ChartJS in a couple of projects, and Blazor looks to be t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I have a Blazor app that uses .NET Identity. The same app has a SignalR hub and I need…
-
We don't currently support the Microsoft Identity Platform auth option with the Blazor Web App template. We should add it.
-
Steve,
I set up the simple demo per your writeup. Loading a 15Mb file takes 55 seconds!
Your writeup says "...For client-side Blazor (WebAssembly), the data transfer speed is limited only by your…
-
MathJax which is a JavaScript based LaTeX rendering library uses DOM manipulation heavily.
Even if Blazor Web Assembly can do DOM manipulation via JavaScript interop, it makes us break the original i…
-
I am developing a Chrome extension with Blazor, and `_content` folder is forbidden to load in browser extension since it is build in restriction.
So, I need to load js from some folder like `content`…