I think the tooling around the models themself has improved _a lot_ - they are really good at giving the models the correct context, even in big code bases
analog chips could also be very interessting instead of using digital signals and processing them against the weights in the ROM. I have no idea if that scales with such big models though.
some years ago i tried this setup for a german company with a special char in its name („ä“) and failed because Apple was not able to match it against DUNS. It took months of support to get it done.
ef core is great for simple queries and modification of your data while using the changetracker.
You can use AsNoTracking/Projection to perform similar like dapper for queries.
When using command query seperation you can also use dapper for queries and ef core for commands.
reply