In the first post of a four post series, we're going to dive into the Scheduler in Telerik UI for Blazor and see how you can use it in your web apps. We'll start off learning how to set up a project to take advantage of the Telerik Blazor Scheduler and all of its views (plus: Why you need all those views).
In the days of mobile technologies, notifications systems are playing an important role in developing a responsive application. Notifying the user of important events happening in the app is paramount nowadays. A mobile device uses a notification to display a message outside your app’s interface to the user. But how is today’s Windows OS coping with notification mechanism?
gRPC is a high-performance RPC framework with pluggable authentication and load balancing features. In this post, you will learn about gRPC and protocol buffers, how to build gRPC services in .NET Core/5 using C#, and also how to create gRPC clients.
In this article, we explore tag helpers: what they are, which ones are built in, select tag helper, setting selected options, disabling options and option groups using a simple example.