kendo ui wrappers in asp.net core

10
Kendo UI Wrappers in ASP.NET MVC Core 1.0 May 26 2016

Upload: lohith-goudagere-nagaraj

Post on 16-Apr-2017

319 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Kendo UI Wrappers in ASP.NET Core

Kendo UI Wrappers in ASP.NET MVC Core 1.0

May 26 2016

Page 2: Kendo UI Wrappers in ASP.NET Core

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.2

About Me

Lohith G N Technical Evangelist Microsoft MVP (VS.NET)

@kashyapa www.kashyapas.com www.telerikhelper.net

www.telerik.com www.progress.com

Page 3: Kendo UI Wrappers in ASP.NET Core

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.3

Agenda

ASP.NET Core 1.0 – RC2Kendo UIUsing in ASP.NET CoreTag Helpers

Page 4: Kendo UI Wrappers in ASP.NET Core

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.4

ASP.NET Core

Page 5: Kendo UI Wrappers in ASP.NET Core

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.5

ASP.NET Core 1.0 in a Nutshell

.NET Framework 4.6 .NET Core 1.0 Full .NET Framework for any scenario and

library support on Windows

Modular libraries & runtime optimized for server and cloud workloads

ASP.NET 4.6 System.Web

MVC 5.x

MVC / Web API

Core CLR .Net Native

ASP.NET Core

Web API 2.2

WebForms

Visual Basic 14

C#

Visual Basic 14 (coming soon)

Page 6: Kendo UI Wrappers in ASP.NET Core

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.6

Kendo UI

Page 7: Kendo UI Wrappers in ASP.NET Core

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.7

Page 8: Kendo UI Wrappers in ASP.NET Core

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.8

Kendo UI in ASP.NET Core

Demo

Page 9: Kendo UI Wrappers in ASP.NET Core

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.9

Tag Helpers

better than Html helpers