Skip to content

Commit

Permalink
nav structure
Browse files Browse the repository at this point in the history
  • Loading branch information
coillarach committed Sep 2, 2024
1 parent 8e4762b commit f395c16
Show file tree
Hide file tree
Showing 201 changed files with 86,305 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: Wellcome
has_children: false
nav_order: 1
---

# SET09102 Software Engineering

**NB**: This module assumes that you are familiar with the content of the
**NB**: This module assumes that you are familiar with the content of the
Software Engineering Methods module (SET08103). You can review that material
on the [SET08103 GitHub site](https://github.com/edinburgh-napier/SET08103).

Expand Down
9 changes: 9 additions & 0 deletions tutorials/csharp/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: C# practice
parent: Tutorials
nav_order: 1
---

# C# Tutorials

Add list here
Binary file added tutorials/csharp/maui/images/code_behind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/maui/images/final-note-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/maui/images/final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/maui/images/ms_notes_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/maui/images/new_class.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/maui/images/note_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/maui/images/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/maui/images/view_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,259 changes: 1,259 additions & 0 deletions tutorials/csharp/maui/maui.md

Large diffs are not rendered by default.

Binary file added tutorials/csharp/migration/images/ERDDiagram1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/migration/images/migrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/migration/images/nuget_gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/mssql/images/create_login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/mssql/images/create_user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/mssql/images/database_owner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/mssql/images/new_database.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/mssql/images/new_query.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/mssql/images/note_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/mssql/images/notesdb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/csharp/mvvm/images/mvvm-pattern.png
Binary file added tutorials/csharp/mvvm/images/nuget_package .png
Binary file added tutorials/csharp/mvvm/images/vs_create_folder.png
Binary file added tutorials/csharp/unit_test/images/create_db.png
Binary file added tutorials/csharp/unit_test/images/fk_error.png
9 changes: 9 additions & 0 deletions tutorials/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Tutorials
has_children: true
nav_order: 3
---

# Tutorials

Add list here
9 changes: 9 additions & 0 deletions tutorials/tools/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Tools
parent: Tutorials
nav_order: 2
---

# C# Tutorials

Add list here
Loading

0 comments on commit f395c16

Please sign in to comment.