Simple.CQRS.FSharp by Tuomas Hietanen

<PackageReference Include="Simple.CQRS.FSharp" Version="1.0.0" />

Package Files

0 bytes

 Simple.CQRS.FSharp 1.0.0

Simple CQRS on F# (F-Sharp) 3.0 Based on Greg Young's Simple CQRS example. CQRS is Command and Query Responsibility Segregation -pattern. This is F# solution.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <version>1.0.0</version>
    <authors>Tuomas Hietanen</authors>
    <owners>Tuomas Hietanen</owners>
    <projectUrl>https://github.com/Thorium/SimpleCQRS-FSharp</projectUrl>
    <id>Simple.CQRS.FSharp</id>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Simple CQRS on F# (F-Sharp) 3.0

Based on Greg Young's Simple CQRS example.

CQRS is Command and Query Responsibility Segregation -pattern.

This is F# solution.</description>
    <summary>CQRS FSharp F#</summary>
    <releaseNotes>You can use Rx or not, whatever you want.</releaseNotes>
    <copyright>Tuomas Hietanen 2012, BSD</copyright>
    <tags>CQRS FSharp F#</tags>
  </metadata>
</package>