Introduction In this article, let's understand how to play audio files in the Blazor Application, We will cover both Blazor Server and Blazor WASM applications. Before getting into the core concepts, let's discuss what Blazor is. Blazor is an excellent framework in which we can use C# code to write both the Client and Server... Continue Reading →
Implementing Dapper in Blazor Server Application
Introduction In this article, we will discuss how to integrate Dapper with the Blazor Web Server application. As many of us may know, Dapper is a micro ORM framework that helps us map object-oriented domain models to a relational database. Using Dapper, it is very easy to execute an SQL query against database and get... Continue Reading →
Build Progressive Web Applications with Blazor WebAssembly
Introduction How many of us know, Blazor WebAssembly applications has offline support?. They can convert our Web Application into a Desktop or Mobile Applications, and that is called Progressive Web Application (PWA). In this article, we will discuss how to convert our WebAssembly Application into a Progressive Web Application (PWA), How do a PWA application... Continue Reading →
How to get started with the Radzen Blazor components
Introduction When creating a Blazor Application (both Server and WebAssembly), by default it consist of the UI framework. But some projects might be need to deliver sooner or the time frame for a project is lesser. In those scenarios we can use Blazor UI Components and in this article we discuss an awesome Blazor UI... Continue Reading →
Breadcrumbs For Blazor using MudBlazor
Introduction A breadcrumb is a type of secondary navigation scheme that reveals the user’s location in a website or Web application. Breadcrumbs in real-world applications offer users a way to trace the path back to their original landing point. In this article, let's discuss how to implement breadcrumbs for WebAssembly Project Getting Started - Initial... Continue Reading →
Modal Popup Window in Blazor WebAssembly
Introduction Sometime in our web application we may need to display contents in Popup Window. A popup window is a web browser window that is smaller than standard windows and without some of the standard features such as toolbars or status bars. Popups are one of the trickiest effects in web development, but in Blazor WebAssembly we can create it in... Continue Reading →
What is Blazor and How does it works
Introduction In this article, we will discuss about the amazing technology called Blazor. Personally after working on this amazing technology, it increased my development works so much productive and interesting. In this article, we will cover the overall features of Blazor like as, What is BlazorWhy should we use Blazor Getting started with BlazorBlazor WebAssemby... Continue Reading →
Blazor Components in Razor Page: Zero To Hero in Blazor with Real Time Implementation Part VI
Introduction This is part six of the “Blazor: Zero to Hero” article series. Before getting into the Part VI article series, let’s have a Glimpse at previous articles in this series, Part V Blazor is a component driven framework, i.e. Components are the fundamental build blocks of a Blazor applicationComponents can be reused and shared across multiple... Continue Reading →
Blazor Components in Razor Page: Zero To Hero in Blazor with Real Time Implementation Part V
Introduction This is part five of the “Blazor: Zero to Hero” article series. Before getting into the Part V article series, let’s have a Glimpse at previous articles in this series, Part I Blazor is a framework to build Interactive Web UIs using C# and HTML. The initial release was in 2018 by Microsoft. We can use C# code... Continue Reading →
Blazor: Zero To Hero Real Time Implementation Part IV
Introduction This is part four of the “Blazor: Zero to Hero” article series. Before getting into the Part III article series, let’s have a Glimpse at Part I, Part II and Part III articles, Part I Blazor is a framework to build Interactive Web UIs using C# and HTML. The initial release was in 2018 by Microsoft. We can... Continue Reading →
Blazor: Zero To Hero Real Time Implementation Part III
Introduction This is part three of the “Blazor: Zero to Hero” article series. Before getting into the Part III article series, let’s have a Glimpse at Part I and Part II articles, Part I Blazor is a framework to build Interactive Web UIs using C# and HTML. The initial release was in 2018 by Microsoft. We can... Continue Reading →
Blazor: Zero To Hero Real Time Implementation Part II
Introduction This is part two of the “Blazor: Zero to Hero” article series. Before getting into the Part II article series, let’s have a Glimpse at Part I, Blazor is a framework to build Interactive Web UIs using C# and HTML. The initial release was in 2018 by Microsoft. We can use C# code in the Client-Side... Continue Reading →
Blazor: Zero To Hero Real Time Implementation Part I
This is Part one of “Blazor: Zero to Hero” article series and in this article series, rather than learning Blazor, we will also develop a real-time application with best practices. At the end of the article series, we will be familiarised with Blazor with real-time implementations. We will take Financial Application as our example for... Continue Reading →