kMVC 0.6.0

dotnet add package kMVC --version 0.6.0
NuGet\Install-Package kMVC -Version 0.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="kMVC" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kMVC --version 0.6.0
#r "nuget: kMVC, 0.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install kMVC as a Cake Addin
#addin nuget:?package=kMVC&version=0.6.0

// Install kMVC as a Cake Tool
#tool nuget:?package=kMVC&version=0.6.0

Knockout.js - is a popular JavaScript library that allows easy creation of feature-rich applications based on Model-View-View Model (MVVM) pattern: user interface can be bound to a separate existing data model. And any change of the model will result in dynamic refresh of the interface.

Knockout MVC is a library for ASP.NET MVC3/MVC4 , that is a wrapper for Knockout.js, that helps to move entire business logic to the server side: the complete JavaScript code necessary on the client side will be generated automatically based on the described C# (or VB.NET) model. Binding of the page interface to business model is done MVVM-style with the help of C#/VB.NET expressions (not separate properties, but expressions over them that will be translated to JavaScript code) using IntelliSense. If complex operations should be done to the model, it is possible to address to any model method on the server using one short string (ajax query will be automatically generated; and when the client will get the updated model, the whole interface will automatically refresh).

Generated JavaScript code is based on Knockout.js and that is why it works under any browser (even IE 6). Thus, describing the whole business logic on the server in a single instance we get an ability to create fully-featured cross-browser client Web application without writing a single JavaScript code!

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on kMVC:

Package Downloads
EntityUi.Web

Web Component for EntityUi, Rapid Application Development tool for MVC to generate User Interface with CRUD functionality using Models only

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 45,505 8/12/2014
0.5.4 45,480 2/14/2013
0.5.3 2,528 2/12/2013