Click here to Skip to main content
15,887,449 members
Articles / Web Development / ASP.NET

Using Silverlight in Enterprise: RAD of User Friendly Database Access

Rate me:
Please Sign up or sign in to vote.
4.81/5 (19 votes)
31 Jul 2009CPOL8 min read 58.1K   7K   81  
This article introduces FulcrumWeb RAD Framework - A Silverlight UI Engine to build user friendly database driven applications
<?xml version="1.0" encoding="utf-8" ?>
<Section>
  <!-- Framework -->
  <SqlScript RelativePath="Functions">
    f_Get_Framework_ApplicationParameters_STRING.sql
    f_Get_Framework_ApplicationParameters_INT.sql
    f_Get_Framework_ApplicationParameters_BOOL.sql
    f_Framework_UserSettings_ParseSectionName.sql
    f_Framework_UserSettings_GetSectionId.sql
  </SqlScript>
  <SqlScript RelativePath="Procedures">
    p_GetFrameworkSequenceNextValue.sql
    p_GetFrameworkSequenceNextRange.sql
    p_Framework_UserSettings_GetSubTree.sql
    p_Framework_UserSettings_Update.sql
    p_Framework_UserSettings_WriteForEachUser.sql
    p_Framework_UserSettings_Delete.sql
    p_Framework_UserSettings_DeleteForEachUser.sql
    p_Framework_MarkedItems_Update.sql
    p_Framework_AttributeUsages_InsertOrUpdate.sql
    p_Framework_Entities_InsertOrUpdate.sql
    p_Framework_EntityUsages_InsertOrUpdate.sql
    p_Framework_LocalizedValue_Insert.sql
    p_Framework_MetadataCustomization_InsertOrUpdate.sql
    p_Framework_WinForms_InsertOrUpdate.sql
    p_Framework_WinPanels_InsertOrUpdate.sql
    p_GetFrameworkCommandUniqueId.sql
  </SqlScript>
  <SqlScript RelativePath="Triggers">
    tr_Framework_Workspaces_Ins.sql
    tr_Framework_Users_InsUpdDel.sql
    tr_Framework_Roles_InsUpdDel.sql
    tr_Framework_ApplicationParameters_InsUpd.sql  
    tr_Framework_Images_InsUpdDel.sql
    tr_Framework_ImageLibrary_InsUpd.sql
    tr_ImageLibraryCategory_InsUpdDel.sql
  </SqlScript>
  <SqlScript RelativePath="Views">
    v_Framework_Workspaces.sql
    v_Framework_RoleWorkspaces_Assigned.sql
    v_Framework_RoleWorkspaces_All.sql
    v_Framework_Applications.sql
    v_Framework_Users.sql
    v_Framework_UserRoles_Assigned.sql
    v_Framework_UserRoles.sql
    v_Framework_UserRoles_Edit.sql
  </SqlScript>
</Section>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions