A simple Navigation Service for Xamarin.Forms
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...
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...
In the first part of the series we covered the development environment setup on how to get started with PowerShell. Now lets dive into some code. PowerShel...
Lately I have been doing some work with PowerShell. PowerShell is a well known in the Windows IT Pro space when it comes to the automation of tasks. In tod...