![]() |
VOOZH | about |
dotnet add package GsoftApp.Framework.Web.Core --version 10.0.0
NuGet\Install-Package GsoftApp.Framework.Web.Core -Version 10.0.0
<PackageReference Include="GsoftApp.Framework.Web.Core" Version="10.0.0" />
<PackageVersion Include="GsoftApp.Framework.Web.Core" Version="10.0.0" />Directory.Packages.props
<PackageReference Include="GsoftApp.Framework.Web.Core" />Project file
paket add GsoftApp.Framework.Web.Core --version 10.0.0
#r "nuget: GsoftApp.Framework.Web.Core, 10.0.0"
#:package GsoftApp.Framework.Web.Core@10.0.0
#addin nuget:?package=GsoftApp.Framework.Web.Core&version=10.0.0Install as a Cake Addin
#tool nuget:?package=GsoftApp.Framework.Web.Core&version=10.0.0Install as a Cake Tool
GsoftApp framework is a software development framework for creating business applications and internal tools. The framework generates end-to-end low-code template application and can be extended and customized entirely.
GsoftApp application server is based on ASP .NET 10 and uses open standard technologies for web development such as HTML5, CSS3 and JS. The default implementation bootstraps a new lightweight SQLite database and configures the application. Currently it supports SQL Server, MySQL and SQLite as a relational database platform.
Add this NuGet package to your existing ASP .NET Core project.
Install-Package GsoftApp.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.AddDaf(Configuration);
In case you do not have any authentication in place and getting , please use the following code to add a dummy one.
services.AddAuthentication("dummy").AddScheme<AuthenticationSchemeOptions, DummyAuthenticationHandler>("dummy", null);
And finally 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 GsoftApp.Project.Templates in Github
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 89 | 6/14/2026 |
| 8.1.2 | 100 | 5/20/2026 |
| 8.1.2-beta | 113 | 3/2/2026 |
| 8.1.1 | 323 | 12/19/2025 |
| 8.1.0 | 438 | 11/18/2025 |
| 8.1.0-beta2 | 321 | 11/16/2025 |
| 8.1.0-beta | 220 | 9/5/2025 |
| 8.0.5 | 294 | 4/17/2025 |
| 8.0.3 | 217 | 1/25/2025 |
| 8.0.2 | 227 | 10/8/2024 |
| 8.0.1-beta | 200 | 7/2/2024 |
| 8.0.0 | 342 | 3/6/2024 |
| 8.0.0-beta2 | 251 | 3/5/2024 |
| 8.0.0-beta | 232 | 3/5/2024 |
| 7.0.3 | 307 | 3/5/2024 |
| 7.0.2 | 261 | 3/2/2024 |
| 7.0.1 | 389 | 1/13/2024 |
| 7.0.0 | 358 | 12/25/2023 |