Wednesday, August 26, 2015

Video: C.R.U.D. with ASP .NET MVC, Web API, Entity Framework and Kendo UI

Back in May I presented a session at TelerikNEXT that I designed for developers working on large-scale data-driven applications.

kendoui

In it, I demonstrated how the Telerik Kendo UI framework seamlessly integrates with the backend via ASP.NET MVC and Web API to build professional, robust line of business applications. I demonstrated how to create complex grids that support inline edits, complex templates and advanced filters, and sorts with only a few lines of JavaScript and C# code.

This session showed the power of Kendo UI framework’s MVVM data-binding to deliver forms that simplify validation and ensure the integrity of your data. It also covered how MVC seamlessly integrates with the client UI to power complex grids using the DataSourceRequest object that can literally filter, sort and page data with just a few lines of server side code (no custom stored procedures required!).

If you can’t access the video in this post, you can view it on YouTube by clicking this link. You can also access the deck:

… and the full source code.

Enjoy!