forked from pjvds/ncqrs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ncqrs Framework
committed
Jun 23, 2010
1 parent
05974cd
commit 668d9c0
Showing
1 changed file
with
43 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,44 @@ | ||
The Ncqrs Framework | ||
=================== | ||
|
||
Ncqrs is a framework for .NET helps build scalable, extensible and maintainable | ||
applications by supporting developers apply the Command Query Responsibility | ||
Segregation (CQRS) architectural pattern. It does so by providing an | ||
infrastructure and implementations for the most important building blocks for | ||
command handling, domain modeling, event sourcing, and so. These building blocks | ||
help you to focus on the code that adds business value. They come with | ||
annotation, convention and configuration support and help you to write isolated | ||
and testable. | ||
|
||
Discussion and feedback | ||
----------------------- | ||
|
||
The best source for discussion is the [Ncqrs-dev group][ncqrs-dev]. You could | ||
also use [twitter @ncqrs][twtr] or use the [issue tracker][issue] | ||
|
||
[ncqrs-dev]: http://groups.google.com/group/ncqrs-dev | ||
[twtr]: http://twitter.com/ncqrs/ | ||
[issue]: http://github.com/ncqrs/ncqrs/issues | ||
|
||
Code contribution | ||
----------------- | ||
|
||
The code base of Ncqrs will never be complete. We encourage users to | ||
[fork](http://help.github.com/forking/) Ncqrs code, make changes, commit them | ||
to your forked repository, and submit | ||
[pull requests](http://github.com/guides/pull-requests). | ||
|
||
License | ||
------- | ||
|
||
The Ncqrs framework and its documentation are licensed under the Apache License, | ||
Version 2.0 (the “License”); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
<http://www.apache.org/licenses/LICENSE-2.0>. | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed | ||
under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR | ||
CONDITIONS OF ANY KIND, either express or implied. See the License for the | ||
The Ncqrs Framework | ||
=================== | ||
|
||
Ncqrs is a framework for .NET helps build scalable, extensible and maintainable | ||
applications by supporting developers apply the Command Query Responsibility | ||
Segregation (CQRS) architectural pattern. It does so by providing an | ||
infrastructure and implementations for the most important building blocks for | ||
command handling, domain modeling, event sourcing, and so. These building blocks | ||
help you to focus on the code that adds business value. They come with | ||
annotation, convention and configuration support and help you to write isolated | ||
and testable. | ||
|
||
Discussion and feedback | ||
----------------------- | ||
|
||
The best source for discussion is the [Ncqrs-dev group][1]. You could | ||
also use [twitter][2] or use the [issue tracker][3]. | ||
|
||
[1]: <http://groups.google.com/group/ncqrs-dev> "Ncqrs-dev group" | ||
[2]: <http://twitter.com/ncqrs/> "@Ncqrs at twitter" | ||
[3]: <http://github.com/ncqrs/ncqrs/issues> "Ncqrs issue tracker" | ||
|
||
Code contribution | ||
----------------- | ||
|
||
The code base of Ncqrs will never be complete. We encourage users to | ||
[fork][4] Ncqrs code, make changes, commit them to your forked repository, and | ||
submit [pull requests][5]. | ||
|
||
[4]: <http://help.github.com/forking/> "Fork guide" | ||
[5]: <http://github.com/guides/pull-requests> "Pull request guide" | ||
|
||
License | ||
------- | ||
|
||
The Ncqrs framework and its documentation are licensed under the Apache License, | ||
Version 2.0 (the “License”); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
<http://www.apache.org/licenses/LICENSE-2.0>. | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed | ||
under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR | ||
CONDITIONS OF ANY KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations under the License. |