Azure DevOps: force the use of a specific Xcode version
Azure DevOps is the ideal partner for automating builds and releases of our Xamarin iOS applications. When creating an iOS build, a good practice is to specify…
Read articleThe library
17 articles about .NET, C#, Azure, mobile development and artificial intelligence.
17 results
Clear filtersAzure DevOps is the ideal partner for automating builds and releases of our Xamarin iOS applications. When creating an iOS build, a good practice is to specify…
Read articleThe ability to receive text and images from another app is a behavior that has become the norm on mobile apps. In this article we'll look at how to activate the…
Read articleDuring the BUILD 2018, I was announcing the arrival of Xamarin Essentials., a software library making life easier for Xamarin developers. This one just got…
Read articleToday I had to insert or update massive thousands of lines into a database It's just using Entity Framework Core. The context A simple approach to carrying out…
Read articleWhat is .NET Core? In a few words we'll explain what is .NET Core. 1. What is .NET Core? .NET Core is a multi platform, modular .NET Framework. 2. On what platform…
Read articleI'm very happy to present a project I've been working on for a while: a fully fluid .NetStandard compatible REST client. The code is available on GitHub. And the…
Read articleThe Xamarin Forms teams have just released version 3.1 of Xamarin Forms, so let's find out together what's new about this version. Android: Support for page tabs…
Read articleAt Build, the Xamarin team announced the preview release of Xamarin.Essentials. This library brings the essential cross platform APIs used by mobile applications…
Read articleGoogle replaced its graphics tool to create Android emulators with a command line tool. So we Xamarin developers didn't have a graphics tool to create our…
Read articleIn this article we'll look at how to create two Behaviors for ListView: One to allow an order to be associated when one of the items in the list is clicked. One…
Read articleThe DependencyService is a dependency solver that allows applications to call on platform specific functionalities from shared code. This feature therefore allows…
Read articleMany announcements were made by Miguel de Icaza at the MVP summit. If, since I wasn't there, Miguel shared the presentation slides here. Xamarin Android: No need…
Read article