The FulcrumWeb RAD Framework is designed to help developers quickly and easily create, deploy, manage, and distribute enterprise applications and services.
FulcrumWeb RAD Framework is based on a simple and easy to understand architecture built on the idea of XML metadata that describes business entities and their attributes, look and behavior. Framework core classes can do a lot of work for you. The Sample IssueTracker application was implemented without a single line of C#, HTML or SQL code; instead a small and easy to support Metadata XML file was used to “define” the entire application. Framework does not use code generation, and as a result your application will run on future supported platforms without any additional work on your part.
Metadata is easily extendible, and allows “assembling” application from parts by adding new business entities and describing or refining their behavior. A developer may either use framework’s core classes (which are quite adequate for fast prototyping or even as a final solution for simple entities), or use them as base classes to inherit from, and add custom code at any application layer (Database, Business Logic and UI).
Microsoft DotNet 3.5 and Microsoft Visual Studio 2008 are used as a Standard Development tools and environment.
For more information about FulcrumWeb RAD Framework please visit Technologies section of our web site.
If you have any questions or need further assistance from FulcrumWeb, please visit our Developers forum.