Skip to content

Commit c620c9f

Browse files
committed
LP4 M2-4 updated instructions for downloading ZIP
1 parent 00ab2c7 commit c620c9f

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

DownloadableCodeProjects/LP4_manage-app-data/Data_M2/Starter/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ static void Main()
5555
// Purpose: Loop through customers, accounts, and transactions to generate date-range reports.
5656

5757
// TASK 8: Step 1 - Define a date range for the report
58-
DateTime startDate = new DateTime(2025, 1, 1); // Example start date
59-
DateTime endDate = new DateTime(2025, 12, 31); // Example end date
58+
DateOnly startDate = new DateOnly(2025, 1, 1); // Example start date
59+
DateOnly endDate = new DateOnly(2025, 12, 31); // Example end date
6060

6161

6262
// TASK 8: Step 2 - Loop through customers, accounts, and filter transactions by date range

Instructions/Labs/l2p2-lp4-m2-exercise-implement-collection-types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ In this task, you download the existing version of your project and review the c
5454

5555
Use the following steps to complete this section of the exercise:
5656

57-
1. Download the starter code from the following URL: [Implement Collection Types - exercise code projects](https://github.com/MicrosoftLearning/mslearn-develop-oop-csharp/blob/main/DownloadableCodeProjects/Downloads/LP4SampleApps.zip)
58-
![Image of raw file download button for zip on toolbar.](./Media/zip-download-button.png)
57+
1. Download the starter code from the following URL: [Implement collection types - exercise code projects](https://github.com/MicrosoftLearning/mslearn-develop-oop-csharp/raw/refs/heads/main/DownloadableCodeProjects/Downloads/LP4SampleApps.zip)
5958

6059
1. Extract the contents of the LP4SampleApps.zip file to a folder location on your computer.
6160

Instructions/Labs/l2p2-lp4-m3-exercise-implement-enum-struct-record.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ In this task, you download the existing version of your project and review the c
4949

5050
Use the following steps to complete this section of the exercise:
5151

52-
1. Download the starter code from the following URL: [Implement Collection Types - exercise code projects](https://github.com/MicrosoftLearning/mslearn-develop-oop-csharp/blob/main/DownloadableCodeProjects/Downloads/LP4SampleApps.zip)
53-
![Image of raw file download button for zip on toolbar.](./Media/zip-download-button.png)
52+
1. Download the starter code from the following URL: [Implement collection types - exercise code projects](https://github.com/MicrosoftLearning/mslearn-develop-oop-csharp/raw/refs/heads/main/DownloadableCodeProjects/Downloads/LP4SampleApps.zip)
5453

5554
1. Extract the contents of the LP4SampleApps.zip file to a folder location on your computer.
5655

Instructions/Labs/l2p2-lp4-m4-exercise-implement-generic-anonymous-types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ In this task, you download the existing version of your project and review the c
4848

4949
Use the following steps to complete this section of the exercise:
5050

51-
1. Download the starter code from the following URL: [Implement Collection Types - exercise code projects](https://github.com/MicrosoftLearning/mslearn-develop-oop-csharp/blob/main/DownloadableCodeProjects/Downloads/LP4SampleApps.zip)
52-
![Image of raw file download button for zip on toolbar.](./Media/zip-download-button.png)
51+
1. Download the starter code from the following URL: [Implement collection types - exercise code projects](https://github.com/MicrosoftLearning/mslearn-develop-oop-csharp/raw/refs/heads/main/DownloadableCodeProjects/Downloads/LP4SampleApps.zip)
5352

5453
1. Extract the contents of the LP4SampleApps.zip file to a folder location on your computer.
5554

0 commit comments

Comments
 (0)