Rabbit Blog

As you walk the path, let your heart set sail.

Blazor 9: New Features and Improvements

Blazor 9: New Features and Improvements Blazor 9 is the latest web framework from Microsoft for building interactive web applications. It’s based on .NET and C#, and allows developers to use familiar tools and languages to create modern web applications. Blazor 9 introduces a number of new features and improvements, including: .NET 9 support: Blazor 9 now supports .NET 9, which means developers can use all the new features and improvements in .

Exploring Authorization Libraries in Blazor

ASP.NET vs. Casbin

Exploring Authorization Libraries in Blazor: ASP.NET vs. Casbin Introduction: In the realm of web development, authorization is a critical aspect of ensuring secure access to resources within applications. When building web applications using Blazor, developers often need to choose an authorization library that best suits their project’s requirements. In this blog post, we will explore and compare two popular authorization libraries for Blazor projects: ASP.NET’s built-in authorization features and Casbin, an independent authorization library.