Where I work, they have used Entity Framework's EDMX files for longer than I've been there. Every new project brings will include the older EDMX files. I prefer to use EF's code first with existing database DbContext/DbSet etc.
I'd like to know; can I add EF's code first with existing database to an app that uses EDMX files? Or will the two of them interfere with each other?