top of page
avicoren
Dec 18, 20214 min read
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...
Â
Â
Â
avicoren
Dec 11, 20213 min read
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...
Â
Â
Â
avicoren
Dec 9, 20211 min read
Big Gotcha in navigation rail SelectionChanged event
The event that triggers when you change a tab is called 'SelectionChanged'. It is attached to the TabControl UI control. Give a name to...
Â
Â
Â
avicoren
Dec 3, 20212 min read
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...
Â
Â
Â
avicoren
Dec 1, 20213 min read
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...
Â
Â
Â
avicoren
Nov 28, 20212 min read
Navigation Rail gets an upgrade
How to add both "Hamburger" and "Popup" menus to the Navigation Rail.
Â
Â
Â
avicoren
Nov 27, 20212 min read
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"....
Â
Â
Â
avicoren
Nov 25, 20213 min read
Data Grid
Learn how to implement Material Design DataGrid on a PowerShell WPF GUI App.
Â
Â
Â
avicoren
Nov 24, 20214 min read
C'mon have a snack bar
Use a Snackbar for displaying information to the user
Â
Â
Â
avicoren
Nov 23, 20214 min read
Opening and Saving Files
Learn how to use Open and Save MS windows newest dialogs
Â
Â
Â
avicoren
Nov 22, 20214 min read
First Window to the (hello) world
First WPF PowerShell Material Design App explained
Â
Â
Â
avicoren
Nov 21, 20213 min read
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...
Â
Â
Â
avicoren
Nov 19, 20213 min read
How Google's Material Design ended up on PowerShell?
The (in)complete story behind adopting Material Design Style on PowerShell.
Â
Â
Â
bottom of page



