
Poprvé v Chicagu na konferenci Microsoft Ignite
Právě jsem se vrátil z Chicaga z Microsoft Ignite - největší technologické konference o technologiích Microsoftu. Není překvapením, že to bylo hlavně o umělé inteligenci a byl to úžasný zážitek.

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.