Dim q = From p In db.Inspection _
Where p.HullNumber = "MA009" _
Select p
Yup that is VB.NET code using .Net 3.0 and LINQ and I am loving it. More to come (possibly a review) when I finish my first test project using this.
Geeks rule the world.
Dim q = From p In db.Inspection _
Where p.HullNumber = "MA009" _
Select p
Yup that is VB.NET code using .Net 3.0 and LINQ and I am loving it. More to come (possibly a review) when I finish my first test project using this.
Previous post: Another great digg find
Next post: California