TheSharperDev
Posts about C# and F#
Posts
Snippets
About
entity framework core
Oct 26, 2019
EF Core’s AddAsync v. Add Method
Entity Framework is a useful and complex library. One aspect I've always been curious about is the AddAsync v. Add method. I finally put the time into researching what the difference is, why you'd use one or the other and some other EF tidbits.