Add Azure Managed Grafana to monitor your Azure Container Apps with Terraform

Monitor your environments

Define secrets and environment variables in Azure Container Apps using Terraform

Secure your credentials

Define your containers inside your Azure Container Apps environment using Terraform

Containers in the cloud

Create an Azure Container Apps environment using Terraform

One environment for your containers

Prepare your Azure Container Registry for your Azure Container Apps using Terraform

Store your Docker Images

Setup your Azure Container Apps projects with Terraform

An Azure container service for developers!

Define branch policies using Terraform inside Azure DevOps

Secure your branches!

Dynamically create default pipeline using Terraform inside Azure DevOps

Setup the build definitions

Add default files to Azure DevOps repositories using Terraform

Add mandatory default files

Create your Azure DevOps repositories with Terraform

Quickly generate your repositories

Configure your Azure DevOps projects automatically with Terraform

Setup a project with a script

Setup your Azure DevOps projects with Terraform

Harmonize your projects

How to use secrets inside your Docker build using Azure DevOps

Use secrets in your Dockerfiles

Easily modify and reuse your task groups using Azure DevOps

Share your task groups!

Reuse your actions and avoid duplication in your project using GitHub Actions

Capitalize on your workflows

Use settings.json in your C# Azure Functions

Load local or production settings!

Combine your specific steps with reusable YAML templates inside Azure DevOps

Stop duplicating your templates!

Run your Azure DevOps jobs inside Docker containers

Build all your projects using container jobs!

Add a badge to your icons using GitHub Actions

Differentiate your versions!

Unit test multipart requests in your C# Azure Functions

Mock your multipart request easily!

Set runtime parameters to your GitHub Actions workflows

Manually trigger your workflows!

Dynamically select your build Agent using Azure DevOps Server

Run your project on a specific agent on demand!

Configure Azure DevOps to distribute your iOS application to App Store

Upload your application easily!

Configure Azure DevOps to distribute your Android application to Google Play

Send your application to your users in one click!

Reuse your workflows across multiple projects with GitHub Actions

Create a bank of composite actions!

Paginate your results using .NET V4 SDK for Azure Cosmos DB

Use the continuation tokens to get the next elements!

Manage your releases by environment using Azure DevOps YAML templates

Use YAML to define the releases of your environments

Update your mobile application package informations automatically with GitHub Actions

Dynamically change the package informations

Manage your mobile application version automatically with GitHub Actions

Automate the versioning of your application

Run Flutter tests using GitHub Actions and Codecov

A visualisation of your code coverage

How to build and sign your Flutter Android application using GitHub Actions

Save time with continuous integration

How to build and sign your Flutter iOS application using GitHub Actions

Continuous integration with GitHub Actions

How to use environment variables and secrets using GitHub Actions

Overview of the different ways of using variables

Send notifications from Azure DevOps pipelines to Rocket Chat

Stay informed of the latest news about your projects

How to use variables and parameters inside your Azure DevOps YAML templates

Quick tips on how to use correctly variables inside your templates.

Manage your demands dynamically with Azure DevOps

Specify your demands easily

How to extend your Azure DevOps YAML templates

Increase the reusability of your templates!

Shrink your Azure Devops YAML pipelines

Simplify your YAML scripts!

Setup Azure DevOps for efficient Pull Requests

Improve the quality of your code!

Generate an universal Apk from your Android App Bundle using Azure DevOps

Upload Android App Bundle to App Center!

Customize your Azure DevOps "Run pipeline" menu

Customize Azure DevOps for your needs!

Create your own bank of templates for Azure DevOps

Reuse your templates!

Prepare your application for distribution using Azure DevOps

Distribute everywhere

Manage your application by environment using Azure DevOps

Differentiate your environment

Add nightly builds to your Xamarin applications using Azure DevOps

Build your code regularly

Run Unit Tests to your Xamarin apps using Azure DevOps

Validate your code!

Automate your mobile development process using Azure DevOps

Move from manual to automatic process!

Generate an Android App Bundle using Xamarin and Azure DevOps

Migrate from apk to Android App Bundle

Quick tips when developing and publishing extensions for Azure DevOps

Save time while developing your extensions

Easily differentiate versions of your applications using Azure DevOps

Find the correct version of your application at first glance

Manage your application version automatically using Git and Azure DevOps

Save time when deploying a new version for your application!

How to build and sign your iOS application using Azure DevOps

Discover continious integration for your iOS application.

How to reuse your Azure DevOps pipeline between your projects

Stop duplicate your builds configurations, reuse it!

How to build, sign and deploy your Xamarin.iOS application using Azure DevOps and App Center

Create your ipa and distribute it to your users.

Setup Azure DevOps and App Center to deploy your application

Quickly connect Azure DevOps to App Center

How to build, sign and deploy your UWP application using Azure DevOps and App Center

Create your appxupload and distribute it to your users.

Install the PFX certificate of your UWP applications on your Azure DevOps

Install your PFX to your Azure DevOps agent.

How to build, sign and deploy your Xamarin.Android application using Azure DevOps and App Center

Create your apk and distribute it to your users.

How to use variables inside your Azure DevOps builds

Quick tips on how to use correctly variables inside your builds.

A complete overview of MvvmCodeGenerator

Save time writing your ViewModels!

Authenticate your Xamarin applications using your Microsoft account

Sign in with your Microsoft account in your Xamarin applications!

Use StyleCop to improve your code quality

Improve your code quality easily!

How to build and sign your Android application using Azure DevOps

Discover continious integration with Azure!

Monitoring your Xamarin application with App Center

Monitoring your application using App Center a reference tool in the cloud.

Monitoring your Xamarin application using NLog

NLog is one of the best tools to monitor your application with local files. Discover how!

Monitoring your Xamarin mobile applications

Discover why monitoring your application is so important!

How to add command to a Switch in Xamarin.Forms

The MVVM pattern is recommended when you develop your Xamarin projects but some graphical components like the Switch do not have fit exactly this pattern.

How to display a grouped list in UWP

In this tutorial, we will see how to group items and customize the style of our grouped list easily.

Download a file with progress bar in Xamarin.Forms

In this tutorial, we will discover how to download a file with Xamarin.Forms and follow the download status through a progress bar.

Create your own Xamarin project template

Start your project faster thanks to .Net Core!

How to use Parcelable with Xamarin.Android

When you develop a Xamarin.Android application, you often need to pass parameters between activities.

Copy assets in a Xamarin.Android application

Sometimes when you are starting an application you do not have all the data ready, but you need to start to develop your application.