Skip to content

Commit 044a414

Browse files
committed
Add ASP.NET MVC6 intro & known issues pages
1 parent ed72ec6 commit 044a414

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ navigation:
4545
"aspnet-mvc":
4646
title: "UI for ASP.NET MVC"
4747
position: 11
48+
"aspnet-mvc/mvc-6":
49+
title: "ASP.NET MVC 6"
50+
position: 4
4851
"jsp":
4952
title: "UI for JSP"
5053
position: 12

aspnet-mvc/mvc-6/introduction.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+

aspnet-mvc/mvc-6/known-issues.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Known Issues
3+
page_title: Known issues when using Telerik UI for ASP.NET MVC in ASP.NET 5 and MVC 6
4+
description: Known issues when using Telerik UI for ASP.NET MVC in ASP.NET 5 and MVC 6
5+
position: 100
6+
---
7+
8+
# Known Issues
9+
10+
This page contains a summary of all known issues with the Telerik UI for ASP.NET MVC version 6.
11+
Come back often for updates.
12+
13+
> The ASP.NET 5 Framework is still actively developed. Tooling and APIs change frequently, often requiring extensive changes.
14+
15+
## ASP.NET 5 / MVC 6 Framework
16+
17+
- Data Tables are not supported. See [dotnet/corefx#1039](https://github.com/dotnet/corefx/issues/1039)
18+
- UIHint does not work in MVC Beta 3. See [aspnet/Mvc#963](https://github.com/aspnet/Mvc/issues/963)
19+
- Localization resources are not supported. See [dotnet/corefx#947](https://github.com/dotnet/corefx/issues/947).
20+
21+
## UI Helpers
22+
23+
### Common
24+
25+
- Limited set of helpers. Interim releases will add more widgets.
26+
27+
### Grid
28+
29+
- Server-side rendering is not supported
30+
- Column HTML attributes are not escaped. HttpEncoder is not available in MVC Beta 3.
31+
See [aspnet/Mvc#72](https://github.com/aspnet/HttpAbstractions/issues/72)

0 commit comments

Comments
 (0)