Dans cet article, nous ferons un retour sur la vidéo où nous avons vu comment mettre en place l’injection de dépendance pour s’en servir dans des Azure Functions. Bonne lecture!
Continue reading « Injection de dépendance pour Azure Functions »Comment tester les Minimal API
Après avoir vu comment mettre en place des endpoints avec les Minimal API, il est normal de vouloir savoir comment les tester. Dans cet article on fait donc un retour sur la vidéo et on regarde comment tester les Minimal API. Bonne lecture!
Continue reading « Comment tester les Minimal API »Minimal API with .NET 6
The Minimum API, available with .NET 6, allow us to create APIs with much less “ceremony” than with traditional controllers. In this article, we take a look back at video and explore the difference from controllers. Good reading!
Continue reading « Minimal API avec .NET 6 »What's new in Blazor with .NET 6
.NET 6 has brought its share of new features for Blazor, some of which are experimental. In this article we will do a short review of the video on the subject and we will deepen some features that were not in the video. Good reading!
Continue reading « Nouveautés Blazor avec .NET 6 »C# 10
C# 10 has been available since November 2021. In this blog, I come back to some of the new features that it brought us, in addition to the last video of the channel. Good reading!
Continue reading « C# 10 »Deploy a Blazor app to Azure Static Web App with DevOps
In recent months, it has now been possible to deploy Blazor applications on Azure Static Web App, a much lighter environment than App Services. In this blog complementary to the video recently published on our channel, we look at how to make these deployments via DevOps.
Continue reading « Déployer une application Blazor sur Azure Static Web App avec DevOps »Color Scheme Preference Detector
The Color Scheme Preference Detector is a Nuget library that I recently developed to make it easy to tell if a user prefers dark or light themes, which I saw could be used with Blazor. Here is a small article to explain its origin and operation.
Continue reading « Color Scheme Preference Detector »Do SASS with Blazor
With the CSS isolation that is available since .NET5, applying styles to our Blazor components has never been easier. Did you know that it can easily be done by SASS, take advantage of the power of this preprocessor, and not have to worry about compiling to CSS ourselves? Here is the simple little trick to help you do it.
Continue reading « Faire du SASS avec Blazor »C# 10 - Global Using
I recently had the chance to start a new project where we are using .NET6 and C#10. So I was able to begin to put into practice some of the new possibilities available to us. In this article, I wanted to expose the use of global using of C# 10, which in my opinion will greatly help for the readability of our code.
Continue reading « C# 10 – Global Using »Start an Azure build by API
Did you know that it is possible to start a build Azure by API? It's not something that we need every day, but knowing that it exists, and that we have a lot of possibilities with Azure APIs, can make our life easier when the time comes.
Continue reading « Démarrer un build Azure par l’API »