On this episode of Eat Sleep Code guest Jimmy Bogard shares his perspective on Microsoft's basic object-mapper. Jimmy talks about the future of Automapper and support for .NET Core & .NET Standard.
J...
This guide was written for Angular 2 version: 2.0.0-rc.4
Filters allow a developer to transform or format an item or collection of items in a view without having to actually alter the format or value ...
In January we announced the Release Candidate availability of Kendo UI for Angular - a comprehensive UI framework, written from the ground up as native Angular components. That's right no jQuery depen...
The recently released 2017 Stack Overflow Developer Survey unearthed a ton of intriguing information about the developer community. The Kendo UI team saw these results through our own prism: all evidence suggests that being a developer is like being the brave hero on a daring quest!
This guide was written for Angular 2 version: 2.0.0-rc.5
Filters are a fantastic way of returning new collections of data, rather than mutating existing. Filters essentially are just functions, that a...