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
*[Chinese (Simplified) 简体中文](https://dotnet-presentations.github.io/dotnet-maui-workshop/?lang=zh-cn) - README files ending with .zh-cn.md (Translated by [Kinfey Lo](https://github.com/kinfey))
13
+
*[Chinese (Traditional) 繁體中文](https://dotnet-presentations.github.io/dotnet-maui-workshop/?lang=zh-tw) - README files ending with .zh-tw.md (Translated by [James Tsai](https://github.com/JamestsaiTW))
14
14
15
15
## Setup Guide
16
16
Hey there! This workshop will be a hands on and a bring your own device workshop. You can develop on PC, Mac, or Linux and all you will need to do is install Visual Studio 2026 or Visual Studio Code with the C# Dev Kit extension. It is built on .NET 10. See [full installation guide for .NET MAUI](https://learn.microsoft.com/dotnet/maui/get-started/installation?view=net-maui-10.0) for more information.
@@ -24,15 +24,19 @@ Beyond that you will be good to go for the workshop!
24
24
## Agenda
25
25
I have also put together an abstract of what you can expect for the day long workshop:
26
26
27
-
*[Part 0](Part%200%20-%20Overview/README.md) - 30 Min Session - Introduction to .NET MAUI Session & Setup Help
28
-
*[Part 1](Part%201%20-%20Displaying%20Data/README.md) - Single Page List of Data
29
-
*[Part 2](Part%202%20-%20MVVM/README.md) - MVVM & Data Binding
|[Part 6](https://dotnet-presentations.github.io/dotnet-maui-workshop/step.html?step=part6)| App Themes | Theming the app |
34
36
35
-
To get started open the `Part 1 - Displaying Data` folder and open `MonkeyFinder.sln`. You can use this throughout the workshop. Each **part** has a **README** file with directions for that part. If you came in late, you can open any of the folders and there is a starting project for that section.
37
+
> 💡 **Prefer reading locally?** Each part folder contains a README.md file with the same content.
38
+
39
+
To get started open the `Part 1 - Displaying Data` folder and open `MonkeyFinder.sln`. You can use this throughout the workshop. Each **part** has a **README** file with directions for that part. If you came in late, you can open any of the folders and there is a starting project for that section.
36
40
37
41
## Video Walkthrough
38
42
James recorded a [full 4-hour walkthrough](https://www.youtube.com/watch?v=DuNLR_NJv8U) end-to-end on [his YouTube](https://youtube.com/jamesmontemagno)!
@@ -44,6 +48,7 @@ If you want to learn more about Blazor Hybrid too, then we have got [another gre
44
48
In this workshop you will build the same app as in this one, the Monkey Finder app, but now using Blazor Hybrid. By doing both workshops, you can really see the differences and similarities between the two approaches.
0 commit comments