You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/windows-dotnet-maui/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,12 @@ Explore the .NET MAUI code samples in the [samples browser](/samples/browse/?exp
63
63
64
64
| Sample Name/Link | Task |
65
65
|--|--|
66
-
|[Animations](https://github.com/dotnet/maui-samples/tree/main/8.0/Animations)|**Use animations** to bring your app to life. |
67
-
|[Behaviors](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/BehaviorsDemos)|**Add functionality without subclassing** using behaviors, instead attaching behavior classes to your controls. |
68
-
|[Control Templates](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/ControlTemplateDemos)|**Define the visual structure** of `ContentView` derived custom controls, and `ContentPage` derived pages. |
69
-
|[Data Binding](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/DataBindingDemos)|**Bind objects** to the actual UI elements, responsively updating one another when one changes. |
70
-
|[Shell App](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/Shell)|**Use a .NET Shell app** to reduce complexity, reuse code, and integrate existing Windows functionality (such as URI navigation and integrated search bars) into your app. |
71
-
|[Triggers](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/TriggersDemos)|**Use triggers** to selectively update, hide, or display specific controls when an event or data changes. |
66
+
|[Animations](https://github.com/dotnet/maui-samples/tree/main/9.0/Animations)|**Use animations** to bring your app to life. |
67
+
|[Behaviors](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/BehaviorsDemos)|**Add functionality without subclassing** using behaviors, instead attaching behavior classes to your controls. |
68
+
|[Control Templates](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/ControlTemplateDemos)|**Define the visual structure** of `ContentView` derived custom controls, and `ContentPage` derived pages. |
69
+
|[Data Binding](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/DataBindingDemos)|**Bind objects** to the actual UI elements, responsively updating one another when one changes. |
70
+
|[Shell App](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/Shell)|**Use a .NET Shell app** to reduce complexity, reuse code, and integrate existing Windows functionality (such as URI navigation and integrated search bars) into your app. |
71
+
|[Triggers](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/TriggersDemos)|**Use triggers** to selectively update, hide, or display specific controls when an event or data changes. |
0 commit comments