The NSManagedObjectContext is your scratchpad. If you want something
inside it fetch it or create it.
If you change something, the change will be promoted.
Hi atze,
Actually, the change will be promoted only when they are committed to
the store, and that implies a save on the disk. Or am I wrong ?