omniaintranet / Omnia-Foundation-Docs

The Omnia Foundation documentation repository for
http://omnia-foundation.readthedocs.io
0 stars 4 forks source link

Document ctx.LoadIfNeeded and ctx.ExecuteQueryIfNeeded #14

Closed andtii closed 7 years ago

andtii commented 7 years ago

Lot of the times you pass Ctx around between services and dont know if stuff has loaded or if a execute is needed, document theese methods from a Performance perspective. We should have a new performance section maybe

baseic commented 7 years ago

Sounds like a plan. I'll start on this one today

baseic commented 7 years ago

Ready for verification before rebuilding docs

andtii commented 7 years ago

@baseic the ExecuteQueryIfNeeded has an optional enum, can we document what that does to

andtii commented 7 years ago

@baseic Maybe we should have sub pages under performance for example, this one would be in a page called csom. Then we have a topic list in the performance page listing the different sub pages

baseic commented 7 years ago

I think so too, but maybe we can do that when we add more content? We do not want to hide the info to far down in a structure if it does not make it easier for the consumers I guess

baseic commented 7 years ago

Didn't know about the enum, will update!

baseic commented 7 years ago

Ready for review @andtii

andtii commented 7 years ago

@baseic LGTM