top of page

The art of Input Validation

One of the most critical foundations of an app's data integrity and consistency is covered in this post: Data input validation. As you've...

Filling up some MD forms

Some words on input controls and form layout. Material Design has three flavors of input styles: On all of them you can put a hint, and...

Dot-Sourcing reusable PS code

On all of my previous posts, I showed you that the files had common code on their top parts. I said we don't touch those parts usually...

Know your elements

How to view the content of a UI element When designing an app, we have to know exactly how every UI element should look like, and respond...

Navigation Bar in less than 2 minutes

MDIX (Material Design In Xaml) contains a VERY simple yet beautiful looking navigation bar. MD calls it a "Navigation Rail Tab Control"....

Data Grid

Learn how to implement Material Design DataGrid on a PowerShell WPF GUI App.

Creating a project skeleton

Unlike C# projects that can live on one VS solution and be "Packed for shipment", In PowerShell we have nothing to compile. It's a...

bottom of page