Skip to content
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

Entity Framework #82

Open
2 tasks
TravisSpomer opened this issue Aug 6, 2022 · 0 comments
Open
2 tasks

Entity Framework #82

TravisSpomer opened this issue Aug 6, 2022 · 0 comments

Comments

@TravisSpomer
Copy link
Owner

IvoryTower currently does all database interactions using a set of SQL Server stored procedures through a set of C# wrapper classes. Business logic is split across the wrapper classes and stored procedures.

How would switching to Entity Framework change things?

  • Simpler and more standard query code, but more complex business logic?
  • Slightly worse performance, presumably?

If you'd want to stop using those stored procedures anyway, is there a database option that would be more productive but a more radical shift? What about Cosmos or another NoSQL option for text-based data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Eventually
Development

No branches or pull requests

1 participant