Dotnet

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...

Continuous integration and Continuous deployment of Blazor application to GitLab page.

It only works with blazor 0.5 + version as GitLab uses linux and there was some issue related to copying files from wwwroot folder on linux machine. (Github issue) If you are reading this post means you are already familiar with Blazor if not There are pretty awesome article out there that defines blazor in clear way. In short as per the official repository Blazor is an experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly

Read more...