Blazor

Blazor & SVG files - Part 2

It's been a while since my last blog post about Blazor. My original blog post was showing how to use Blazer client side only with SVG files, by requesting those images using a http client from the browser and getting the content from the wwwroot.

Read more...

Blazor & Pagination

The snippets below can be used to create a pagination razor component for a Bootstrap table with a pager.

Read more...