-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Reesult-of-ToStringC-is-incomatible-/1305101)._
---
In ja-JP culture of .NET F/W and .…
-
So let's say I have this table:
![image](https://user-images.githubusercontent.com/40808369/115469126-56037b80-a234-11eb-8409-aa8e709df0a6.png)
On each action "Up" and "Down" I swap `SortOrder`…
-
We migrate Blazor WebAssembly 5.0.3 from SQL Server 2019 to PostgreSQL 13. In Blazor WebAssembly Visual studio template, it integrated with Identtiy Server 4. Scafflolding project has migration script…
-
When I first started looking into Blazor, I looked into Autofac because I thought that I had to use an external library... Then I found out that MS DI had matured and (apparently) was quite usable... …
-
MudTable have RowEditCommit, RowEditCancel and RowEditPreview actions.
And MudTable also have OnCommitEditClick and OnCancelEditClick events.
I can't use the actions, my knowledge is insufficien…
-
From 0f64b267ac0552f07b06f18103581b880c8c53c6...5b77db9acea897daa42b4c994ace94b019bd8191 there was a large regression in the aspnetcore blazor json tests. That is a large span of commits because asp…
-
What do I use to control cell and table width on the MatTable?
This is the standard fetch weather data from Blazor examples converted to MatBlazor.
The table is so big that it gets a horizontal sc…
-
Current status: https://github.com/dotnet/aspnetcore/issues/18919#issuecomment-823448077
### Is your feature request related to a problem? Please describe.
My Blazor component tree is connected …
-
Create a new page on your Blazor project. Add the page to the NavMenu with a unique icon of your choice.
Create a header on the page and a table with some static data. Do not use loops to fill the …
-
One thing we know is that the application will utilise a SQL database for storing data.
In Blazor and other dot net applications it is common practice to interact with the database using an ORM.
…