CodeFirstWebFramework 1.0.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeFirstWebFramework --version 1.0.16
                    
NuGet\Install-Package CodeFirstWebFramework -Version 1.0.16
                    
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="CodeFirstWebFramework" Version="1.0.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeFirstWebFramework" Version="1.0.16" />
                    
Directory.Packages.props
<PackageReference Include="CodeFirstWebFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeFirstWebFramework --version 1.0.16
                    
#r "nuget: CodeFirstWebFramework, 1.0.16"
                    
#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.
#:package CodeFirstWebFramework@1.0.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CodeFirstWebFramework&version=1.0.16
                    
Install as a Cake Addin
#tool nuget:?package=CodeFirstWebFramework&version=1.0.16
                    
Install as a Cake Tool

CodeFirstWebFramework Web App development tool

Now available as a NuGet package, downloadable directly from Visual Studio.

This DLL enables you to build a highly functional C# web app with minimal coding. Your Main method has only to call

Config.Load(args);
new WebServer().Start();

This will load (or create) the config file, analyse the code for classes which should be persisted to the database, ensure the database schema is up to date with the code, and start listening for web requests on the default port (8080).

The database is a local SQLite database by default, but can be set (in the config file) to any accessable MySql or Sql Server database. The default port and a number of other settings can also be overridden in the config file.

The web server will serve any html or other files placed in a subfolder with the same name as the main namespace of your project.

However, this is only the beginning. Instead of serving html files, the server can construct the html by merging Mustache .tmpl files with the default.tmpl file. This allows you to make the default.tmpl file a standard look and feel for the whole website, with individual page data being inserted in it as appropriate.

Even more useful, selected pages can be created or altered using C# code - each C# class which is a subclass of AppModule acts as a virtual directory, and each public method in that class acts as a virtual file in that directory. So, for example, a web request for /home/listing.html will create an object of the AppModule subclass Home, and call the Listing method. This method could retrieve a list of records from the database, and the home/listing.tmpl file could display them as a searchable table.

Because the templates are Mustache, you can insert information from variables in the C# program directly into the output html, including processing lists and arrays.

There is an extensive library of javascript (in default.js) which works with the C# code to provide support for forms, data tables, array list/edit forms and header-detail forms, along with callbacks to the C# code using ajax and json.

There is built-in support for backing up and restoring the database (to json format).

There is built in (but extensible) optional support for creating users with logins and passwords, and giving each user a permission level for the whole system, or even individual modules or methods.

There is also built-in support for GitHub style Markdown (like this file), both in general use, and for writing context-sensitive help with a table of contents.

The DLL can actually run multiple web servers on the same port (distinguished by the server part of the url), or different ports, each of which can use the same or different C# code (distinguished by C# Namespaces) and use different databases. You can also customise the look and feel of each server, as the template code looks for templates in a folder named for the server, then a folder named for the app namespace, then in the CodeFirstWebFramework folder.

More documentation is in contentFiles/Documentation.md

