I'm used to Forms and DataSets but now I'm trying out WPF and the Entity Framework. My goal is to fill a DataGrid in WPF with the use of the Entity Framework. However, I do NOT have a database! I have simple text files with data that I have to parse to fill my Entities.
However, I get errors like "Entity type 'TableName' is not mapped." and crashes like that I don't have a connection string.
Is it possible to use the Entity Framework without a database? Or do I have to go back to use a DataSet?