locked
Example of Entity Framework RRS feed

  • Question

  • Hi,

    I am planning to start a project using ADO.net Entity Framework with Silverlight frontend.

    1.
    Is there any tool or Service factory (WSSF) available for Entity Framework? 

    Or Do I have to manually create projects in the solution?
     
    2. Give me links for sample Ado.net entity framework solutions for reference.

    thanks


    Seshu
    Friday, August 7, 2009 4:26 AM

Answers

  • Hi Seshu,


    Entity framework is a server side data store. After building your data model, you need to choose what technology you will use to send your server entities(data) to the Silverlight client. Here are your choices:
    I hope after following the above links you will have a good idea of which one to choose based on your requirements.


    Regards,
    Syed Mehroz Alam
    My Blog | My Articles
    • Proposed as answer by Syed Mehroz Alam Monday, August 10, 2009 5:32 AM
    • Marked as answer by Yichun_Feng Thursday, August 13, 2009 2:07 AM
    Friday, August 7, 2009 6:33 AM