using linq to sql

Posted by mazhar on Stack Overflow See other posts from Stack Overflow or by mazhar
Published on 2010-04-24T08:12:04Z Indexed on 2010/04/24 8:13 UTC
Read the original article Hit count: 271

Filed under:
|

Well I am new to this orm stuff. We have to create a large project . I read about linq to sql . will it be appropiate to use it in the project of high risk . i found no problem with it personally but the thing is that there will be no going back once started.So i need some feedback from the orm gurus here at the msdn.Will entity framework will be better?( I am in doubt about link to sql because I have read and heard negative feedback here and there)

I will be using mvc2 as the framework. So please give the feedback about linq to sql in this regard.

q2) Also I am a fan of stored procedure as they are precomputed and fasten up the thing and I have never worked without them.I know that linq to sql support stored procedures but will it be feasible to give up stored procedure seeing the beautiful data access layer generated with little effort as we are also in a need of rapid development. q3) If some changes to some fields required in the database in Link to Sql how will the changes be accommodated in the data access layer.

© Stack Overflow or respective owner

using linq to sql

Posted by user324831 on Stack Overflow See other posts from Stack Overflow or by user324831
Published on 2010-04-24T08:31:19Z Indexed on 2010/04/24 8:33 UTC
Read the original article Hit count: 271

Filed under:
|

Well I am new to this orm stuff. We have to create a large project . I read about linq to sql . will it be appropiate to use it in the project of high risk . i found no problem with it personally but the thing is that there will be no going back once started.So i need some feedback from the orm gurus here at the msdn.Will entity framework will be better?( I am in doubt about link to sql because I have read and heard negative feedback here and there)

I will be using mvc2 as the framework. So please give the feedback about linq to sql in this regard.

q2) Also I am a fan of stored procedure as they are precomputed and fasten up the thing and I have never worked without them.I know that linq to sql support stored procedures but will it be feasible to give up stored procedure seeing the beautiful data access layer generated with little effort as we are also in a need of rapid development. q3) If some changes to some fields required in the database in Link to Sql how will the changes be accommodated in the data access layer.

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about mvc2