So I'm about to start a new website from scratch and I've spent about a week trying to figure out what technology to go with. I'm sold on ASP NET MVC. I'm 100% sure I'm going to love using that. but what i am not so sure about yet is using Ling-to-SQL. So far I've gathered some data...
- StackOverflow uses it - can't be that bad
- can be REALLY slow if you don't take advantage of compiled queries
- will always be slower than ADO net, but can be almost just as fast if using #2 in the proper places
- is NOT the preferred MS solution (there was a thread here on SO about dropping support)
I'm itching to use it, but just want to make sure it's the best for me. I come from a heavy ADO/stored procedure and traditional asp net background (this will be my first experience with ASP MVC).