You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _contentTemplates/common/get-started.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
32
32
>tip Make sure that you have [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0) and [Visual Studio 2019 **Preview**](https://visualstudio.microsoft.com/vs/preview/) installed. You must use the Preview version of Visual Studio for working with Blazor apps.
33
33
>
34
-
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Preview 9`.
34
+
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Release Candidate 1`.
35
35
36
36
You may also find useful the [Getting started videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.
37
37
@@ -161,8 +161,6 @@ Open the main layout file (by default, the `~/Shared/MainLayout.razor` file in t
Copy file name to clipboardExpand all lines: getting-started/what-you-need.md
+14-18Lines changed: 14 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,19 @@ To use the Telerik UI for Blazor, you need to:
19
19
1. add the [client assets](#client-assets)
20
20
1.[set up the project](#project-configuration) to recognize the Telerik components
21
21
22
-
>note Make sure you can build and deploy a vanilla Blazor project before moving forward with using UI for Blazor. This will ensure that the framework prerequisites are working. See the [Before You Continue](#before-you-continue) section if you don't have a project already, before you continue with this article from the top.
22
+
## Before You Continue
23
+
24
+
Before you continue, make sure you can use Blazor. Read below for more details.
25
+
26
+
Once you have Blazor running, follow the articles below to see how to add the Telerik components to your project.
@@ -34,7 +46,7 @@ There are four ways to get these packages:
34
46
35
47
* The **[Telerik private NuGet feed]({%slug installation/nuget%})** that requires an Internet connection and credentials. It also provides information about updates and new versions.
36
48
37
-
* The **[Automated MSI installer]({%slug installation/msi%})**. You can download it from your account once and use without an Internet connection. It does not provide information about new versions. Depending on your setup, it may require elevated privileges to run the install wizard. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui).
49
+
* The **[Automated MSI installer]({%slug installation/msi%})**. You can download it from your account once and use without an Internet connection. It does not provide information about new versions. Depending on your setup, it may require elevated privileges to run the install wizard. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui) and our [VS extensions]({%slug getting-started-vs-integration-overview%}).
38
50
39
51
* The **[ZIP archive]({%slug installation/zip%})** package. You can download it from your account once and it does not require Internet connection after that. It does not provide information about new versions, and does not require installation. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui).
40
52
@@ -115,22 +127,6 @@ To allow working with detached popups (for example, dropdown lists, menus, grid
115
127
If you are using a **client-side Blazor** project,
0 commit comments