Explain Entity Framework 4's connection strings

Posted by metanaito on Stack Overflow See other posts from Stack Overflow or by metanaito
Published on 2010-04-22T10:02:20Z Indexed on 2010/04/22 10:03 UTC
Read the original article Hit count: 190

I created an Entity Framework file. My database is called MyDB. My Entity Framework file is MyDB.edmx and I used an existing connection string (MyDBConnectionString) to generate the edmx model.

It created two more connection strings: MyDBEntities MyDBContainer

What are these for? They look exactly the same and both have the information from my old connection string.

Do I still need my old connection string?

© Stack Overflow or respective owner

Related posts about entity-framework-4

Related posts about web.config