Tuesday, December 27, 2016

Entity framework data model generator from data context

I always prefer to visually see the data model generated by the code first migrations.

Entity framework power tools was a handy extension for this purpose. However,  this tool is not working with VS 2015. So, I thought of creating a VS extension to generate data model diagram from a data context class.

The extension is now available at https://marketplace.visualstudio.com/vsgallery/98588731-ffa7-46ab-bdbf-101c63271779 


Since I lead  some of the VS extension development at Allstate, it took around an hour to complete the task. Is it complete, no because I haven't wrote any test cases :)

happy coding!!!!

No comments:

Featured post

How to connect to Mongo Atlas from Robo 3T

If you use a local instance of MongoDB, you might be a great fan of Robo3T. However, if you are using Mongo Atlas, the Atlas web interface p...

Popular Posts