Rob Kennedy

Father, Leader, Author, Developer, Entrepreneur

Month: April 2020

How to Query SQL Server XML data type Columns in Entity Framework Core 3.x

I’m sure if you’ve found this page, you’re at wits end in trying to figure out how to use the long-built-in XML query functionality of SQL Server while using Entity Framework, Dapper, or other ORM. Some might find it easy to simply write their query in plain SQL and execute it. However in my case,