ADESA Interview Question

The questions were basic like Select and object from the db using entity framework

Interview Answer

Anonymous

Oct 1, 2018

db.Person.where(x=>x.id = 4).firstOrDefault();