I would like to merge two list without duplicates. It should distinct only by one property. I have a class: public class Test { public int Id { get; set;
The goal here is to update an IQueryable that projects into a dto so it only includes a subset of the properties that it originally included. The "subset" is be
The goal here is to update an IQueryable that projects into a dto so it only includes a subset of the properties that it originally included. The "subset" is be