Every now and then we get tasked with building a backend for filtering arbitrary queries. Usually clients would like to have a method of sending over an array of fields, …
Continue reading “Entity Framework Core 3.1 – dynamic WHERE clause”
Notes of an IT contractor
Every now and then we get tasked with building a backend for filtering arbitrary queries. Usually clients would like to have a method of sending over an array of fields, …
Continue reading “Entity Framework Core 3.1 – dynamic WHERE clause”
Writing LINQ that produces optimal SQL can be even harder as developers often don’t have visibility into the process. It becomes even more confusing when the application is designed to …
Continue reading “Entity Framework Core 3.1 – Peeking Into Generated SQL”
Every now and then Stack Overflow provides fantastic opportunities to learn something new. One user asked whether SQL Server’s DECRYPTBYPASSPHRASE can be implemented with Entity Framework Core 2.2 so they …
Continue reading “Entity Framework Core 3 – Custom Functions (Using IMethodCallTranslator)”
Yet another Stack Overflow question has sparked a heated discussion and got us thinking whether we can do better. In a nutshell, the question was about finding a way to …
Continue reading “EF Core 3: Getting model metadata from dynamically loaded assembly with IL Emit”