Skip to content

Commit

Permalink
Minor documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shatl committed Jul 12, 2016
1 parent 6b38cb6 commit b8159e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Artefacts/Documentation/source/general/architecture.rst
Expand Up @@ -23,6 +23,9 @@ combining the results with, say, a local NHibernate database, would
occur in the *Tasks Layer*. The resulting viewModel or DTO would be sent
down to the *Presentation Layer*


Starting with version 4 Sharp Architecture does not contains support for Tasks. Use `MediatR <https://github.com/jbogard/MediatR>`_ or similiar library instead.

Additional occupants
^^^^^^^^^^^^^^^^^^^^

Expand Down
Expand Up @@ -13,7 +13,7 @@ Install following packages:
* `SharpArch.Web.Mvc <https://www.nuget.org/packages/SharpArch.Web.Mvc/>`_
* `SharpArch.Web.Mvc.Castle <https://www.nuget.org/packages/SharpArch.Web.Mvc.Castle/>`_ if Castle.Windsor is your container of choice.

See TradisBank.Web.Mvc/CastleWindsor/ and TradisBank.Web.Mvc/Global.asax.cs for more details on how configure and initialize IoC and S.
See TradisBank.Web.Mvc/CastleWindsor/ and TradisBank.Web.Mvc/Global.asax.cs for more details on how configure and initialize IoC.


**ASP.NET WebAPI**
Expand Down
2 changes: 1 addition & 1 deletion Artefacts/Documentation/source/nhibernate/multiple-dbs.rst
Expand Up @@ -14,9 +14,9 @@ This feature will be added in 4.1.

Version 3
---------

To add support for an additional database to your project:


Create an NHibernateForOtherDb.config file which contains the connection
string to the new database

Expand Down

0 comments on commit b8159e1

Please sign in to comment.