You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Mike, I am a long time user and fan of Entity Spaces. I was just googling Entity Spaces documentation and found that you had continued working on it. Yay! I much prefer it to Entity Framework and have a lifetime's worth of code built around it.
I am still using the VistaDB3 files. Will the new version work with that?
The text was updated successfully, but these errors were encountered:
Hey, thanks. I'll take a look at bringing the VisaDB code forward. They way I do it now is single NuGet package, very easy to use. There have been some API changes, the biggest being the way the hierarchical collections are named, for instance:
Employees.OrdersCollectionByEmployeeID
is now simply
Employees.OrdersCollection
You can alias hierarchical properties on the ForeignKey if you run into a name collision. It's so much more readable, you'd have to do a find/replace operation on existing code but it'd be worth it I think. They Dynamic Query API is even better now.
Hi Mike, I am a long time user and fan of Entity Spaces. I was just googling Entity Spaces documentation and found that you had continued working on it. Yay! I much prefer it to Entity Framework and have a lifetime's worth of code built around it.
I am still using the VistaDB3 files. Will the new version work with that?
The text was updated successfully, but these errors were encountered: