Tag: Blazor
Posted in .NET
Integrating chessboards in your Blazor app
Dan Patrascu-Baba
Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Latest posts by Dan Patrascu-Baba (see all)
- Configuration and environments in ASP.NET Core - 25/11/2019
- GraphQL in the .NET ecosystem - 19/11/2019
- A common use case of delegating handlers in ASP.NET API - 12/11/2019
I enjoy playing chess even though I am not a good chess player at all. As a hobby chess player I tried a lot of…
Working with local storage in Blazor
Dan Patrascu-Baba
Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Latest posts by Dan Patrascu-Baba (see all)
- Configuration and environments in ASP.NET Core - 25/11/2019
- GraphQL in the .NET ecosystem - 19/11/2019
- A common use case of delegating handlers in ASP.NET API - 12/11/2019
Working on my GitHubDashboard Blazor application I soon realized that I need to interact in one way or another with the browser’s local storage. If…
Architecting Blazor applications – an Angular approach
Dan Patrascu-Baba
Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Latest posts by Dan Patrascu-Baba (see all)
- Configuration and environments in ASP.NET Core - 25/11/2019
- GraphQL in the .NET ecosystem - 19/11/2019
- A common use case of delegating handlers in ASP.NET API - 12/11/2019
In my last article I wrote about a Blazor demo application using the server side hosting model. I promised that a larger series of articles…
An overview of Razor Components (server-side Blazor)
Dan Patrascu-Baba
Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Latest posts by Dan Patrascu-Baba (see all)
- Configuration and environments in ASP.NET Core - 25/11/2019
- GraphQL in the .NET ecosystem - 19/11/2019
- A common use case of delegating handlers in ASP.NET API - 12/11/2019
I wrote about Blazor some time ago. Blazor is really cool in my opinion and, in a certain way, the future of web development (even…