Online Survey with a programming language

Did I tell you about the programming language of our online survey solution ? I dont think so, let me tell you just a little about this survey programming language.

Our solution integrates a programming lanage which allows you to program your questionnaire, a logical language that allows you to chain questions.

For example if the first question of your questionnaire is : Are you a man or a woman ?

Then you can ask the rest of the questionnaire according to gender. You just have to specify in the programming instruction of Question 1: if R1 then Q10 :

Programmable survey online

So and if the interviewee answer he is a man then Q10 question will be prensented to him.

According to this mecanism you can compute any survey.

Inside the solution here is a compiler that analyse the instruction to determine next answer to ask to intreviewee.

Isn't taht fun! 

Migration to Visual Studio 2019 Community

I did upload the project and open the solution in Visual Studio 2019 with out any problem. We made one comit very light a tag bad endding then it was all.

The most difficult thing in this case was the database connection string of course ! I was quite sure that it will be impossible to open DB ASPNETDB and QuestionnaireDB into the SQL Server installed with Visual Studio Community 2019. There was no problem at all.

So with Visual Studio 2019 you can dowload the project, open and compile while running you will get this error :


Survey Online - The user instance login flag is not supported on this version of SQL Server. The connection will be closed.
Survey Online - The user instance login flag is not supported on this version of SQL Server. The connection will be closed.

We are searchint for a solution, Follow Us on GitHub : ASP.NET SurveyOnline

See you there!

The solution seams to be there : Upgrade .mdf files

No the solution is here :

LocalDB instances are all "User Instances", and there's no need to specify User Instance=true in your connection string, in fact it is not even supported (as you can see). Just remove this part and it's going to work fine.

Stupid chubby SqlServer !

ASP.NET Online Survey now on GitHub

You're looking for an Open Source Project developed with ASP.NET in C#, a survey platforme you could custom for you're own needs of your customers relationships management.

You're at the right place!

I'm pround to present you : ASP-NET Survey Online on GitHub :

ASP-NET Survey Online on GitHub
Front Page of the Open Source Project

1. is for the name of the Repository
2. for the source code you can down load to make your own development
3. to do you need Visual Studio 2013 or later and ASP.NET Framework 4.5 or later

This project have been update it now works with Visual Studio Community 2019 so the storry continue. If you need help or whatever feel free to contact us.

That's all folks !

Why this Online Survey platform ?

There are plenty of solutions if you need to send a survey to a customer to get his degree of satisfaction. But this platform is because it's an ASP.NET C# Web Site Application, this king of Open Source project is rare so rare. All those king of projects are usually written in PHP here we wright software in C#.

Here we are with ASP.NET C# improved by Microsoft. And with SQL Server the most stable solution for databases.

Onlive Survey Platform in C#

Language C# is a much more structural language, much more easy to maintain. So the reason is technological for anyone who wants to look at professional C # code for a whole and complete plaforme all the solutions are there.

Most of the C# Code can be reuse for any other ASP.NET plateform.