Hi,
I have a class, Product, this is populated from a database to List<Product> PRODUCTS.
I then use, things like Products.first(p=>p.Prod_ID=1).Product_Name
This worked, when i created this at work, but bringing it home, i now don't see the extension method .First anymore, where i did at work, as i built it there, and have brought it home to finish??
Can anyone advise, as this is the back bone for the Razor site.
Thanks.