Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Anders Hejlsberg - LINQ
Jul 26, 2006 at 11:24 AMObject databases have been developed for the last 5 years and a few are .net open source projects. Some already handle indexing.
After all, you just inject queries. It still uses the SQL engine.
Anders Hejlsberg - LINQ
Jul 26, 2006 at 11:08 AMActually with N-tier apps do not have a need for ADO.NET and it should be hitting the classes anyways.
They are just wrapping reflection around the queries. Which is what many world class tier apps already do. It's just easier now.
Hell I havent even seen someone use a DataSet in a year or 2 now. And if they do I call them a noob.