Api documentation is in contentFiles/Api.md

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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

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
1.3.162 245 12/16/2025
1.3.161 531 11/18/2024
1.3.160 202 11/5/2024
1.3.159 150 10/31/2024
1.3.158 173 10/31/2024
1.3.157 175 10/24/2024
1.3.156 188 10/24/2024
1.3.155 159 10/22/2024
1.3.154 173 10/22/2024
1.3.150 216 10/18/2024
1.3.147 195 10/10/2024
1.3.145 187 10/2/2024
1.3.144 185 10/2/2024
1.3.143 206 9/19/2024
1.3.142 221 9/5/2024
1.3.140 186 9/4/2024
1.3.139 352 7/18/2024
1.3.138 201 7/18/2024
1.3.137 183 7/15/2024
1.3.136 159 7/4/2024
1.3.135 212 5/30/2024
1.3.132 224 3/21/2024
1.3.130 234 2/20/2024
1.3.129 315 12/8/2023
1.3.128 226 12/7/2023
1.3.123 226 12/6/2023
1.3.121 333 9/20/2023
1.3.119 227 9/6/2023
1.3.111 309 8/3/2023
1.3.109 302 7/20/2023
1.3.107 304 7/18/2023
1.3.106 285 7/18/2023
1.3.105 339 6/27/2023
1.3.103 324 6/15/2023
1.3.102 324 6/13/2023
1.3.101 313 6/1/2023
1.3.98 341 4/27/2023
1.3.97 481 3/22/2023
1.3.96 441 3/16/2023
1.3.95 507 1/10/2023
1.3.94 519 1/5/2023
1.3.93 521 1/4/2023
1.3.89 545 11/17/2022
1.3.85 530 11/15/2022
1.3.84 554 11/12/2022
1.3.83 535 11/10/2022
1.3.82 554 11/3/2022
1.3.81 655 10/14/2022
1.3.80 590 8/23/2022
1.3.79 645 8/4/2022
1.3.78 689 7/20/2022
1.3.77 697 6/9/2022
1.3.76 678 6/8/2022
1.3.73 722 5/4/2022
1.3.72 687 4/27/2022
1.3.71 684 4/27/2022
1.3.70 686 4/7/2022
1.3.69 663 3/31/2022
1.3.68 705 3/29/2022
1.3.67 701 3/25/2022
1.3.66 656 3/23/2022
1.3.65 661 3/15/2022
1.3.61 696 3/11/2022
1.3.59 633 12/9/2021
1.3.57 623 9/28/2021
1.3.55 597 9/19/2021
1.3.54 677 7/12/2021
1.3.53 608 6/21/2021
1.3.52 600 6/21/2021
1.3.51 623 6/18/2021
1.3.50 589 5/11/2021
1.3.49 668 3/17/2021
1.3.48 680 3/8/2021
1.3.47 648 3/5/2021
1.3.46 733 3/5/2021
1.3.44 812 2/15/2021
1.3.42 741 2/15/2021
1.3.41 772 2/5/2021
1.3.37 935 11/27/2020
1.3.36 851 11/25/2020
1.3.35 862 11/22/2020
1.3.34 841 11/20/2020
1.3.33 885 11/18/2020
1.3.31 904 11/6/2020
1.3.30 894 10/30/2020
1.3.27 897 10/16/2020
1.3.26 964 10/16/2020
1.3.25 963 10/14/2020
1.3.24 912 9/21/2020
1.3.23 930 9/14/2020
1.3.22 867 9/14/2020
1.3.21 952 7/17/2020
1.3.19 872 7/17/2020
1.3.18 919 7/16/2020
1.3.17 907 7/6/2020
1.3.16 968 6/27/2020
1.3.11 961 6/17/2020
1.3.10 908 6/11/2020
1.3.9 1,017 5/22/2020
1.3.8 927 5/21/2020
1.3.4 881 5/15/2020
1.3.2 951 5/14/2020
1.2.29 1,042 3/21/2020
1.2.28 1,033 3/20/2020
1.2.25 962 3/3/2020
1.2.24 987 2/17/2020
1.2.22 1,080 12/26/2019
1.2.21 1,037 12/3/2019
1.2.20 1,025 11/22/2019
1.2.18 995 11/22/2019
1.2.16 955 11/14/2019
1.2.15 993 11/14/2019
1.2.14 1,033 11/11/2019
1.2.13 1,021 11/5/2019
1.2.12 1,025 9/23/2019
1.2.11 1,022 9/19/2019
1.2.10 1,014 9/2/2019
1.2.9 1,102 8/29/2019
1.2.8 967 8/28/2019
1.2.7 960 8/26/2019
1.2.6 1,077 8/23/2019
1.2.5 1,030 8/22/2019
1.2.2 1,032 7/26/2019
1.2.1 1,112 7/16/2019
1.2.0 1,138 7/11/2019
1.1.7 1,364 9/10/2018
1.1.6 1,519 7/4/2018
1.1.4 1,819 3/8/2018
1.1.3 1,778 3/1/2018
1.1.0 1,817 2/8/2018
1.0.17 1,981 12/12/2017
1.0.16 1,753 11/13/2017
1.0.14 1,579 9/1/2017
1.0.13 1,638 8/22/2017
1.0.12 1,568 8/14/2017
1.0.11 1,562 8/8/2017
1.0.10 1,571 8/3/2017
1.0.8 1,620 7/31/2017
1.0.7 1,590 7/25/2017
1.0.6 1,529 7/18/2017
1.0.2 1,573 7/18/2017
1.0.1 1,626 6/22/2017
1.0.0 1,611 6/20/2017

New sortable option on list forms, allows user to reorder lines by drag and drop.
New addRows option (with associated hasData and emptyRecord options) add a blank row to the bottom of a list form. When the blank row is filled in, a new blank row appears.
Better headings for nonZero buttons on fields which are checkboxes.
Allow methods to return any subclass of BaseForm to have the form shown.
Dates with times can be stored in the database.
Api.md included.
When changing passwords, the new password must be different from the old one.
Superclasses of Tables and Writeable classes are also writeable by default.
Improved parsing of multipart-form-data.
WriteResponse now accepts a byte array as well as strings, streams, etc.
Now built to .Net 4.5.2