locked
Early bound Programming model -Entity Framework RRS feed

Answers

  • Hi,

    Yes - when you run CrmSvcUtil it creates the strongly typed classes similair to creating a model in EF

    hth

    Joe

    • Marked as answer by sakkad Monday, November 7, 2011 7:43 AM
    Tuesday, October 18, 2011 7:57 AM

All replies

  • Hi,

    I am not sure i clearly understand the question. The Early bound framework, provides you with strongly typed classes of each of the entity defined in CRM including custom entities. You can use these classes to perform CRUD operations on the data in CRM.

    In that sense it is probably similar to the ADO.NET entity framework.

    HTH

    Sam


    Web: http://www.inogic.com
    Blog: http://inogic.blogspot.com
    Email: news@inogic.com
    If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".
    Tuesday, October 18, 2011 7:02 AM
  • Hi,

    Yes - when you run CrmSvcUtil it creates the strongly typed classes similair to creating a model in EF

    hth

    Joe

    • Marked as answer by sakkad Monday, November 7, 2011 7:43 AM
    Tuesday, October 18, 2011 7:57 AM
  • You should check the documentation from CrmSvcUtil which comes with the CRM SDK:

    http://technet.microsoft.com/en-us/library/gg327844.aspx


    Gonzalo | gonzaloruizcrm.blogspot.com

    Tuesday, October 18, 2011 12:28 PM
    Moderator