FormCore 0.17.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FormCore --version 0.17.0
NuGet\Install-Package FormCore -Version 0.17.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="FormCore" Version="0.17.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FormCore --version 0.17.0
#r "nuget: FormCore, 0.17.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 FormCore as a Cake Addin
#addin nuget:?package=FormCore&version=0.17.0

// Install FormCore as a Cake Tool
#tool nuget:?package=FormCore&version=0.17.0

Features

  • Front-end and back-end are separated, exposing a fine set of form-related API
  • Forms are inheritable, so that the end user does not need to build every form from scratch
  • Input styles of form fields are extendable so that you can design your own input box for front-end rendering

Usage

Backend

PM> Install-Package FormCore

Let your Entity Framework Context class inherit from FormCore.Context. E.g.,

public class Context : FormCore.Context {}

Then add migrations.

PM> add-migration

Revise the migration file that was automatically generated, removing foreign key constraints.

Finally apply the migration against your database,

PM> update-database

Frontend

npm install --save antd-formcore
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.30.7 40,833 12/3/2018
0.30.6 850 11/28/2018
0.30.5 835 11/27/2018
0.30.3 846 11/27/2018
0.30.2 813 11/27/2018
0.30.1 822 11/26/2018
0.28.0 879 10/21/2018
0.27.1 910 10/11/2018
0.27.0 933 10/10/2018
0.26.16 908 9/10/2018
0.26.15 904 9/10/2018
0.26.14 913 9/2/2018
0.26.13 939 9/2/2018
0.26.12 917 9/1/2018
0.26.11 911 9/1/2018
0.26.10 936 9/1/2018
0.26.9 883 9/1/2018
0.26.8 964 8/8/2018
0.26.7 934 8/8/2018
0.26.6 927 8/8/2018
0.26.5 923 8/8/2018
0.26.4 938 8/8/2018
0.26.3 964 8/8/2018
0.26.2 938 8/8/2018
0.26.1 970 8/3/2018
0.26.0 979 8/3/2018
0.24.0 1,058 7/2/2018
0.23.0 953 7/2/2018
0.22.4 1,046 7/2/2018
0.22.3 1,049 7/2/2018
0.22.2 1,045 7/2/2018
0.22.1 1,058 7/1/2018
0.19.0 1,071 6/25/2018
0.17.4 1,086 6/21/2018
0.17.3 935 6/21/2018
0.17.2 1,044 6/21/2018
0.17.1 1,072 6/21/2018
0.17.0 1,040 6/21/2018
0.16.0 1,066 6/19/2018
0.13.0 1,033 6/13/2018
0.12.0 1,029 6/13/2018
0.11.0 1,044 6/11/2018
0.10.1 1,111 6/11/2018
0.10.0 1,128 6/11/2018
0.9.0 1,109 6/9/2018
0.8.0 1,108 6/9/2018
0.7.0 1,149 6/6/2018
0.6.2.27 1,136 5/29/2018
0.6.2.26 1,133 5/29/2018
0.6.2.24 1,089 5/29/2018
0.6.2.23 1,137 5/29/2018
0.6.2.22 1,115 5/29/2018
0.6.2.21 1,121 5/29/2018
0.6.2 1,185 5/29/2018
0.6.1 1,205 5/29/2018
0.5.2 1,101 5/24/2018
0.5.1 1,100 5/23/2018
0.5.0 1,015 5/22/2018
0.4.1 1,107 5/20/2018
0.4.0 1,098 5/20/2018
0.3.2 1,147 5/13/2018
0.3.1 1,173 5/13/2018
0.3.0 1,180 5/13/2018
0.2.0 1,115 5/12/2018
0.1.0 1,142 5/10/2018