Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# Entity Framework Basics Introducing Entity Framework Workflows: Model First

Monodevelop support

Is there support for the Entity Framework for Monodevelop? I don't have Visual Studio and I havent been able to find an Entity Framework Designer equivalent for Monodevelop

Jon Wood
Jon Wood
9,884 Points

Are you just looking for designer support for (I'm guessing) database first development? If so, that may be only available in Visual Studio. If you need help getting Entity Framework to work in Mono, this post may help.

Thank you, that post helped. I also found these videos which helped too.