Kizspy | Question: 24
(Choose 1 answer)
A. By using the "First" method
How do you retrieve first element or default value from a LINQ query in Entity Framework Core?
B. By using the "Single" method
C. By using the "FirstOrDefault" method
D. By using the "Take" method