-
- [x] Een architectuur ontwerp maken voor de volledige applicatie
- [x] toelichting geven bij ontwerp.
-
Hi @damienbod
Have you ever done this, or got it on the list of things to try for the future?
My app architecture is ASPNET BFF Server, and a standalone Blazor WASM app.
I have been trying to hack…
-
Hi,
I have tried to use XSockets with Blazor using .NET5.0.
Unfortunately it doesn't work:
Unhandled exception rendering component: System.Net.NetworkInformation is not supported on this plat…
lig76 updated
3 years ago
-
-
Vulnerable Library - microsoft.aspnetcore.server.kestrel.core.2.1.3.nupkg
Core components of ASP.NET Core Kestrel cross-platform web server.
Library home page: https://api.nuget.org/packages/microso…
-
Blazor webassembly projects creates a Client, Server and Shared projects. Typically you wouldn't share the EF poco objects, but you may want to reuse the enums. Therefore, you may want to place them…
-
**Which version of Microsoft Identity Web are you using?**
Microsoft Identity Web 1.22.2
**Where is the issue?**
* Web app
* [ ] Sign-in users
* [x] Sign-in users and call web APIs
* W…
-
Hi Kristoffer. I am attempting to create a Blazor wrapper that enables "streamed" file downloads to the filesystem, similar to [StreamSaver.js](https://github.com/jimmywarting/StreamSaver.js) and [Pr…
-
Excellent code, as usual. Thank you.
Can you please help on how I could extend this approach to Authenticate with a Downstream ASP.NET 8.0 Web API?
-
I am using the code below
``` csharp
var options = new RestClientOptions("http://apibihml.value4u.com.br");
var client = new RestClient(options);
var request = new RestRequest("/obter-acesso/", …