Skip to content

Commit 55d377e

Browse files
VS Extensions
1 parent 98901b3 commit 55d377e

13 files changed

+176
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ navigation:
3333
"how-to":
3434
title: "How To"
3535
position: 20
36-
"vs-integration":
36+
"getting-started/vs-integration":
3737
title: "Visual Studio Integration"
3838
position: 25
3939
"backwards-compatibility":
20.2 KB
Loading
5.65 KB
Loading
28.8 KB
Loading
13.8 KB
Loading
22.2 KB
Loading
25.4 KB
Loading
16.8 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Overview
3+
page_title: Visual Studio Integration Overview | Telerik UI for Blazor
4+
description: "Learn how to enhance your experience in developing web applications with Progress Telerik UI for Blazor."
5+
slug: getting-started-vs-integration-overview
6+
position: 1
7+
---
8+
9+
# Visual Studio Integration Overview
10+
11+
The Progress® Telerik® UI for Blazor Visual Studio (VS) Extensions enhance the experience in developing Blazor web applications with Telerik UI for Blazor.
12+
13+
As their primary advantage, the VS extensions facilitate the [creation of projects]({% slug getting-started-vs-integration-new-project %}). They can also give you notifications to [get the latest version]({%slug getting-started-vs-integration-latest-version %}).
14+
15+
The Telerik UI for Blazor VS extensions support Visual Studio 2019 Preview. You can get them from the:
16+
17+
* [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikBlazorVSExtensions)
18+
* [Telerik UI for Blazor MSI installer]({%slug installation/msi%})
19+
20+
To access the VS extensions, go to the **Extensions** > **Telerik** > **Telerik UI for Blazor** menu.
21+
22+
![](images/open-vs-extensions.png)
23+
24+
25+
26+
## See Also
27+
28+
* [Creating New Projects with Visual Studio]({% slug getting-started-vs-integration-new-project %})
29+
* [Downloading the Latest Telerik UI for Blazor Versions]({% slug getting-started-vs-integration-latest-version %})
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Download New Versions
3+
page_title: Download New Versions | Visual Studio Integration | Telerik UI for Blazor
4+
description: "Learn how to keep your projects updated when using Progress® Telerik® UI for Blazor."
5+
slug: getting-started-vs-integration-latest-version
6+
position: 3
7+
---
8+
9+
# Download New Versions
10+
11+
The Progress® Telerik® UI for Blazor Visual Studio (VS) extensions enable you to keep your projects updated.
12+
13+
14+
<!--
15+
The Latest Version Retrieval tool automatically checks for the latest Telerik UI for Blazor distribution which is available for you on the Telerik website. Once a day, upon loading a project with Telerik UI for Blazor components, the extensions query the Telerik website for a new version of Telerik UI for Blazor. When a new version is detected, a notification is displayed that lets you download it.
16+
17+
![Getting the latest version notification](images/lva_notification.png)
18+
19+
Clicking the **Update Now** button starts the Latest Version Acquirer tool which prompts for your Telerik credentials on its first page. If you do not have a [www.telerik.com](https://www.telerik.com) account, you can create one through the **Create an account for free** link.
20+
21+
-->
22+
23+
24+
Clicking the **Get Latest** button on the [New Project Wizard]({% slug getting-started-vs-integration-new-project %}) starts the Latest Version Acquirer tool which prompts for your Telerik credentials on its first page. If you do not have a [www.telerik.com](https://www.telerik.com) account, you can create one through the **Create an account for free** link.
25+
26+
1. Log in with your Telerik credentials
27+
28+
>tip To avoid having to enter your Telerik credentials multiple times, use the **Save my password** checkbox. The persistence is securely done and the credentials are saved in a per-user context. Other users on the machine do not have access to your stored credentials.
29+
30+
![First, log in](images/login-vs-ext-download.png)
31+
32+
>tip You can go to the [release notes of Telerik UI for Blazor](https://www.telerik.com/support/whats-new/blazor-ui/release-history) to get information on the latest available versions and what they bring.
33+
34+
1. In the dialog that appears, click the **Download** button and follow the next steps.
35+
36+
![Confirming the download of the latest version dialog](images/download-new-version.png)
37+
38+
1. To access the latest version of Telerik UI for Blazor that you just downloaded go to [New Project Wizard]({% slug getting-started-vs-integration-new-project %}).
39+
40+
>tip The **Download** and **Get Latest** buttons of the **New Project Wizard** launch the **Latest Version Acquirer** tool. If you are coming from them, you will be returned to that context, so you can choose the newer version now.
41+
42+
![The new version is now available in the New Project wizard](images/new-version-in-new-project-wizard.png)
43+
44+
45+
>tip The **Latest Version Acquirer** tool downloads a `.zip` file which contains the latest Telerik UI for Blazor packages. It is saved in the `%APPDATA%\Telerik\Updates` folder by default. If you find the list of the offered packages too long and you do not need the older versions, close VS and use the Windows Explorer to delete these distributions.
46+
47+
## See Also
48+
49+
* [Visual Studio Extensions Overview]({% slug getting-started-vs-integration-overview %})
50+
* [Creating New Projects with Visual Studio]({% slug getting-started-vs-integration-new-project %})

0 commit comments

Comments
 (0)