We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fixed typo.
Added F# example of interpreting events.
Described the Single Writer pattern.
Fixed a small typo.
Documented Scan methods.
Described built-in type resolvers.
Updated serializer creation example code.
Added a note about not supporting ACID.
Updated Lock free (markdown)
Typo
Documented AtomEventsOnAzure.
Documented AtomEventsInMemory.
Added comments about storage variables.
Documented AtomEventsInFiles.
Added overview of built-in storage options.
Added links to more information about serializer.
Corrected a mark-up error.
Documented DataContractContentSerializer.
Added list of built-in XML Serializers.
Documented IContentSerializer.
Corrected a typo.
Added documentation about custom storage.
Changed examples to use a stronger type argument, since it probably gives rise to fewer questions.
Described folding of events using Visitor pattern.
Described how to fold using Acyclic Visitor.
Linked between read and write documentation.
Added page about reading events, copied from the readme file.
Added a "Writing events" page, copied from the Readme file.
Added an API section to wiki home.
Moved description of efficiency to a separate document.