Skip to content

Commit 204c3a9

Browse files
chore(getting-started): add videos
1 parent 9d72f32 commit 204c3a9

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

_contentTemplates/common/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
>
3434
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports `{{site.supportedFrameworkVersion}}`.
3535
36-
<!--
37-
You may also find useful the [Getting started videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.
38-
-->
36+
37+
You may also find useful the [Getting started videos for Telerik UI for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.
38+
3939

4040
>caption Once you have a vanilla Blazor application running, continue to the next steps.
4141
#end

installation/nuget.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This article explains how to add the private Telerik NuGet feed to your system.
1818
1919
## Add the Telerik Private NuGet Feed to Your System
2020

21+
The following video explains how you can add the Telerik NuGet feed. If you prefer to do this yourself, follow the rest of this article.
22+
23+
<iframe width="560" height="315" src="https://www.youtube.com/embed/c3m_BLMXNDk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
24+
2125
To add the Telerik private NuGet feed, follow the steps below:
2226

2327
1. Download the [latest NuGet executable](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe). If you cannot use the `exe` (for example on Mac or Linux), you can [use a nuget.config](#nuget-config-file) file.

introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ If you are not familiar with Blazor yet, you may find useful our Blazor Quick St
3333
* [Blazor Component Basics](https://www.youtube.com/watch?v=z9BOkBFDbc0&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo&index=2)
3434
* [Blazor Component Events using EventCallback](https://www.youtube.com/watch?v=vdEQBhPoTes&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo&index=3)
3535
* [Blazor Two-Way Binding](https://www.youtube.com/watch?v=Y9a6rJPrFFI&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo&index=4)
36-
37-
You can watch the entire playlist below:
38-
39-
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4036
-->
37+
4138
If you are just getting started with Blazor and Web development, you may find the following articles from MSDN useful in getting up to speed with the core concepts:
4239

4340
* [First Steps with Blazor](https://docs.microsoft.com/en-us/aspnet/core/blazor/get-started?view=aspnetcore-3.0&tabs=visual-studio)
4441
* [Razor Syntax Reference](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-3.0)
4542

43+
You can watch a YouTube playlist of getting started tutorials for Telerik UI for Blazor below:
44+
45+
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4646

4747
## List of Components
4848

0 commit comments

Comments
 (0)