|
| 1 | +--- |
| 2 | +title: Introduction |
| 3 | +page_title: Introduction to Telerik UI for ASP.NET MVC 6 |
| 4 | +description: How to download, install Telerik UI for ASP.NET MVC 6 and run the sample application. |
| 5 | +position: -1 |
| 6 | +--- |
| 7 | + |
| 8 | +# Telerik UI for ASP.NET MVC - Beta |
| 9 | +This tutorial shows how to use Telerik UI for ASP.NET MVC in ASP.NET MVC 6 applications. |
| 10 | + |
| 11 | +> The ASP.NET 5 Framework is still actively developed. Tooling and APIs change frequently, often requiring extensive changes. |
| 12 | +See [Known Issues](known-issues) for up-to-date information. |
| 13 | + |
| 14 | +# Requirements and Supported Environments |
| 15 | + |
| 16 | +We target the stable release of the ASP.NET 5 framework. At the time of this writing this is Beta 3. |
| 17 | + |
| 18 | +The target runtime is [CoreCLR](https://github.com/dotnet/coreclr). The full desktop CLR is also supported. |
| 19 | + |
| 20 | +# ASP.NET on GitHub |
| 21 | + |
| 22 | +The following repositories contain source code, instructions and issue trackers for the ASP.NET project. |
| 23 | +These are immensely useful when you need to track down particular issues or behaviors. |
| 24 | + |
| 25 | +- [ASP.NET Home](https://github.com/aspnet/home#install-the-net-execution-environment-dnx) on GitHub |
| 26 | +- [ASP.NET MVC](https://github.com/aspnet/home#install-the-net-execution-environment-dnx) on GitHub |
| 27 | + |
| 28 | +# Running the sample application |
| 29 | + |
| 30 | +- Install the CTP 6 release of [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-ctp-vs.aspx) |
| 31 | +- Install the stable version of the [.NET Version Manager](https://github.com/aspnet/home#install-the-net-version-manager-dnvm (KVM)) |
| 32 | +- Issue the following commands to install the stable version of the [.NET Execution Environment](https://github.com/aspnet/home#install-the-net-execution-environment-dnx (KRE)) |
| 33 | +``` |
| 34 | +C:\> kvm upgrade -r CoreCLR |
| 35 | +C:\> kvm upgrade -r CLR |
| 36 | +``` |
| 37 | +- Move the project from `C:\Program Files (x86)\Telerik\UI for ASP.NET MVC Q1 2015\wrappers\aspnetmvc\Examples\VS2015` to a shorter path, e.g. `C:\Kendo`. |
| 38 | + |
| 39 | +The default installation location is too long and will go over the 256-character path length limit. Alternatively, change the installation path during setup. |
| 40 | + |
| 41 | +- Open the `Kendo.Mvc.Examples.kproj` project in Visual Studio. |
| 42 | +- Wait for the packages to restore and run the application. |
| 43 | + |
0 commit comments