Skip to content

Commit 3eddafc

Browse files
authored
Merge pull request #7019 from ghogen/extend-sidewalk
C# tutorial: add link to part 2
2 parents 5dade35 + 306ca44 commit 3eddafc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/get-started/csharp/tutorial-console-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.workload:
1818
---
1919
# Tutorial: Extend a simple C# console app
2020

21-
In this tutorial, you'll learn how to use Visual Studio to extend the console app you created in the first part. You'll learn some of the features in Visual Studio that help you be more productive as a developer, such as using advanced editor features, and debugging.
21+
In this tutorial, you'll learn how to use Visual Studio to extend the console app you created in the first part. You'll learn some of the features in Visual Studio that you'll need for daily development, such as managing multiple projects, and referencing third-party packages.
2222

2323
If you just completed the [first part](tutorial-console.md) of this series, you already have the Calculator console app. To skip part 1, you can start by opening the project from a GitHub repo. The C# Calculator app is in the [vs-tutorial-samples repo](https://github.com/MicrosoftDocs/vs-tutorial-samples), so you can just follow the steps in [Tutorial: Open a project from a repo](../tutorial-open-project-from-repo.md) to get started.
2424

docs/get-started/csharp/tutorial-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,10 +594,10 @@ namespace Calculator
594594

595595
## Next steps
596596

597-
Congratulations on completing this tutorial! To learn even more, continue with the following tutorials.
597+
Continue with the second part of this tutorial:
598598

599599
> [!div class="nextstepaction"]
600-
> [Continue with more C# tutorials](/dotnet/csharp/tutorials/)
600+
> [Continue with Part 2](tutorial-console-part-2.md)
601601

602602
## See also
603603

0 commit comments

Comments
 (0)