Skip to content

Instantly share code, notes, and snippets.

View lasododo's full-sized avatar
💻
probably just doing nothing

StyleZ lasododo

💻
probably just doing nothing
View GitHub Profile
@lasododo
lasododo / EntityFrameworkQuery.cs
Last active October 13, 2024 13:02
Example usage of Expression Trees with EF Core Query Object
using DAL;
using DAL.Models;
using Infrastructure.EFCore.ExpressionHelpers;
using Infrastructure.EFCore.UnitOfWork;
using Infrastructure.Query;
using Infrastructure.UnitOfWork;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Diagnostics;