visual studio 2010 - Where is my Entity Framework 5 Generated Database? -


i can't find database file anywhere. can hit database know there.

i used connection string:

<connectionstrings>     <add name ="testpocotimeentrycontext" connectionstring="data source=.\sqlexpress; integrated security = true;" providername="system.data.sqlclient" /> </connectionstrings> 

in code, if run line:

console.writeline(db.database.connection.database + " exists " + db.database.exists()); 

i output:

" exists true" 

i cannot understand why database there has no name , there no file it.

let me know if need provide further info. thanks!


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -