zzzprojects / EntityFramework-Classic

Entity Framework Classic is a supported version of the latest EF6 codebase. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
https://entityframework-classic.net
Other
103 stars 27 forks source link

Link to entityframework.net #58

Closed LukeTOBrien closed 3 years ago

LukeTOBrien commented 3 years ago

I am converting a legacy app to .Net Core and I was just searching on how to call a Stored Procedure and I found the answer here.
But I noticed that you don't have a link to https://entityframework.net/ on your EF Classic website - So I would like to suggest this, it is a great documentation site and applies to EFC as well.

Also since Microsoft have moved on from EF6, I think you should primarily document your own product, perhaps consolidate your documentation into a sub-domain rather than pay for the extra domain?

JonathanMagnan commented 3 years ago

Hello @LukeTOBrien ,

Thank you for your suggestion, we will discuss about it to see what we will do, but we will surely add a link as you suggested ;)

Best Regards,

Jon

JonathanMagnan commented 3 years ago

Hello @LukeTOBrien ,

We added a "Related" section on the right side (for Desktop). We added 3 links, EF Documentation, EF Extensions and C# Eval Expression

This is pretty light but at this moment, we don't want to make it to big either.

We discussed about it and we don't want to consolidate both documentation. We prefer to keep them separated even if they are very linked.

LukeTOBrien commented 3 years ago

Thanks for the update.
I'm glad you discussed this and the links are good :-)

Luke