An open API service indexing awesome lists of open source software.

https://github.com/mvccontrolstoolkit/home

Asp.net core Mvc Controls Toolkit
https://github.com/mvccontrolstoolkit/home

asp-net-core asp-net-core-mvc aspnetcore dotnet-core dotnetcore mvccontrolstoolkit-packages taghelpers

Last synced: about 1 year ago
JSON representation

Asp.net core Mvc Controls Toolkit

Awesome Lists containing this project

README

          

![alt tag](https://raw.githubusercontent.com/MvcControlsToolkit/Home/master/MvcControlsToolkitCore.PNG)

# Asp.net Core Mvc Controls Toolkit Home
This is the home repository for the Asp.net Core version of the [Mvc Controls
Toolkit](http://mvccontrolstoolkit.codeplex.com/). **The first controls suite completely based on TagHelpers!** Here you will find all features, some examples, and the future Roadmap.
[Here](https://github.com/MvcControlsToolkit) you may find the list of all repositories included in the Mvc Controls Toolkit project.

## News

Available 2.2.0. See [releases history](http://documentation.aspnetcore.mvc-controls.com/Home/ReleasesHistory)

Available also new CosmosDB/DocumentDB utilities. See [documentation](http://documentation.aspnetcore.mvc-controls.com/DocumentDB/Intro).
`
## Current version: 2.2.0 RTM
This version is compatible with Asp.net Core Mvc 2.1.

See [installation/upgrade instructions](http://documentation.aspnetcore.mvc-controls.com/QuickStart/Installation)

See [live examples](http://examples.aspnetcore.mvc-controls.com/).

See [full documentation](http://documentation.aspnetcore.mvc-controls.com/)

See [versions history](http://documentation.aspnetcore.mvc-controls.com/Home/ReleasesHistory).

Follow tutorial on [DotNetCurry.com](http://www.dotnetcurry.com/aspnet-mvc/1376/full-stack-development-using-aspnet-mvc-core-toolkit)
and download the associated code. If you would like to update the tutorial to the last version, just substitute the version of the nuget package mentioned in the tutorial with the 2.1.0 version and all bower, and npm library versions mentioned in the tutoral with the ones mentioned in the [official installation procedure](http://documentation.aspnetcore.mvc-controls.com/QuickStart/Installation).

For CosmosDB/DocumentDB utilities see the CosmosDB tutorial in the [issue34 of DNCMagazine](http://www.dotnetcurry.net/s/dnc-mag-34th-single).

Installation instructions are updated to the last 2.2.0 release.


## Changes in the new 2.2.0 version

See [relesae notes](http://documentation.aspnetcore.mvc-controls.com/Home/ReleasesHistory#220-)

## Roadmap

### Other features to come:

* json file with specs of classes to be compiled from C# to TypeScript. Some C# data annotations will be translated into MetaData JavaScript objects, so client side frameworks like angular or knockout may use the same C# classes, with the same validation rules. Compilation may come in different "flavors" in such a way to adapt the code to various client frameworks.
* TagHelpers providers for all most common client side frameworks.
* TypeScript version of IQueryables, DContexts, and DbSets, with changes tracking cababilities and with the possibility
to synchronize entities with various data sources (both local, and remote).
* Several more complex controls, like TreeViews, enahnced with native Drag/Drop capabilities (or polyfills).
* Advanced interaction protocols and widgets based on native drag and drop.