namespace Linq_examples { public class Book { public string Title { get; set; } public float Price { get; set; } } }