介绍:不介绍了,刚开始研究。

下载:CSDN或者51cto上都有最新的开发版

安装:默认的安装目录是C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core <version>

目录结构:

Telerik UI for ASP.NET Core contains the following directories:

js—These are the minified JavaScript files.
styles—The minified CSS files and images used by the themes.
src—The complete JavaScript, CSS, and C# source code. Note that this directory is not available in the trial version.
typescript—The TypeScript definitions for the Kendo combined scripts (kendo.all, kendo.dataviz, kendo.web and kendo.mobile).
vsdoc—The intellisense definitions for the Kendo combined scripts (as the above).
VSExtensions—The extensions for Visual Studio 2015 and 2017.
wrappers\aspnetcore\Binaries\AspNet.Core—Containing the .nupkg NuGet package file.
wrappers\aspnetcore\Examples\AspNet.Core\VS2017—The ASP.NET Core sample application built with Visual Studio 2017.
wrappers\aspnetcore\EditorTemplates\razor—The ready-to-use editor templates based on the Kendo UI widgets.

Telerik UI for ASP.NET Core包含以下目录:

js-这些是压缩的JavaScript文件。
styles - 主题使用的压缩的CSS文件和图像。
src-完整的JavaScript,CSS和C#源代码。 请注意,此目录在试用版中不可用。
typescript-Kendo组合脚本的TypeScript定义(kendo.all,kendo.dataviz,kendo.web和kendo.mobile)。
vsdoc-Kendo组合脚本的智能感知定义(如上所述)。
VSExtensions - Visual Studio 2015和2017的扩展。
wrappers \ aspnetcore \ Binaries \ AspNet.Core-包含.nupkg NuGet包文件。(定义Nuget源时会用到此目录)
wrappers \ aspnetcore \ Examples \ AspNet.Core \ VS2017-使用Visual Studio 2017构建的ASP.NET Core示例应用程序。
wrappers \ aspnetcore \ EditorTemplates \ razor-基于Kendo UI组件的即用型编辑器模板。

重要说明:从 Kendo UI R2 2018 开始不再支持 Visual Studio 2015

升级:

1.使用 NuGet and Bower。
2.手动替换引用和文件。

这里记录第二种方法

手动升级

下载最新版本(或者你需要的版本)
使用所需的框架版本替换与Telerik UI for ASP.NET Core相关的所有脚本,样式和图像(就是把 scripts, styles, and images这几个文件夹的内容替换掉)。
更改对新的Kendo.MVC dll的引用,并验证dll是否引用了正确的ASP.NET Core版本。

在应用程序中,手动替换任何指向旧Kendo UI资源文件(如脚本和样式)的引用。(就是把引用链接地址都替换成最新的)

不明白的请看英文文档:https://docs.telerik.com/aspnet-core/introduction#distribution-contents

