Migrate your Xamarin App from PCL to .Net Standard
Update: Hey there thank you for reading my blog, since I wrote this post I have learnt a lot and have found a better way to migrate your Xamarin Apps so...
Update: Hey there thank you for reading my blog, since I wrote this post I have learnt a lot and have found a better way to migrate your Xamarin Apps so...
When writing an app that only allows access to certain or all parts of the app when a user is logged in requires a login screen which can be presented to t...
If you have ever written a Xamarin Forms app and wanted to navigate from within a View Model to another page. Then you have come over the issue that the na...
The wait will soon be over and we will all be able to use .Net Standards for sharing all our code across .Net run-times. But for the current time we are st...
PureLayout is a library for iOS developers that allows to create UI views in code behind with ease. With PureLayout.Net this option is now available for Xa...
In the previous post we saw how methods i.e. functions can be implemented with PowerShell. Functions are not only a great way to structure code for reuse b...
In this Post we will be looking at how to use methods in PowerShell. When thinking about methods parameters are bound to come up. In C# parameters do not g...