I’ve been working on an android app with Xamarin lately and I wanted to deploy it to App Center automatically so I can install it on my mobile to test it as I hate manual deployment. I knew that App Center had a connector to azure devops repositories so you can build and deploy when…
Category: Uncategorised
How to : Blazor components (basic)
One essential aspect of Blazor are components. They are basically your Blazor code container. This is where you put the UI and the code needed for your UI to behave the way you want it to. You can dissociate the code from the UI but it’s not mandatory. For small component, I would advise to…
Another blog
To be honest, I thought about whether or not writing a blog about .net and dev in general would be relevant given the crazy amount of similar blogs around the web. Yet if you read this you’d know I’ve taken my decision 😉 I’m just going to write about whatever I feel like, and if…