• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

LINQ vs SQL

As I said in the other thread... everyone should know SQL, whereas only some people should know LINQ. If you don't know SQL yet, learn it.
 
There is no versus here - it's like apples versus the crab nebula. They're not technologies in competition.
Anyway, definitely learn SQL. If you get a nice corp job developing, expect the DBA to ensure you never ever get to use any of it, but you should know it anyway.
LINQ is new, and it's more or less a way to deal with data sets in .net languages more like you would in a proper database.
 
Back
Top