© 2022 Hashnode
#xamarin
Build is Microsoft's premier developer conference, taking place annually in May. As with the past two editions, Build 2022 was an entirely online conference with live sessions over three days and more…
You can build whatever you want when you or under the umbrella of .NET, This is one of the main reason developers chose this platform and companies adopt it for their IT Solutions. Devices use multipl…
Design and UX experience are important when we build an application. It's very important to have a consistent design across all our components. When we use a cross-platform technology like Xamarin For…
.NET Frontend Day 2022 took place on 10th February with a great line-up of speakers from the community & Microsoft and topics for all .NET developers. I will highlight the sessions that were of most i…
When writing a cross platform app it is common to need some platform specific code. In Xamarin.Forms we use DependencyService, in .NET MAUI we can use a similar dependency injection technique or take …
In this fast-paced era of technology, stakeholders understand that mobile application development is the best way to connect with customers. The realm of mobile application development is dominated by three major heavyweights namely iOS, An…
While developing a mobile application, do you sometimes need to send feedback to the user after his actions? Even without disturbing the functioning of the application. It is possible to do this with …
Writing a GitHub Actions workflow to build a cross platform .NET MAUI app is more complicated than the average .NET app. First you have to build all the platforms you want to support, taking into cons…
.NET MAUI Preview 11 was released a little over a week ago but it was something of a stealth release due to a late bug in Visual Studio 2022 17.1 Preview 2. We can still install Preview 11 using the C…
Authentification is a crucial part of an application when it comes to giving access to trusted users through our application, and there are different ways to achieve this goal regarding the context in…