-
Updated
Dec 13, 2020 - C#
blazor
Here are 1,294 public repositories matching this topic...
-
Updated
Dec 13, 2020
-
Updated
Dec 13, 2020 - C#
-
Updated
Dec 11, 2020 - C#
Encryption at Rest
One of the major topics in an enterprise application is encryption at rest. With SQL server 2016+ it is possible to do encryption at rest. .Net Core wasn't compatible until recently, which I think now supports only TDE (Transparent Data Encryption).
I don't know enough to implement enough, but here's an article I found.
https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/c
-
Updated
Dec 11, 2020 - C#
Even though this isn't super critical, this might help with addressing https://stackoverflow.com/questions/57938081/blazor-preview-9-mono-wasm-memory-access-out-of-bounds-max-string-size-for-dotn
-
Updated
Jul 15, 2020 - C#
It would be great if there were a BSComboBox (a cross between a Text input and a dropdown, with text autocomplete).
-
Updated
Nov 29, 2020 - F#
-
Updated
Dec 1, 2020 - C#
-
Updated
Dec 13, 2020 - C#
-
Updated
Dec 11, 2020 - C#
-
Updated
Dec 11, 2020 - C#
Improved samples
With #153, I have laid out the foundation for this issue. Instead of the three (redundant) sample projects, we now have a dual-mode blazor application that looks and feels similar to the official Chart.js samples.
Now we need your help!
If you want to contribute to this library and/or get to know ChartJs.Blazor, you can port one of the samples li
If a component has a child content parameter that is a RenderFragment<TValue>, then the parameter builder's AddChildContent method should throw an exception with an error message telling the user to use .Add(p => p.ChildContent, ...) instead.
For example, the following should throw an helpful exception:
var cut = RenderComponent<Virtualize<string>>(ps => ps
.Add(p => p.Items, Te-
Updated
Nov 20, 2020 - C#
-
Updated
Dec 12, 2020 - C#
-
Updated
Sep 21, 2020 - C#
-
Updated
Dec 11, 2020 - CSS
RTL Direction
Thank you very much for the excellent tools.
Is thw textbox support RTL direction, if not could you please add it.
Again thank you very much.
-
Updated
Dec 3, 2020 - C#
-
Updated
Dec 7, 2020 - C#
-
Updated
Dec 13, 2020 - C#
-
Updated
Dec 13, 2020 - C#
Add a MudPagination
Using the table component is exceptionally good but the pagination is client side.
What would be nice is that we could use a table model to have pagination via server
It could be the exposing of a Total Records , Items per page properties and an event on the pagination buttons so we can "refill" the table.
I happen to be like you.
I wrote a Pagination component with 4 button,
Improve this page
Add a description, image, and links to the blazor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blazor topic, visit your repo's landing page and select "manage topics."


Referring to how the other components do it but MatSlider is ValueMax / ValueMin / Step & MatNumeric is Maximum, Minimum and Step.
I would like to see it consistent across the components or since we only have 2 instances of "Max/Min/Step" that I found we can refer to material.io for the tie breaker?
**Material-UI uses step, min, max for their Slider - Which I think is best and suggest