
First Time in Chicago at Microsoft Ignite
I just returned from Chicago from Microsoft Ignite - the largest tech conference about Microsoft technology. Unsurprisingly, it was mainly about AI, and it was a terrific experience.

MAUI Environment Ribbon - Optimization and wrap up (Part 5)
One thing that we haven't addressed so far is that the environment ribbon gets added everytime a navigation occurs in Shell. This means that even if the ribbon is already added to a page we add another one and also add another Grid.

MAUI Environment Ribbon - UI customization (Part 4)
It was mentioned in the first post of this series that we want our ribbon to be configurable.

MAUI Environment Ribbon - NavigationPage integration (Part 3)
When dealing with NavigationPage navigation we can use a similar approach to Shell for the basic functionality. We will use the Pushed event for adding the control to individual pages.