Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesUsing DAL2 in DNN CoreUsing DAL2 in DNN Core
Previous
 
Next
New Post
5/27/2013 12:05 PM
 

Hi,
I develop many DNN modules in my company and I've a question about DAL2.
Why I can't find any usage of DAL2 in DNN source code?
The lastest module DigitalAssets continue to use CBO (via a wrapper).

It's better (for performance) to use DAL2 or CBO or even DAL+?
Can someone help me :-)

 
New Post
5/28/2013 5:14 PM
 
In the core we use DAL+ everywhere. You can see that in the core DataProvider class, which used to be an abstract class in all pre DNN7 DNN versions. We lost the specific SQLDataProvider for the most part. Having said that: internally, we do use the PetaPoco methods to access the database. Again, just look at the SQLDataProvider class of the core.

The reason we are not using DAL 2 is that most modules are a little bit too complex for that. DAL2 is perfect if your module has a flat structure, and does not work with complex table joins etcetera.

With respect of performance, there is not much difference. Please read all blog posts that Charles Nurse did about this for more background information (series starts here: http://www.dotnetnuke.com/Resources/B...)

Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
5/29/2013 4:30 AM
 

Hi Erik,
Thanks for your clear answer. I do the same for my own modules, DAL2 for simple access to avoid basic SQL Stored Procedures and DAL+ for the rest.
See http://www.dotnetnuke.com/Resources/B...

 
New Post
5/29/2013 1:40 PM
 

Hi Erik,
Thanks for this information.
I do the same with my own modules: DAL2 for simple requests (avoid SQL StoredProcedures to manage) and DAL+ for more complex situation.
For the curious on DAL+: http://www.adefwebserver.com/dotnetnu...

Thanks

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesUsing DAL2 in DNN CoreUsing DAL2 in DNN Core


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out