Skip to content

Dynamic form sheet generator created with ASP.NET and C#.

Notifications You must be signed in to change notification settings

codepushr/sharpforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sharpforms - a dynamic form generator

Overview:

This project is created in ASP.NET and C# and is a simple clone of the Google Forms application. It is possible to create and store form structures as well as fill in specific forms and display the data. Generated links can be used to access already created forms for filling in.

Details regarding the Business Layer:

The Business Objects are stored as a class library. The project strictly follows the domain model paradigm which means that every entity in the database is represented as a class in the Business Object. Furthermore all these entity classes have internal constructors so objects can only be initialised or returned by the one and only factory class "cMain". This has been done to prevent too much functionality and therefore risk of persistency problems in the Presentation Layer.

About

Dynamic form sheet generator created with ASP.NET and C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published