making application workign without SQL Server by data migration ?

잠김 making application workign without SQL Server by data migration ?

  • Friday, September 07, 2012 1:50 AM
     
     

    I have to work on an desktop application with WinForms/ C#, SQL server and EF 4.

    DAL has been implemented using Repository and UoW paterns. Data is being used just for read only purposes. Can you please adivce how Data base can be removed and application can be modified to work by using data from some files, XML or in memory collections.

    Please guide how it can be done usign least changes.

All Replies