I am very much new to MVC4 ASP.NET and In-memory databases. I apologize if my answer is too basic and stupid. I want to create an ASP.net MVC application that uses in-memory DB(SQLite3)by using
SQLiteConnection con=new SQLiteConnection(Data Source=:memory:;Version=3;New=True;);
I want to know that if database and its tables are created in-memory, then how model and its classes will be generated so that i can use it in `Controller/Views.
Any pointer to right direction is highly appreciated.
Thanks
Aucun commentaire:
Enregistrer un commentaire