Pinned Repositories
BlazorHeartbeat
BlazorHeartbeat is a Blazor component that maintains the SignalR connection in a Server side Blazor application. It is particularly useful when your application is hosted behind an Application Gateway with a connection timeout.
BlazorJsBlob
BlazorJsBlob provides a convenient and efficient way to use JavaScript Blob storage from your Blazor application
BlazorJsonLocalization
Provides JSON-based Blazor localization support.
BlazorLayout
The BlazorLayout project provides components to handle layout in your Blazor applications.
CodeQuality
Allows to setup coding style and analysis rules for a high code quality and provides some useful helpers (HttpClient mock, test logger...) to write your tests!
DevArticles
Repository used to store source code and/or materials for my dev articles.
ExpressionTools
Tools allowing to parse textual C# Lambda Expression and more.
GeneratorTools
Code generator tools that helps you to automate C# code generation.
SlnAggregate
Aggregate all projects from several solutions in a global solution replacing package references by project references when possible.
TableModel
Library providing a way to define table model and to apply paging sorting and filtering operation server side.
xaviersolau's Repositories
xaviersolau/BlazorJsonLocalization
Provides JSON-based Blazor localization support.
xaviersolau/BlazorLayout
The BlazorLayout project provides components to handle layout in your Blazor applications.
xaviersolau/CodeQuality
Allows to setup coding style and analysis rules for a high code quality and provides some useful helpers (HttpClient mock, test logger...) to write your tests!
xaviersolau/GeneratorTools
Code generator tools that helps you to automate C# code generation.
xaviersolau/BlazorJsBlob
BlazorJsBlob provides a convenient and efficient way to use JavaScript Blob storage from your Blazor application
xaviersolau/TableModel
Library providing a way to define table model and to apply paging sorting and filtering operation server side.
xaviersolau/DevArticles
Repository used to store source code and/or materials for my dev articles.
xaviersolau/ExpressionTools
Tools allowing to parse textual C# Lambda Expression and more.
xaviersolau/SlnAggregate
Aggregate all projects from several solutions in a global solution replacing package references by project references when possible.
xaviersolau/BlazorHeartbeat
BlazorHeartbeat is a Blazor component that maintains the SignalR connection in a Server side Blazor application. It is particularly useful when your application is hosted behind an Application Gateway with a connection timeout.
xaviersolau/ActionDispatch
Dispatch synchronous and/or asynchronous actions to update an application state.
xaviersolau/AzureFunctions.Extensions.OpenIDConnect
OIDC / JWT Bearer Tokens authentication made easy for Azure Functions. Work with the well known ASPNET Authorize attribute. Compatible with popular identity providers including Auth0, Azure AD B2C, Azure AD, Google etc..
xaviersolau/BlazorDemo
A Blazor demo project.
xaviersolau/MediumArticles
Resources used for my Medium articles.
xaviersolau/MediumBlazorArticleSeries
Code base used for a Blazor article series.
xaviersolau/OpenCQRS
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.