Skip to content

Commit b41d17f

Browse files
authored
Merge pull request #49120 from wwlpublish/5fcbb627ee797e99f2e041be4ae30cf9ce728ab16a0e9352169c9cf339b0a7ca-live
implement-classes-properties-and-methods
2 parents b270544 + 61c6a50 commit b41d17f

File tree

1 file changed

+36
-0
lines changed
  • learn-pr/paths/implement-classes-properties-and-methods

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.implement-classes-properties-and-methods
3+
metadata:
4+
title: Implement classes, properties, and methods
5+
description: Learn how to create classes and objects in C# and how to securely access and manage encapsulated data using class properties and methods.
6+
ms.date: 02/11/2025
7+
author: wwlpublish
8+
ms.author: cahowd
9+
ms.topic: learning-path
10+
title: Implement classes, properties, and methods
11+
prerequisites: |
12+
- Access to a Visual Studio Code environment that's configured with the C# Dev Kit extension.
13+
- The ability to develop C# console apps that implement business logic using iteration statements, selection statements, and custom methods.
14+
- The ability to perform basic C# code debugging and exception handling in a Visual Studio Code environment.
15+
summary: |
16+
Learn how to create classes and objects in C# and how to securely access and manage encapsulated data using class properties and methods.
17+
iconUrl: /training/achievements/generic-trophy.svg
18+
levels:
19+
- beginner
20+
roles:
21+
- developer
22+
- higher-ed-educator
23+
- k-12-educator
24+
- student
25+
products:
26+
- dotnet
27+
- vs-code
28+
subjects:
29+
- app-development
30+
- custom-app-development
31+
modules:
32+
- learn.wwl.get-started-classes-objects
33+
- learn.wwl.implement-class-properties-methods
34+
- learn.wwl.manage-class-implementations
35+
trophy:
36+
uid: learn.wwl.implement-classes-properties-and-methods.trophy

0 commit comments

Comments
 (0)