This video is part of The FREE Blazor Crash Course. We build an actual Blazor WebAssembly application based on .NET 5. Learn about CSS handling for Blazor applications. We will discuss the difference between local and global CSS definitions and how CSS isolation makes the developer's life easier.
This video is part of The FREE Blazor Crash Course. In this crash course, we build an actual Blazor WebAssembly application based on .NET 5.
In this video, we will learn about CSS handling for Blazor applications. We will discuss the difference between local and global CSS definitions and how CSS isolation makes the developer's life easier.
This time, we won't implement new components for our FinanceMentor application but will make the existing components look better.
If you followed along as we build the FinanceMentor application, you saw that we already used a lot of CSS in our project. We used Bootstrap to style our Earnings page and implement our modal dialog component in previous videos.
The main benefit of using CSS isolation is that we can use short and descriptive names for our CSS classes and don't have to be afraid of any name clashes across our application or any external CSS definitions like Boostrap.
📋 Source Code: https://github.com/claudiobernasconi/FinanceMentor/
LIKE | COï¼ï¼ï¼¥ï¼®ï¼´ | SHARE | SUBSCRIBE In this tutorial, I will show you how to save data into database using Web API form Asp.Net Core Blazor #Webassembly appli...
LIKE | COï¼ï¼ï¼¥ï¼®ï¼´ | SHARE | SUBSCRIBE How to call and consume a REST API from ASP.NET Core Blazor application. Blog : https://aspdotnetexplorer.blogspot.com/sea...
LIKE | COï¼ï¼ï¼¥ï¼®ï¼´ | SHARE | SUBSCRIBE In this tutorial, we will see how to create a simple CRUD (create, read, update, and delete) application for ASP.NET Core ...
LIKE | COï¼ï¼ï¼¥ï¼®ï¼´ | SHARE | SUBSCRIBE In this tutorial, we will see how to create a simple CRUD (create, read, update, and delete) application for ASP.NET Core ...
The Blazor platform provides support for lazy loading assemblies starting with .NET 5 Preview 8. The Blazor lazy loading of assemblies works only in Blazor WebAssembly (WASM) applications. Syncfusion provides individual NuGet package support, starting from the 2020 Volume 4 (v18.4.0.30) release. So, we can now utilize the lazy loading Blazor assemblies feature with our Blazor UI components.