Grids
Example of TileView in ASP.NET Core Card Control
This sample demonstrates filter and search of the card
based on categories, and text containing the card. You can use search box to search cards, and you can filter choosing categories in multi-select component.
ASP.NET MVC
Nick Harrison
ASP.NET Model View Controller design pattern to keep the data, views, and logic clearly separated in apps.
Node.js
Emanuele DelBono
Node.js is a wildly popular platform for writing web applications that has revolutionized web development in many ways.
React.js
Dmitri Nesteruk
React is a JavaScript library that has revolutionized how developers design and think about views in web applications.
TypeScript
Steve Fenton
Microsoft TypeScript extends many familiar features of .NET programming to JavaScript.
PHP
Jose Roberto Olivas Mendoza
Known for its straightforward simplicity, PHP is an open source, general-purpose scripting language oriented for web development.
CSS3
Peter Shaw
In CSS3 Succinctly, author Peter Shaw provides an overview of the latest features available for custom cascading style sheets.
ASP.NET Core
Simone Chiaretta and Ugo Lattanzi
In ASP.NET Core Succinctly, seasoned authors Simone Chiaretta and Ugo Lattanzi update you on all the advances provided by Microsoft’s landmark framework.
Aurelia
Matthew Duffield
Aurelia is a relatively new, open-source JavaScript library/framework that simplifies the creation of web-based applications.
ECMAScript 6
Matthew Duffield
ECMAScript 6 (ES6), also known as ECMAScript 2015, brings new functionality and features to the table that developers have been wanting for a long time.
JavaScript
Cody Lindley
JavaScript Succinctly was written to give readers an accurate, concise examination of JavaScript objects and their supporting nuances.
Knockout.js
Ryan Hodson
Knockout.js Succinctly is intended for professional web developers who need to build dynamic, scalable user interfaces with minimal code.
Angular 2
Joseph D. Booth
Angular 2 is a massively popular JavaScript framework built to take advantage of component development in web apps.
Card is a small container in which user can show defined content in specific structure and it is flexible and extensible. This sample demonstrates to render the Card
Using Template Engine and it can be filtered based on data Manager .
More information about Card can be found in this Documentation section.