Relative Content

Tag Archive for c#sqlentity-framework-core

String interpolation inside a formattable string in C#

I am in the process of replacing Dapper with EF Core in a project. Specifically using the new Database.SqlQuery and Database.ExecuteSql functionality with EF Core. I like how they use FormattableString to handle SQL parameters.