Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zip files for code related to docs tutorial series #450

Merged
merged 5 commits into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 1 addition & 10 deletions 8.0/Tutorials/ConvertToMvvm/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Upgrade your app with MVVM concepts

These folders represent the resulting code from following the steps in the [Upgrade your app with MVVM concepts](https://learn.microsoft.com/dotnet/maui/tutorials/notes-mvvm/) tutorial.

You can download the code for each finished step:

- [Step 1: Upgrade the app from .NET 6 to .NET 7](./step1_upgrade.zip)
- [Step 2: Update the model](./step2_model.zip)
- [Step 3: About viewmodel and About view](./step3_viewmodel_about.zip)
- [Step 4: Note viewmodel and Note view](./step4_viewmodel_note.zip)
- [Step 5: Notes viewmodel and AllNotes view](./step5_viewmodel_notes.zip)
- [Step 6: Fix the final bugs](./step6_bugs.zip)
This is the code created by following the [Upgrade your app with MVVM concepts](https://learn.microsoft.com/dotnet/maui/tutorials/notes-mvvm/) tutorial.
Binary file added 8.0/Tutorials/ConvertToMvvm/app_after.zip
Binary file not shown.
Binary file added 8.0/Tutorials/ConvertToMvvm/app_before.zip
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions 8.0/Tutorials/ConvertToMvvm/step1_upgrade/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions 8.0/Tutorials/ConvertToMvvm/step2_model/Models/Note.cs

This file was deleted.

76 changes: 0 additions & 76 deletions 8.0/Tutorials/ConvertToMvvm/step2_model/Notes.csproj

This file was deleted.

5 changes: 0 additions & 5 deletions 8.0/Tutorials/ConvertToMvvm/step2_model/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions 8.0/Tutorials/ConvertToMvvm/step2_model/Views/AboutPage.xaml

This file was deleted.

18 changes: 0 additions & 18 deletions 8.0/Tutorials/ConvertToMvvm/step2_model/Views/AboutPage.xaml.cs

This file was deleted.

33 changes: 0 additions & 33 deletions 8.0/Tutorials/ConvertToMvvm/step2_model/Views/AllNotesPage.xaml

This file was deleted.

36 changes: 0 additions & 36 deletions 8.0/Tutorials/ConvertToMvvm/step2_model/Views/AllNotesPage.xaml.cs

This file was deleted.

21 changes: 0 additions & 21 deletions 8.0/Tutorials/ConvertToMvvm/step2_model/Views/NotePage.xaml

This file was deleted.

54 changes: 0 additions & 54 deletions 8.0/Tutorials/ConvertToMvvm/step2_model/Views/NotePage.xaml.cs

This file was deleted.

14 changes: 0 additions & 14 deletions 8.0/Tutorials/ConvertToMvvm/step3_viewmodel_about/App.xaml

This file was deleted.

11 changes: 0 additions & 11 deletions 8.0/Tutorials/ConvertToMvvm/step3_viewmodel_about/App.xaml.cs

This file was deleted.

Loading
Loading