Entity Framework 4 with SQL Server Express files.

Posted by ridecar2 on Stack Overflow See other posts from Stack Overflow or by ridecar2
Published on 2010-05-23T06:13:08Z Indexed on 2010/05/23 6:20 UTC
Read the original article Hit count: 198

Hi all,

I know that if you use EF in a model-first manner in VS2010 with a standard SQL Server database then it is easy to apply the generated DDL to the database. Is there an easy way to do this with .mdf files (SQL Server Express Files)

Thanks in advance.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio-2010