Skip to content

Commit 24929a6

Browse files
Update README with workshop site links throughout
- Add language links to interactive workshop site - Convert agenda to table format with direct step links - Add workshop site to resources section
1 parent fddf04e commit 24929a6

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Today we will build a [.NET MAUI](https://docs.microsoft.com/dotnet/maui?WT.mc_i
88

99
## Languages
1010
This workshop is available in the following languages:
11-
* English - default README files
12-
* [Chinese (Simplified)](README.zh-cn.md) - README files ending with .zh-cn.md (Translated by [Kinfey Lo](https://github.com/kinfey))
13-
* [Chinese (Traditional)](README.zh-tw.md) - README filed ending with .zh-tw.md (Translated by [James Tsai](https://github.com/JamestsaiTW))
11+
* [English](https://dotnet-presentations.github.io/dotnet-maui-workshop/) - default README files
12+
* [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))
1414

1515
## Setup Guide
1616
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!
2424
## Agenda
2525
I have also put together an abstract of what you can expect for the day long workshop:
2626

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
30-
* [Part 3](Part%203%20-%20Navigation/README.md) - Navigation
31-
* [Part 4](Part%204%20-%20Platform%20Features/README.md) - Implementing Platform Features
32-
* [Part 5](Part%205%20-%20CollectionView/README.md) - CollectionView & Beyond
33-
* [Part 6](Part%206%20-%20AppThemes/README.md) - Theming the app
27+
| Part | Topic | Description |
28+
|------|-------|-------------|
29+
| [Part 0](https://dotnet-presentations.github.io/dotnet-maui-workshop/step.html?step=part0) | Overview & Setup | 30 Min Session - Introduction to .NET MAUI Session & Setup Help |
30+
| [Part 1](https://dotnet-presentations.github.io/dotnet-maui-workshop/step.html?step=part1) | Displaying Data | Single Page List of Data |
31+
| [Part 2](https://dotnet-presentations.github.io/dotnet-maui-workshop/step.html?step=part2) | MVVM | MVVM & Data Binding |
32+
| [Part 3](https://dotnet-presentations.github.io/dotnet-maui-workshop/step.html?step=part3) | Navigation | Navigation with Shell |
33+
| [Part 4](https://dotnet-presentations.github.io/dotnet-maui-workshop/step.html?step=part4) | Platform Features | Implementing Platform Features |
34+
| [Part 5](https://dotnet-presentations.github.io/dotnet-maui-workshop/step.html?step=part5) | CollectionView | CollectionView & Beyond |
35+
| [Part 6](https://dotnet-presentations.github.io/dotnet-maui-workshop/step.html?step=part6) | App Themes | Theming the app |
3436

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.
3640

3741
## Video Walkthrough
3842
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
4448
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.
4549

4650
## More links and resources:
51+
- [Interactive Workshop Site](https://dotnet-presentations.github.io/dotnet-maui-workshop/)
4752
- [.NET MAUI Website](https://dot.net/maui)
4853
- [.NET MAUI on Microsoft Learn](https://docs.microsoft.com/learn/paths/build-apps-with-dotnet-maui/)
4954
- [.NET MAUI Documentation](https://docs.microsoft.com/dotnet/maui)

0 commit comments

Comments
 (0)