Skip to content
#

blazor

Here are 1,788 public repositories matching this topic...

senkadir
senkadir commented Mar 12, 2021

Describe the question
I have implemented MatBlazorTable and first columns has MatBlazorCheckbox. I couldnt find how to implement Select All feature.

Expected behavior
I would like to add Select All button to select all items in the table with checkboxes.

Screenshots
Before click button
![image](https://user-images.githubusercontent.com/10263337/110940096-a7b40e80-8336-11eb-9

blazorboilerplate
trihugger
trihugger commented Jan 11, 2020

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

Asp.Net Core 5 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 11, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR, Hosted Services, Health Checks, Security Headers, ...

  • Updated Aug 6, 2021
  • C#
bUnit
egil
egil commented Mar 8, 2021

SignOutSessionStateManager is recommended to ensure sign-outs requests are coming from a user. However, this type depends on IJSRuntime and could be added by default to the Services collection during the AddTestAuthorization() method, where JSInterop can also be configured to correctly handle JSInterop invocations.

E.g.:

context.Services.AddSingleton<SignOutSessionStateManag
larsk2009
larsk2009 commented Jan 22, 2021

I always find it very handy if there is just a table with all available settings and their usage or meaning. Maybe this is something we can add to the readme. I also think this will provide a better overview to contributors which functions already exist.

The reason this popped in my head now, is that we have the setting FocusFirstElement. While it is true that that setting control whether or

Improve this page

Add a description, image, and links to the blazor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blazor topic, visit your repo's landing page and select "manage topics."

Learn more