CodeFirstWebFramework 1.3.138
See the version list below for details.
dotnet add package CodeFirstWebFramework --version 1.3.138
NuGet\Install-Package CodeFirstWebFramework -Version 1.3.138
<PackageReference Include="CodeFirstWebFramework" Version="1.3.138" />
paket add CodeFirstWebFramework --version 1.3.138
#r "nuget: CodeFirstWebFramework, 1.3.138"
// Install CodeFirstWebFramework as a Cake Addin #addin nuget:?package=CodeFirstWebFramework&version=1.3.138 // Install CodeFirstWebFramework as a Cake Tool #tool nuget:?package=CodeFirstWebFramework&version=1.3.138
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- Markdig (>= 0.37.0)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 8.0.6)
- Microsoft.CSharp (>= 4.7.0)
- MimeMapping (>= 3.0.1)
- mustache-sharp (>= 1.0.0)
- MySql.Data (>= 8.4.0)
- Newtonsoft.Json (>= 13.0.3)
- System.Data.SqlClient (>= 4.8.6)
- System.Data.SQLite.Core (>= 1.0.118)
- System.Text.Encoding.CodePages (>= 8.0.0)
-
.NETStandard 2.0
- Markdig (>= 0.37.0)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 8.0.6)
- Microsoft.CSharp (>= 4.7.0)
- MimeMapping (>= 3.0.1)
- mustache-sharp (>= 1.0.0)
- MySql.Data (>= 8.4.0)
- Newtonsoft.Json (>= 13.0.3)
- System.Data.SqlClient (>= 4.8.6)
- System.Data.SQLite.Core (>= 1.0.118)
- System.Text.Encoding.CodePages (>= 8.0.0)
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.159 | 25 | 10/31/2024 |
1.3.158 | 24 | 10/31/2024 |
1.3.157 | 83 | 10/24/2024 |
1.3.156 | 71 | 10/24/2024 |
1.3.155 | 72 | 10/22/2024 |
1.3.154 | 66 | 10/22/2024 |
1.3.150 | 136 | 10/18/2024 |
1.3.147 | 90 | 10/10/2024 |
1.3.145 | 87 | 10/2/2024 |
1.3.144 | 77 | 10/2/2024 |
1.3.143 | 107 | 9/19/2024 |
1.3.142 | 137 | 9/5/2024 |
1.3.140 | 96 | 9/4/2024 |
1.3.139 | 239 | 7/18/2024 |
1.3.138 | 102 | 7/18/2024 |
1.3.137 | 96 | 7/15/2024 |
1.3.136 | 79 | 7/4/2024 |
1.3.135 | 108 | 5/30/2024 |
1.3.132 | 155 | 3/21/2024 |
1.3.130 | 141 | 2/20/2024 |
1.3.129 | 233 | 12/8/2023 |
1.3.128 | 128 | 12/7/2023 |
1.3.123 | 138 | 12/6/2023 |
1.3.121 | 266 | 9/20/2023 |
1.3.119 | 153 | 9/6/2023 |
1.3.111 | 223 | 8/3/2023 |
1.3.109 | 176 | 7/20/2023 |
1.3.107 | 183 | 7/18/2023 |
1.3.106 | 178 | 7/18/2023 |
1.3.105 | 240 | 6/27/2023 |
1.3.103 | 196 | 6/15/2023 |
1.3.102 | 194 | 6/13/2023 |
1.3.101 | 186 | 6/1/2023 |
1.3.98 | 237 | 4/27/2023 |
1.3.97 | 349 | 3/22/2023 |
1.3.96 | 303 | 3/16/2023 |
1.3.95 | 383 | 1/10/2023 |
1.3.94 | 378 | 1/5/2023 |
1.3.93 | 377 | 1/4/2023 |
1.3.89 | 424 | 11/17/2022 |
1.3.85 | 404 | 11/15/2022 |
1.3.84 | 410 | 11/12/2022 |
1.3.83 | 388 | 11/10/2022 |
1.3.82 | 404 | 11/3/2022 |
1.3.81 | 503 | 10/14/2022 |
1.3.80 | 460 | 8/23/2022 |
1.3.79 | 481 | 8/4/2022 |
1.3.78 | 513 | 7/20/2022 |
1.3.77 | 542 | 6/9/2022 |
1.3.76 | 512 | 6/8/2022 |
1.3.73 | 584 | 5/4/2022 |
1.3.72 | 509 | 4/27/2022 |
1.3.71 | 514 | 4/27/2022 |
1.3.70 | 525 | 4/7/2022 |
1.3.69 | 503 | 3/31/2022 |
1.3.68 | 551 | 3/29/2022 |
1.3.67 | 537 | 3/25/2022 |
1.3.66 | 508 | 3/23/2022 |
1.3.65 | 493 | 3/15/2022 |
1.3.61 | 528 | 3/11/2022 |
1.3.59 | 475 | 12/9/2021 |
1.3.57 | 446 | 9/28/2021 |
1.3.55 | 442 | 9/19/2021 |
1.3.54 | 532 | 7/12/2021 |
1.3.53 | 444 | 6/21/2021 |
1.3.52 | 424 | 6/21/2021 |
1.3.51 | 452 | 6/18/2021 |
1.3.50 | 446 | 5/11/2021 |
1.3.49 | 482 | 3/17/2021 |
1.3.48 | 487 | 3/8/2021 |
1.3.47 | 496 | 3/5/2021 |
1.3.46 | 549 | 3/5/2021 |
1.3.44 | 607 | 2/15/2021 |
1.3.42 | 584 | 2/15/2021 |
1.3.41 | 566 | 2/5/2021 |
1.3.37 | 770 | 11/27/2020 |
1.3.36 | 684 | 11/25/2020 |
1.3.35 | 656 | 11/22/2020 |
1.3.34 | 650 | 11/20/2020 |
1.3.33 | 706 | 11/18/2020 |
1.3.31 | 706 | 11/6/2020 |
1.3.30 | 733 | 10/30/2020 |
1.3.27 | 693 | 10/16/2020 |
1.3.26 | 755 | 10/16/2020 |
1.3.25 | 749 | 10/14/2020 |
1.3.24 | 708 | 9/21/2020 |
1.3.23 | 734 | 9/14/2020 |
1.3.22 | 687 | 9/14/2020 |
1.3.21 | 779 | 7/17/2020 |
1.3.19 | 692 | 7/17/2020 |
1.3.18 | 725 | 7/16/2020 |
1.3.17 | 717 | 7/6/2020 |
1.3.16 | 797 | 6/27/2020 |
1.3.11 | 748 | 6/17/2020 |
1.3.10 | 724 | 6/11/2020 |
1.3.9 | 815 | 5/22/2020 |
1.3.8 | 727 | 5/21/2020 |
1.3.4 | 701 | 5/15/2020 |
1.3.2 | 725 | 5/14/2020 |
1.2.29 | 852 | 3/21/2020 |
1.2.28 | 828 | 3/20/2020 |
1.2.25 | 751 | 3/3/2020 |
1.2.24 | 807 | 2/17/2020 |
1.2.22 | 866 | 12/26/2019 |
1.2.21 | 832 | 12/3/2019 |
1.2.20 | 834 | 11/22/2019 |
1.2.18 | 806 | 11/22/2019 |
1.2.16 | 750 | 11/14/2019 |
1.2.15 | 800 | 11/14/2019 |
1.2.14 | 817 | 11/11/2019 |
1.2.13 | 798 | 11/5/2019 |
1.2.12 | 820 | 9/23/2019 |
1.2.11 | 827 | 9/19/2019 |
1.2.10 | 807 | 9/2/2019 |
1.2.9 | 904 | 8/29/2019 |
1.2.8 | 755 | 8/28/2019 |
1.2.7 | 755 | 8/26/2019 |
1.2.6 | 875 | 8/23/2019 |
1.2.5 | 833 | 8/22/2019 |
1.2.2 | 853 | 7/26/2019 |
1.2.1 | 887 | 7/16/2019 |
1.2.0 | 914 | 7/11/2019 |
1.1.7 | 1,127 | 9/10/2018 |
1.1.6 | 1,151 | 7/4/2018 |
1.1.4 | 1,298 | 3/8/2018 |
1.1.3 | 1,257 | 3/1/2018 |
1.1.0 | 1,277 | 2/8/2018 |
1.0.17 | 1,342 | 12/12/2017 |
1.0.16 | 1,247 | 11/13/2017 |
1.0.14 | 1,211 | 9/1/2017 |
1.0.13 | 1,254 | 8/22/2017 |
1.0.12 | 1,181 | 8/14/2017 |
1.0.11 | 1,182 | 8/8/2017 |
1.0.10 | 1,198 | 8/3/2017 |
1.0.8 | 1,231 | 7/31/2017 |
1.0.7 | 1,219 | 7/25/2017 |
1.0.6 | 1,178 | 7/18/2017 |
1.0.2 | 1,204 | 7/18/2017 |
1.0.1 | 1,242 | 6/22/2017 |
1.0.0 | 1,234 | 6/20/2017 |
Ability to turn on NONCE in config file. If set to true, every page generated will have a unique nonce, which can be accessed in templates as {{NONCE}} od {{NONCEATTRIBUTE}} (which gives ` nonce="the nonce"`.