|
|
Oct
14
Posted by:
Michael Washington
10/14/2008
Brandon Haynes has created a Linq to SQL adapter that works with the database owner and the object qualifier setting in DotNetNuke. Previously this was impossible. I have to admit I kinda begged him to release this to the community and he agreed. He has a project on CodePlex (and the DNN Forge):
http://www.codeplex.com/DNNLinqToSqlAdapter
And he has a 2 blog posts:
So using this code and code from LinqPrep (to automatically add the keys to the web.config to support LInq to SQL) you can now use Linq to SQL (and Linq to Entities) in your commercial DotNetNuke modules in DNN4. DNN5 does not need LinqPrep because the functionality to support Linq to SQL is already built in.
You can show your appreciation to Brandon by providing your feedback on his site or on the CodePlex project site.
Tags:
4 comment(s) so far...
Re: DotNetNuke Linq to Sql Model Adapter
Rock on Brandon!
By NukeAlexS on
10/14/2008
|
Re: DotNetNuke Linq to Sql Model Adapter
"DNN5 does not need LinqPrep because the functionality to support Linq to SQL is already built in"
Does that mean, "DNN5 works on ASP.NET 3.5 only ?" because Linq needs asp.net 3.5, I guess.
By IndianGuru on
10/15/2008
|
Re: DotNetNuke Linq to Sql Model Adapter
No, it means, that the super user can enable ASP.NET3.5 inside host settings, if it is already installed without editing the web.config file directly.
By cshark on
10/15/2008
|
Re: DotNetNuke Linq to Sql Model Adapter
so excellent...
By baldwin on
10/25/2008
|
|


Follow us on Twitter @DNNCorp or join the DotNetNuke Community on LinkedIn
|