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