Tip: Quickly create the code behind of a Razor page
Blazor offers a way to write C# code directly into a .Razor component. It’s very convenient though as many like to have the C# code …
.NET developer. 💜 Blazor
Blazor offers a way to write C# code directly into a .Razor component. It’s very convenient though as many like to have the C# code …
If like me you have an application and you want to get feedback from your customers, then this article may interest you. When I logged …
#Blazor : Visual Studio : Unexpected closing tag ‘div’ with no matching start tag. Small tip to avoid this problem where razor prevents the compilation of the project
As for my desktop application, I had to find a solution to create a copy function when drag-and-dropping while holding the CTRL key. In my …
A little trick that made me lose a lot of time but which turns out to be extremely simple; My initial goal was to open …
With the release of ASP.NET Core updates in .NET 5 Preview 8, two new services are available : ProtectedLocalStorage and ProtectedSessionStorage. Until now I was …
This Wednesday, I had the chance to participate in the first meetup of the Montreal group of Microsoft developers “MSDEVMTL”, it’s a virtual conference. My …
I just discovered a little trick that will save you time debugging. It’s the use of dotnet watch. It’s not new, but it’s still necessary …