hi I want to use Entity Framework for my Application. With my Application I create a Helpdesk Ticket and I want do this without install a Database on the server. for this I want to create only a file with the database data and content.
For SQL Server Express can I use mdf files. Is it possible to create a file how mdf or something.
The models are finish and I have a Context.
I ask this because a workmate ask me. He find it better if the application (asp.net mvc) start and on the server would be create a database file that save in a seperade folder, that I can select by the installation.
Have I a Change to do this?