LinqtoSql in MojoPortal

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/20/2010 6:14:56 AM
Gravatar
Total Posts 108

LinqtoSql in MojoPortal

Do you ever plan to use LinqtoSql in the near future Joe? 

I have a new computer and couldnt find my codesmith key, so started using LinqtoSql and can in theory accomplish the same functions with a lot less code..

Whats your thoughts on this?

cheers

Tim

1/20/2010 11:59:06 AM
Gravatar
Total Posts 18439

Re: LinqtoSql in MojoPortal

No, I have no plans to use it, but you are free to use it in your custom features if it appeals to you.

For me it doesn't scratch any itch that I'm feeling and it falls into the same category as why I don't use O/R Mappers in mojoPortal

I do like LinqToXml and other useful Linq things, but LinqToSql doesn't appeal to me personally.

Best,

Joe

1/27/2010 8:09:06 AM
Gravatar
Total Posts 108

Re: LinqtoSql in MojoPortal

For anyone searching for linq2sql and needs some advice on how to implement it, please drop me a line. It took me a while to figure out how to setup the db connection string outside my custom project for L2S to work.

I am very pleased with the reduced amount of coding i now need to do and seems to be performing well.

You must sign in to post in the forums. This thread is closed to new posts.