2023-04-25

Blazor and its future

Blazor is a relatively new web framework that allows developers to build interactive and dynamic web applications using .NET and C# instead of JavaScript. It was first introduced by Microsoft in 2018 and has gained a lot of popularity since then. In this blog post, we will explore what Blazor is, its benefits, and its future.

Read more
2023-04-23

Hot reloading in .NET core

Hot reloading is a useful feature that can speed up the development process by allowing developers to see changes they make to their code in real-time without having to stop and restart their application. In .NET Core, hot reloading is a powerful tool that can help you to make your development process more efficient and productive.

Read more
2023-04-20

Continuous Delivery and feature toggle

In software development, the continuous delivery approach has gained a lot of attention and popularity over the years. It is a practice that allows developers to release new features and updates to their software in a continuous and reliable manner. One important aspect of continuous delivery is feature toggling, which enables developers to selectively enable or disable new features, without deploying a new version of the software.

Read more