GarMel.Framework.Web.Core 7.0.0.2

Prefix Reserved
dotnet add package GarMel.Framework.Web.Core --version 7.0.0.2
                    
NuGet\Install-Package GarMel.Framework.Web.Core -Version 7.0.0.2
                    
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="GarMel.Framework.Web.Core" Version="7.0.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GarMel.Framework.Web.Core" Version="7.0.0.2" />
                    
Directory.Packages.props
<PackageReference Include="GarMel.Framework.Web.Core" />
                    
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 GarMel.Framework.Web.Core --version 7.0.0.2
                    
#r "nuget: GarMel.Framework.Web.Core, 7.0.0.2"
                    
#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 GarMel.Framework.Web.Core@7.0.0.2
                    
#: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=GarMel.Framework.Web.Core&version=7.0.0.2
                    
Install as a Cake Addin
#tool nuget:?package=GarMel.Framework.Web.Core&version=7.0.0.2
                    
Install as a Cake Tool

Database Application Framework (DAF)

DAF is a software development framework for creating enterprise business SaaS applications. The default implementation generates end-to-end low-code SaaS platform as a template application and can be extended and customized entirely.

Technology

DAF application server is based on Microsoft .NET 6 and uses open standard technologies for web development such as HTML5, CSS3 and Javascript. As a push mechanism for sending UI commands to a browser (or other client platform such as WinForms or Mobile) DAF uses SignalR. If there is no "Default" connection string in appSettings, the default implementation bootstraps a new lightweight SQLite database and configures the application. Currently DAF supports SQL Server, MySQL and SQLite as relational database platform.

Usage

Add this NuGet package to your existing ASP .NET Core project.

Install-Package GarMel.Framework.Web.Core

Then add the following code to your ConfigureServices method in Startup file. Note - for minimal API projects add this code to the Program file or wherever IServiceCollection is configured.

services.AddMvc().AddNewtonsoftJson().AddApplicationPart(typeof(FormController).Assembly); services.AddDaf(Configuration); services.AddAuthentication("dummy").AddScheme<AuthenticationSchemeOptions, DummyAuthenticationHandler>("dummy", null);

You can skip adding AddAuthentication method if you already have another authentication in-place.

And also call the UseDaf and MapDaf extension methods of IApplicationBuilder interface in ConfigureServices function.

By default, the custom authentiction is setup and admin user is added with password "admin".

For downloading sample template projects see code repository DAF.Project.Templates in Github

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
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
7.0.0.2 285 11/9/2023
7.0.0.1 182 10/5/2023
7.0.0 166 10/2/2023
6.0.0.15 328 2/1/2023
6.0.0.14 403 11/3/2022
6.0.0.13 429 10/15/2022
6.0.0.12 446 10/15/2022
6.0.0.11 449 10/7/2022
6.0.0.10 431 10/7/2022
6.0.0.9 452 10/7/2022
6.0.0.8 438 10/7/2022
6.0.0.2 459 8/23/2022