Telerik UI for ASP.NET Core概要的更多相关文章

  1. 本文演示如何配置ASP.NET Core项目以在Visual Studio(VS)2017中使用Telerik UI for ASP.NET Core。

    学习时使用的是VS2017+Core2.1了,不再讨论VS2015和core1.1的东西. 配置ASP.NET Core Web应用程序以使用Telerik UI for ASP.NET Core: ...

  2. 已知的问题:本文总结了与Telerik UI for ASP.NET Core相关的所有已知问题。

    ASP.NET Core Framework 不支持数据表. 有关此限制的更多信息,请参阅dotnet / corefx#1039. 不支持本地化资源. 有关此限制的更多信息,请参阅dotnet / ...

  3. Telerik UI for ASP.NET AJAX控件汉化方法

    Telerik UI for ASP.NET AJAX控件功能十分强大,但原版是英文界面的,不方便一些用户使用. 和.NET的其他控件一样,可以通过资源文件来制作多语言版本. 下面看看安装完成后原始的 ...

  4. UI控件Telerik UI for ASP.NET MVC全新发布R2 2019 SP1

    Telerik UI for ASP.NET MVC拥有使用JavaScript和HTML5构建网站和移动应用所需的70+UI部件,来满足开发者的各种需求,提供无语伦比的开发性能和用户体验.它主要是针 ...

  5. 界面开发工具集Telerik UI for ASP.NET AJAX发布R2 2019

    Telerik UI for ASP.NET AJAX拥有构建ASP.NET AJAX和SharePoint应用程序的80+控件,将为任何浏览器和设备构建Web Forms应用程序的时间缩短一半.Te ...

  6. ASP.NET Core 运行原理剖析

    1. ASP.NET Core 运行原理剖析 1.1. 概述 1.2. 文件配置 1.2.1. Starup文件配置 Configure ConfigureServices 1.2.2. appset ...

  7. ASP.NET Core 运行原理剖析 (转载)

    1.1. 概述 在ASP.NET Core之前,ASP.NET Framework应用程序由IIS加载.Web应用程序的入口点由InetMgr.exe创建并调用托管.以初始化过程中触发HttpAppl ...

  8. 【翻译】在Visual Studio中使用Asp.Net Core MVC创建你的第一个Web API应用(一)

    HTTP is not just for serving up web pages. It's also a powerful platform for building APIs that expo ...

  9. [转]【翻译】在Visual Studio中使用Asp.Net Core MVC创建你的第一个Web API应用(一)

    本文转自:https://www.cnblogs.com/inday/p/6288707.html HTTP is not just for serving up web pages. It’s al ...

随机推荐

  1. flutter 布局

    一.Container 一个空白容器 二.Row 行 mainAxisAlignment  主轴对齐 , CrossAxisAlignment 垂直于主轴对齐 三.Column 列 四.ListVie ...

  2. ACM-ICPC北京赛区(2017)网络赛2【后缀数组+Java//不会】

    #1579 : Reverse Suffix Array 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 There is a strong data structure ...

  3. RPD Volume 172 Issue 1-3 December 2016 评论01

    Evaluation of Imaging Dose From Different Image Guided Systems During Head and Neck Radiotherapy: A ...

  4. 概述struts,以及struts如何实现MVC架构的

    概述MVC体系结构? 答:MVC包括三类对象,model是应用对象,view是视图,controller是控制器,它定义用户界面对用户输入的响应方式. 在MVC体系中,模型通常被称为”业务逻辑”,是真 ...

  5. NOIP 2015 跳石头

    题目背景 一年一度的“跳石头”比赛又要开始了! 题目描述 这项比赛将在一条笔直的河道中进行,河道中分布着一些巨大岩石.组委会已经选择好了两块岩石作为比赛起点和终点.在起点和终点之间,有 N 块岩石(不 ...

  6. 【暴力】Codeforces Round #398 (Div. 2) A. Snacktower

    题意不复述. 用个bool数组记录一下,如果某一天,当前剩下的最大的出现了的话,就输出一段. #include<cstdio> using namespace std; int n; bo ...

  7. 【分块】bzoj3226 [Sdoi2008]校门外的区间

    题解见 : http://blog.csdn.net/iamzky/article/details/41088151 ORZ ZKY 2个懒标记:是否翻转,覆盖成了什么. 怎么处理一个块上有两个标记的 ...

  8. [转]从此爱上iOS Autolayout

    原文地址 这篇不是autolayout教程,只是autolayout动员文章和经验之谈,在本文第五节友情链接和推荐中,我将附上足够大家熟练使用autolayout的教程.这篇文章两个月前就想写下来,但 ...

  9. Redis Exception: Exceeded timeout of 00:00:03

    Redis Exception: Exceeded timeout of 00:00:03 居然是 重启了网管, 把网络禁用重启就好了. 服 最终更新: 原来是架构湿      设置为每分钟只能读取6 ...

  10. oracle--v$lock type字段详解

    Name Description AD ASM Disk AU Lock AF Advisor Framework AG Analytic Workspace Generation AK GES De ...