ToDictionaryAsync retrieves the whole object from the database in Entity Framework
In Entity Framework Core ToDictionaryAsync
(and of course) also the the synchronous counter part ToDictionary
retrieve the whole object from the database.
In Entity Framework Core ToDictionaryAsync
(and of course) also the the synchronous counter part ToDictionary
retrieve the whole object from the database.
In this blog post I will discuss the pros and cons of soft deleting records in a database versus other approaches you can take. Heat up your pop corn and get your salt ready!
In this article we will have a closer look at LiteDB, a .NET NoSQL Document Store in a single data file. We will discover the advantages of LiteDB and why it is a viable candidate for your next project.
We will also explore what are the differences between a NoSQL and a classical SQL database are and what this has to do with the reminiscent SQL CE or the more modern SQLite database.