So i finally had some time lastnight to look into LINQ for ASP.NET 3.5. It is simply amazing. I currently build all my applications using ADO.NET, which i think works really well, but at times this approach can be time consuming, building your datatables and your select, insert, update, and delete statements along with your business logic. With LINQ, ......