I have to work on an desktop application which was developed 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. It is some chage to DAL required.
Please guide how it can be done usign least changes.
I finally converted my DB to SQL Server CE.