Working with SQL CDC and EF Core code first?
Hi,
I need to create a project that stores structured data that many tables should be editable by the community.
I figured SQL Server Change Data Capture would be a very good solution to my doubt by enabling it on those tables.
My question is, what things should I consider when getting it to work with EF Core using the code-first approach, and whether this is possible at all.
0 comments:
Post a Comment