Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 3.16 KB

overview.md

File metadata and controls

49 lines (30 loc) · 3.16 KB
title page_title description slug tags published position
.NET Support Overview
.NET Core Support Overview
Telerik UI for WPF allows you to create .NET Core, .NET 6 and dot NET 7 and 8 projects.
netcore-support-overview
get,started,first,steps,netcore,standard,sdk,visual,studio,vs
true
0

.NET Support Overview

Telerik UI for WPF comes with support for .NET 6 and later.

Telerik provides sets of DLLs built against the different .NET versions which you can reference in an application and start using the Telerik controls.

See how to migrate your app in the [Migrating to .NET Core]({%slug netcore-support-migration%}) article.

The installation approaches for the .NET versions of the Telerik dlls are the same as the ones for the .NET Framework version. Read more in the [Getting Started]({%slug getting-started-first-steps%}) section of the documentation. The additional setting for .NET 6 and later is that several controls rely on third party NuGet packages. These are automatically installed when adding the Telerik assemblies via NuGet or the Telerik Visual Studio Extension. In case you reference the assemblies manually, one or more of the following packages should be installed manually: System.Data.OleDb, System.Drawing.Common and System.ServiceModel.Http.

.NET 6 Requirements

To work with the Telerik .NET 6 DLLs you will need to have the following installed.

important Read more about the .NET 6 requirements in the Install .NET on Windows MSDN article.

.NET 8 Requirements

To work with the Telerik .NET 8 DLLs you will need to have the following installed.

Design-Time Support and Visual Studio ToolBox

The Telerik controls can be drag/dropped from the Visual Studio Toolbox. To enable this under .NET you will need to [reference the Telerik dlls via nuget]({%slug nuget-installation%}). Installing the nuget packages will add the corresponding controls in the toolbox. Drag and drop from the toolbox is available only for the projects that have the Telerik nuget packages installed.

Additionally, the Telerik controls introduce customized design-time support as using [smart tags]({%slug common-smart-tags%}), design-time selection, and also the standard control properties changing through the Visual Studio Designer

tip Creating a project via the [Telerik Visual Studio Extensions]({%slug radcontrols-for-wpf-vs-extensions-project-creation%}), allows you to select a NuGet version and automatically add the packages in the project when created, thus adding the Telerik .NET controls into the Visual Studio Toolbox.

See Also

  • [Telerik Version Distributions]({%slug installation-distributions%})
  • [Deploying WPF .NET Core Application]({%slug netcore-support-deploy-using-visual-studio%})