May 14, 2013 at 4:59 pm
Is SQL becoming outdated soon ??? AS new LINQ is all around us....
May 15, 2013 at 6:40 am
In my opinion, SQL will never go away. ORM tools like Entity Framework, Linq, Hibernate/nHiberante, are getting better but in every case I've seen thus far you still get better performing and easier to maintain code using T-SQL.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 15, 2013 at 9:18 am
What does LINQ have to do with SQL Server going away? The two are unrelated. There is LINQ to SQL after all. LINQ does not replace a database. It is a form of querying inside of a .NET language. It can query just about anything that can be exposed to it.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply