tags:

views:

201

answers:

1

Hi to all,

I am new to CSLA, i just want to know what factors that could affect CSLA performance when loading records in a grid

Thanks

+2  A: 

There is nothing inheritantly bad with the performance with CSLA and you should not see any additional issues by using CSLA.

A common trap that developers using CSLA can fall into is when it comes to parent/child relationships. The architecture may lead to more seperate database calls then would be necessary.

This is totally avoidable and can easily be avoided as long as you are vigilant of the issue.

Jamie Wright