Free, Open-Source ASP.Net 2.0 Framework for Data-Driven Websites
UnifiedASP is a web-application framework for ASP.Net 2.0 currently released in VB.Net. We may release a C# port and a .Net 3.5 version at some point in the future. It has been ported to PHP in the past but no plans exist to release it unless we engage in more PHP projects.
The framework simplifies many routine tasks encountered while developing data-driven web applications in .Net including:
To use the framework you can download a sample solution to build upon or whose files you can copy into your existing projects. You can also use our code generator to build out the common stored procedures, data access classes, and CRUD pages for your modules. Generated code is never the end point, but it gives the developer a huge head start in building modules on top of the framework.
UnifiedASP is a framework. It is not a CMS, blogging technology or an easily-configured application generator. You will need to create tables for storing information and classes and pages that allow users to interact with your data. It enables you to streamline your development and write a lot less code, but it does not attempt to do your job for you.
To get started, we’d suggest you watch this video.