BizDoc.Infrastructure.Survey 9.0.0

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

Survey for BizDoc

Setup

builder.Services.
	AddBizDoc().
		AddSurvey();

app.UseBizDoc().
    UseSurvey();

Form

Survey Designer

In Architect Tool forms section, new > Survey.

Design.

Analysis

Bind analysis profile to survey form in Architect form profile.

Survey Browser

Reports, find Surver Borwser. Filter form, choose questions.

Export as Excel file.

Dashboard

Quick Poll.

Analysis.

Angular

npm @bizdoc/survey package.

Flutter

API

Profile

/api/survey/form/{survey-name}
[
	{
		"id": 1,
		"number": "S0001",
		"question_1": "Yes."
	}
]

Authorization require system privileges.

Profile

/api/survey/profile/{identity}
{
	"number": "S0001",
	"question_1": true,
	"question_2": 1
}

Supports GET and PUT.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
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
9.0.0 274 5/15/2025
8.4.3 158 3/27/2025
8.4.2 139 2/15/2025
8.3.2 376 1/17/2024
8.3.1 362 1/12/2024
7.3.1 428 12/23/2023
7.3.0 462 11/20/2023
7.2.0 449 11/15/2023
7.1.0 743 6/24/2023
7.0.0 897 11/28/2022
6.8.10 905 11/8/2022
6.8.9 914 11/6/2022
6.8.8 909 11/6/2022
6.8.7 885 11/2/2022
6.8.6 884 11/1/2022
6.8.5 900 11/1/2022
6.8.4 914 10/31/2022
6.8.3 902 10/27/2022
6.8.2 946 10/26/2022
6.8.1 968 10/24/2022
6.8.0 947 10/24/2022
0.0.9 962 10/22/2022
0.0.7 1,001 10/20/2022