Skip to content

Commit b1336de

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents b024a9a + 634bec3 commit b1336de

12 files changed

+21
-15
lines changed

learn-pr/wwl-language/challenge-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: 02/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/challenge-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 challenge
44
metadata:
55
title: Prepare for challenge
66
description: "Prepare for challenge"
7-
ms.date: 02/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/challenge-project-work-variable-data-c-sharp/3-exercise-search-multiple-terms.yml

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

learn-pr/wwl-language/challenge-project-work-variable-data-c-sharp/4-exercise-add-improved-search-animation.yml

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 02/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
1212
durationInMinutes: 3
1313
quiz:
14+
title: ""
1415
questions:
1516
- content: "To sort a string array, why is it be important to use the `String.Trim()` method on each array element before sorting?"
1617
choices:

learn-pr/wwl-language/challenge-project-work-variable-data-c-sharp/6-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: 02/24/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/challenge-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,5 +1,6 @@
11

22

3+
34
Suppose you're one of the developers working on the Contoso Pets adoption application to help find new homes for pets. Your starting version of the application gathers a single search term used to search the descriptions of dogs. A single term search is helpful, but the feedback given from the team is the application needs more search functionality. The team wants you to extend the search functionality to allow for multiple term searches. Additionally, the team wants to pilot an update to the "search status" animation that shows search progress.
45

56
In this challenge coding project, your C# data knowledge and skills are applied for:

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

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

22

3+
34
Use Visual Studio Code to develop update the Contoso Pets adoption C# console application. The application already creates sample data on pets available for adoption, and is able to display the pet's description information. The application provides searching with a single term within the description data for each dog. The main feature addition is search with multiple terms. The secondary improvement is to the "search status" animation and includes adding a search countdown in the animation.
45

56
## Project specification overview
@@ -64,22 +65,22 @@ Use Visual Studio Code as your development environment, and test your applicatio
6465
Use the following steps to prepare for the Guided project exercises.
6566
1. Download a zip file containing the code folders for the challenge project.
6667

67-
- In a browser, navigate to: [Lab Files](https://github.com/MicrosoftLearning/Challenge-project-Work-with-variable-data-in-CSharp/archive/refs/heads/main.zip) and download the zip file.
68+
- In a browser, open the link [Challenge-Project-variable-data-in-CSharp-main.zip](https://github.com/MicrosoftLearning/Challenge-project-Work-with-variable-data-in-CSharp/archive/refs/heads/main.zip) to download the zip file (Challenge-Project-variable-data-in-CSharp-main.zip).
6869

6970
1. Unzip the downloaded files locally (or in the sandbox if you aren't using a local dev environment)
7071

7172
1. On your local machine, navigate to your downloads folder
72-
1. Right-click the GuidedProject.zip file, and then select **Extract all**
73+
1. Right-click the Challenge-Project-variable-data-in-CSharp-main.zip file, and then select **Extract all**
7374
1. Make note of the extracted files location (the location of the root folder)
7475

7576
1. Open the root GuidedProject folder in Visual Studio Code
7677

7778
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)
7879
1. In Visual Studio Code, on the **File** menu, select **Open Folder**
79-
1. Navigate to the folder that contains your extracted files, expand the folder structure to locate the folder named "GuidedProject".
80-
1. Select **ChallengeProject** and then select **Select Folder**
80+
1. Navigate to the folder that contains your extracted files, expand the folder structure to locate the folder named "Challenge-Project-variable-data-in-CSharp-main".
81+
1. Select **Challenge-Project-variable-data-in-CSharp-main** and then select **Select Folder**
8182

82-
- The Visual Studio Code EXPLORER view should show the **GuidedProject** folder and two subfolders named **Final** and **Starter**.
83+
- The Visual Studio Code EXPLORER view should show two subfolders named **Final** and **Starter**.
8384

8485
## Starter file review
8586

learn-pr/wwl-language/challenge-project-work-variable-data-c-sharp/includes/3-exercise-search-multiple-terms.md

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

22

3+
34
The Contoso Pets app helps find new homes for abandoned pets. The team wants the search feature improved to let users enter multiple terms when searching for dogs to adopt.
45

56
## Search specification

learn-pr/wwl-language/challenge-project-work-variable-data-c-sharp/includes/4-exercise-add-improved-search-animation.md

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

22

3+
34
The Contoso Pets app helps find new homes for abandoned pets. Part of the request for search feature improvement is to update the animated simulation indicating search progress.
45

56
## Search animation specification

0 commit comments

Comments
 (0)