I am developing a desktop application where different users can use the application on the same machine, the application should generate a different SQL Server CE database file for each user where the databases have the same schema (structure), and then generate an entity model from that database, how should I go about doing this ?
I am new to both the Entity Framework and the SQL Server CE engine, so I am willing to consider any solution.