-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate CosmosDB code to Entity Framework #242
Comments
you might want to check Rainson12@7207c3e
Edit: |
As discussed in Chat Copilot #478 Can we come together on this? I'd love to see your PR @Rainson12 . I basically did the following for mysql
and then
But I'm really just winging it because I have no idea how concurrency issues play out in C# and EF because I've never used it before last week. There is probably a better solution. |
Hey @evchaki, why did this get closed? I couldn't find any solution and I think this conversation here is valuable for others as it seems like PRs didnt get merged but the user requirement is still a pressing one. |
@Rainson12 you are right, I closed this one by accident. Just reopened it. |
I believe we could reduce the cost and complexity by using Entity Framework. That should allow to remove some code, not having to worry about security fixes and so on, plus EF is very mature and well known to most C#/DB devs, so we won't ask to learn a new/bespoke approach.
Some resources:
The text was updated successfully, but these errors were encountered: