sensenet
sensenet copied to clipboard
Async Content CRUD operations: Save
Extend the most important APIs in sensenet with async overloads.
Known issues
There are virtual methods for saving a node. If we introduce a new async Save method, inheriting classes that currently override the Save method should also implement the new SaveAsync method - otherwise this would mean that essential code in inherited classes would not be executed.
Acceptance
- documentation with samples