Generic Persistence Manager for centralized Data Access

Thread is closed for posting
5 posts, 0 answers
  1. 721A6B8F-45E6-420B-8051-F6D5D872018E
    721A6B8F-45E6-420B-8051-F6D5D872018E avatar
    40 posts
    Member since:
    Jul 2008

    Posted 26 Feb 2009 Link to this post

    Requirements

    .NET version 3.5
    programming language C#

     




    PROJECT DESCRIPTION 
    The attached files demonstrate an example of how to implement a Persistence Service where all data access requests can be executed. By centralizing data access like this, the amount of ORM code needed throughout your application can be reduced dramatically
  2. 6CD70A11-C7DA-475F-9024-650FB8746C4B
    6CD70A11-C7DA-475F-9024-650FB8746C4B avatar
    23 posts
    Member since:
    Feb 2009

    Posted 07 Mar 2009 Link to this post

    I seem to be gettting a  lot of errors when I add these files to a blank project: Lots of "must implements..." and the like.  Could you please post a full project with just these files and necessary project references?

    Thanks,
    Chris Moses
  3. 721A6B8F-45E6-420B-8051-F6D5D872018E
    721A6B8F-45E6-420B-8051-F6D5D872018E avatar
    40 posts
    Member since:
    Jul 2008

    Posted 13 Mar 2009 Link to this post

    I am posting a full solution which demonstrates the generic persistence service/manager.  I've laid it out with seperate projects for the DAL and the Domain objects.  I hope this can be useful to someone. 

    Note that I'm using the latest release of OpenAccess and that you have to set up the SQL Express database as indicated in the ReadMe.txt file.

    Cheers,
    Robert
  4. 3C92E467-77D1-4E13-8BBE-339D7D327D41
    3C92E467-77D1-4E13-8BBE-339D7D327D41 avatar
    66 posts
    Member since:
    Jul 2004

    Posted 01 Jul 2010 Link to this post

    It would be usefull for  those who are starting now with Domain Model, to know wich were the steps involved to achieve the final result. Maybe a step by step guide.
  5. DF306142-48B5-44E4-8E2D-C52759157F15
    DF306142-48B5-44E4-8E2D-C52759157F15 avatar
    581 posts
    Member since:
    Mar 2017

    Posted 07 Jul 2010 Link to this post

    Hello Hugo Augusto,

    We will try to provide those steps in a few days.

    Sincerely yours,
    Damyan Bogoev
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.