The EdmGen tool available in Entity Framework or simply SP1 installation is good tool for playing with CSDL, SSDL and MSL files. On the other hand, when using Visual Studio you get all these files in one EDMX file. Though it’s just a pack of these two files, you cannot use it as input/output for EdmGen.
Fortunately there’s a solution – EdmGen2. It’s simply EdmGen on steroids.
EdmGen2 can read and write EDMX files and also translate between EDMX and CSDL, SSDL and MSL files. The source code is also available, so you can use sources as learning material to API in System.Data.Entity.Design.




Today, after some days/weeks, I finally created some noticable (= not only internals) progress with Entity
If we’ll skip exact details, we can say, that internal behavior of whole modeling and mapping is based
From the beginning, when we discovered, that the EDMX file contains also section for design time stuff
Thank you, I was looking for something to create that edmx file. I’m trying to start using EF with Npgsql
Forget about Npgsql and use Firebird and FirebirdClient.