Skip to content

Commit

Permalink
Add zip files for code related to docs tutorial series (#450)
Browse files Browse the repository at this point in the history
* Add zips for before/after mvvm tutorial

* Add zip for after first part of mvvm tutorial

* remove step code and only provide final code
  • Loading branch information
adegeo committed Mar 18, 2024
1 parent d20b0d8 commit fadf418
Show file tree
Hide file tree
Showing 462 changed files with 4 additions and 9,823 deletions.
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

0 comments on commit fadf418

Please sign in to comment.