The Goal: Building a tool for generating database driven ASP.Net
portal sites.
Used Technologies: ASP.Net, WinForms, ADO.Net, MS Access, MSSQL
2000/2005, Oracle, PostgreSQL, MySQL
Frameworks: .NET Framework 2
About:
ASP.Net Generator is a project based tool that generates database driven ASP.Net
2.0 pages. It is a project based tool, thus it must be included into existing project
in order to create a single page. Project files are XML documents containing all
necessary information for the single pages to be generated including database relationships
and controls behavior. This solution gives the opportunity to design each page of
site using Design Helper. It provides users with GUI to design layout and behaviors
of components. Database relations can be customized in Relations Helper. It supports
proper database layout as resizable forms with Connector Lines in the middle. Each
page checks if the current user has an active session and as a result - checks if
the session can be terminated.
Architecture:

Solution:
Krendls Ltd delivered high performance and flexible application for a client.
The work-scope includes:
- Database designer. It allows to edit data tables, columns and relations.
- Code and form generator. Generate forms, related code and Visual Studio project
file for selected entities from database designer.
- Form designer. Customize generated forms in the designer window.