Sunday, July 4, 2021

Polyglot

 


EF Core – Combining SQL and NoSQL databases for better performance



uses RavenDB but it looks like a very good article on the subject.
Also have a look at Veena Sarda's article on c# corner



No comments:

Post a Comment

Dynamic Import in Javascript

  Dynamic Imports If you need to load a function conditionally or on-demand (e.g., inside an  if  block or an event listener), use the  impo...