Question T10493
Visible to All Users

Pre purchase enquiry

created 2 years ago

Hi,
We would like to purchase the license for implementing survey app in our company. Before proceeding we have below queries. Could you please clarify those?

  1. We are not clear about the API services. I downloaded dotnet core sample project from github but it is not saving anything in database. Could you please help me about how to connect to database?
  2. Is the API project you provided in github usable for our purpose?
  3. How to make authentication and authorization in this project?
  4. Without DB how are you saving the survey details as I can create surveys and see the results but nothing is stored in DB?
  5. We are planning for Azure deployment as micro-services. Could you please advise a high level architecture for that?
  6. Finally, we are planning to purchase Creator license. which is costing 499 euro. Could you please consider some discounts?

Answers approved by surveyjs Support

created 2 years ago

Hello,
Thank you for reaching out to us.

The SurveyJS + .NET Core Demo Example actually demonstrates how to integrate SurveyJS components with a .NET Core backend.

This example uses the ServiceController to communicate with the client-side frontend app, fetch and store surveys and results. Surveys and results are stored in HTTP Context Session. The ServiceController uses a SessionStorage to communicate with a Session storage and get/post surveys from/to the client. In your real-life app, please feel free to move forward and implement the solution which best suits your needs. For example, you may wish to store surveys and results in a database. The following article from Microsoft may help: Working with Data in ASP.NET Core Apps.

Authentication and authorization are basic concepts of ASP.NET Core applications. In turn, SurveyJS widgets don't require any special settings to be applied in apps which enable authentication and authorization.
If you wish to enable authentication and authorization, please consult Microsoft tutorials: Authentication and Authorization.

We are planning for Azure deployment as micro-services. Could you please advise a high level architecture for that?

I appreciate your confidence. Unfortunately, I'm not in a position to give any recommendations in this regard. I believe Microsoft guidelines will help you get started:

Finally, we are planning to purchase Creator license. which is costing 499 euro. Could you please consider some discounts?

Yes, sure. We offer volume discounts. A volume discount will be automatically applied to the final cost when there are 2 and more packs in the shopping cart.

I hope you find this information useful. Please feel free to contact us if you have any questions or require further assistance.

We are always here to help.

Thank you,
Jane
SurveyJS Team