Skip to content

Commit 75f2ce1

Browse files
authored
Merge pull request #34178 from wwlpublish/84f195295892fb8fd9cbe8034c6436bd-live
Modules/M06-guided-project-work-variable-data-c-sharp
2 parents 89392c9 + c45da31 commit 75f2ce1

14 files changed

+20
-14
lines changed

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 04/14/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/2-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Prepare for guided project
44
metadata:
55
title: Prepare for guided project
66
description: "Prepare for guided project"
7-
ms.date: 04/14/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/3-exercise-review-starter-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Review starter code
44
metadata:
55
title: Exercise - Review starter code
66
description: "Exercise - Review starter code"
7-
ms.date: 04/14/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/4-exercise-add-suggested-donation-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Add suggestedDonation data
44
metadata:
55
title: Exercise - Add suggestedDonation data
66
description: "Exercise - Add suggestedDonation data"
7-
ms.date: 04/14/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/5-exercise-add-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Add dog search
44
metadata:
55
title: Exercise - Add dog search
66
description: "Exercise - Add dog search"
7-
ms.date: 04/14/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 04/14/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 04/14/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/includes/1-introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22

33

4+
45
Suppose you're a developer who likes to support the local community. You and some of your friends started a business that helps find new homes for stray or abandoned cats and dogs. Your business started off small, with just a couple of animals, but it's starting to grow. Your friends have an initial application developed that enables the entry and display of the animals available for adoption. They ask you to investigate adding features to the app that could help to match the animals in your care with people who are looking for a new family pet.
56

67
In completing this coding project, you apply your C# data knowledge and skills in:

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/includes/2-prepare.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22

33

4+
45
Use Visual Studio Code to develop a version of a C# console application. The application comes with the basic features that create sample data on pets available for adoption and is able to display the pet's information. The main feature to add is searching available dogs using a single search term. The secondary tasks include adding and displaying `suggestedDonation` data.
56

67
## The design specification
@@ -52,10 +53,10 @@ You use Visual Studio Code as your development environment, and you test your ap
5253
5354
## Setup
5455
55-
Use the following steps to prepare for the Guided project exercises.
56+
Use the following steps to prepare for the guided project exercises.
5657
57-
1. Download a zip file containing the code folders for the LP2 Guided project.
58-
- In a browser, navigate to [Guided-project-Work-with-variable-data-in-CSharp](https://github.com/MicrosoftLearning/Guided-project-Work-with-variable-data-in-CSharp/archive/refs/heads/main.zip) to download the zip file.
58+
1. Download a zip file containing the code folders for the guided project.
59+
- In a browser, navigate to [Guided-project-Work-with-variable-data-in-CSharp.zip](https://github.com/MicrosoftLearning/Guided-project-Work-with-variable-data-in-CSharp/archive/refs/heads/main.zip) to download the zip file.
5960
6061
1. Unzip the downloaded files locally (or in the sandbox if you aren't using a local dev environment)
6162
1. On your local machine, navigate to your downloads folder.
@@ -64,12 +65,12 @@ Use the following steps to prepare for the Guided project exercises.
6465
1. Select **Show extracted files when complete**, and then select **Extract**.
6566
1. Make note of the extracted folder location.
6667
67-
1. Open the extracted **GuidedProject** folder in Visual Studio Code
68+
1. Open the extracted **Guided-project-Work-with-variable-data-in-CSharp-main** folder in Visual Studio Code
6869
1. Open Visual Studio Code locally (or open MS Learn sandbox and open Visual Studio Code if you aren't using a local dev environment)
6970
1. In Visual Studio Code, on the **File** menu, select **Open Folder**
7071
1. Navigate to the folder that contains your extracted files, expand the folder structure to locate the folder named "GuidedProject".
71-
1. Select **GuidedProject** and then select **Select Folder**
72+
1. Select **Guided-project-Work-with-variable-data-in-CSharp-main** and then select **Select Folder**
7273
73-
- The Visual Studio Code EXPLORER view should show the **GuidedProject** folder and two subfolders named **Final** and **Starter**.
74+
- The Visual Studio Code EXPLORER view should show two subfolders named **Final** and **Starter**.
7475
7576
You're now ready to begin the Guided project exercises. Good luck!

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/includes/3-exercise-review-starter-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22

33

4+
45
In this first step of the development process, you review the code provided in the Starter project folder.
56

67
## Review the contents of the Program.cs file

0 commit comments

Comments
 (0)