Bipin Paul

Making Blazor WebAssembly SEO-Friendly and Flicker-Free

In this blog post, we will walk through the process of making a Blazor WebAssembly application both SEO-friendly and flicker-free.

Read more...

Display spinner on each API call automatically in Blazor

Update to .NET 5

Read more...

Integration Testing and dockerizing asp.net core apps on Travis CI, Azure pipeline and appveyor using cake build.

When we are working on some open source project we often have to build the same project on multiple CI server and every CI server have theirs own configuration file and it doesn't make sense to write the different file to do the same tasks.

Read more...