-
Trying to convert this app from client-side to server-side. I believe I have everything changed over
- Index.html in /wwwroot using _framework/blazor.server.js instead of blazor.webassembly.js
- S…
-
If one were to use server-side Blazor, how would this affect the use of JWT? I'm starting with a server-side project with the intention of later switching to webassembly. In other words, besides cha…
-
When I run the following `dotnet publish --configuration Release ` on my Blazor WASM I get the error here below that doesn´t tell me anything useful
This is the content of my csproj if that helps
…
-
Hi,
maybe someone can push me into the right direction ...
I plan to convert a Silverlight app using CSLA 4 to blazor. So BlazorExample is my first and only reference.
How do I delete a person …
-
# Trending repositories for C#
1. [**btcpayserver / btcpayserver**](https://github.com/btcpayserver/btcpayserver)
__Accept Bitcoin payments. Free, open-source & self-hosted, Bitco…
-
The file [ms-identity-blazor-server](https://github.com/Azure-Samples/ms-identity-blazor-server/tree/b460910fe488978da53906b2ac33fe0163e097ea)/[WebApp-Connect-To-Azure-Sql-Database](https://github.com…
-
Is there a support for asynchronous aggregation method like AverageAsync, MinAsync and so on?
We are using Odata client for Blazor. For create update delete are working as expected. However, we are…
-
I have a client-side Blazor application with a bunch of stuff in `Client/Program.cs`, setting up some libraries and services.
eg
```cs
// Client-side configuration in `Client.Program.Main`
…
-
I'm writing a Blazor webapp using SAP B1 through OData, and using `serviceLayer.HttpRequestTransportMode = HttpRequestTransportMode.HttpClient` so it can work in a wasm environment. It seems something…
-
Some of investigating besides the default options in Blazor: https://docs.microsoft.com/en-us/aspnet/core/blazor/globalization-localization?view=aspnetcore-6.0
- Sample for WASM only: https://github.…