Skip to content

Commit

Permalink
Update old .NET beginner video series (#39450)
Browse files Browse the repository at this point in the history
* Update C# videos

* Update .NET and IoT videos

* Update docs/csharp/tour-of-csharp/tutorials/index.md

Co-authored-by: David Pine <[email protected]>

---------

Co-authored-by: David Pine <[email protected]>
  • Loading branch information
katiesavage and IEvangelist authored Feb 9, 2024
1 parent 502b034 commit 3aef944
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions docs/csharp/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ landingContent:
- linkListType: video
links:
- text: "C# beginner video series"
url: https://aka.ms/dotnet3-csharp
- text: "C# beginner stream"
url: https://youtube.com/playlist?list=PLdo4fOcmZ0oXv32dOd36UydQYLejKR61R
- text: "C# intermediate video series"
url: /shows/C-Advanced
url: https://aka.ms/dotnet/beginnervideos/youtube/csharp
- linkListType: tutorial
links:
- text: "Self-guided tutorials"
Expand Down
4 changes: 2 additions & 2 deletions docs/csharp/tour-of-csharp/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ms.custom: mvc

Welcome to the introduction to C# tutorials. These lessons start with interactive code
that you can run in your browser. You can learn the basics of C# from the
[C# 101 video series](https://aka.ms/dotnet3-csharp) before starting these interactive lessons.
[C# for Beginners video series](https://aka.ms/dotnet/beginnervideos/youtube/csharp) before starting these interactive lessons.

<!--markdownlint-disable-next-line MD034 -->
> [!VIDEO https://learn-video.azurefd.net/vod/player?show=csharp-101&ep=what-is-c]
> [!VIDEO https://www.youtube.com/embed/9THmGiSPjBQ?si=3kUKFtOMLpEzeq7J]
The first lessons explain C# concepts using small snippets of code. You'll
learn the basics of C# syntax and how to work with data types like strings,
Expand Down
6 changes: 3 additions & 3 deletions docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ conceptualContent:
# Card
- title: .NET concepts
links:
- url: /shows/net-core-101/what-is-net
- url: /shows/dotnet-for-beginners/what-is-dotnet-dotnet-for-beginners
itemType: video
text: What is .NET?
- url: fundamentals/index.yml
Expand Down Expand Up @@ -349,7 +349,7 @@ additionalContent:
text: Get started in 5 minutes
- url: iot/tutorials/blink-led.md
text: Blink an LED
- url: https://aka.ms/IoTNet101
- url: https://aka.ms/dotnet/beginnervideos/youtube/iot
text: .NET IoT 101 video series

- title: API and language reference # < 60 chars (optional)
Expand Down Expand Up @@ -389,4 +389,4 @@ additionalContent:
url: visual-basic/language-reference/index.md

# footer (optional)
footer: "Are you interested in contributing to the .NET docs? For more information, see our [contributor guide](/contribute/dotnet/dotnet-contribute)."
footer: "Are you interested in contributing to the .NET docs? For more information, see our [contributor guide](/contribute/dotnet/dotnet-contribute)."

0 comments on commit 3aef944

Please sign in to comment.