© 2023 Hashnode
#blazor
The .NET Framework is a powerful and versatile platform for developing software applications. In this article, we'll provide a beginner-friendly introduction to the .NET Framework, explaining its arch…
Let us continue exploring Blazor and how it provides us with great tooling to create super apps. If you didn't have the chance to read the first part I recommend it to read it first here: Blazor basic…
When starting a project, you typically work with clients on UI sketches. The client provides a list of requirements or pages they want to see. You begin building the client app and backend, designing …
Blazorise, an open-source system, has evolved into a comprehensive Blazor UI component library offering state-of-the-art solutions for startups and enterprises. The Blazorise team is committed to stay…
Welcome to the Let's Do Blazor mini-series. Through this series, I plan to introduce you to the basics of creating web applications with Blazor. First, I will guide you through the project creation an…
Before starting work on this project, I had an insightful discussion with ChatGPT about what I should build. My idea was simple: a habit tracker that motivates you by making you compete with yourself. For example, if I want to do 10 pushups…
In this article, you'll learn how to utilize Source Generators to create an icon library for Blazor apps. Source Generators are a powerful tool, which can be used to generate additional C# code during…
Introduction to Blazor Blazor is a web framework from Microsoft that allows developers to build interactive web applications using C# and HTML. With Blazor, we can create web applications that run ent…
In the universe of technology, something is constantly going on. If you, as a web developer, are using JavaScript and its frameworks and libraries day to day, you are familiar with the feeling of exci…
Blazorise is an open-source UI component library for Blazor that allows developers to build web applications using C# instead of JavaScript. Blazorise provides a set of reusable components, including …