I am looking to develop an ASP.NET MVC app, which should have the ability to run on Ezu in the future. The app will use the CQRS design pattern, which is new to me. Writing models will be used with NHibernate mapping I'm not sure what kind of database should be used for reading models. The reading model should have the following properties:
-
It is not necessary to be SQL based, but it may be. NHibernate can be used to create a normal visual model - & gt; Table type of mapping with no foreign keys, SQL CE or SQLite can be used as a data provider in memory database. This data gives even slightly more flexibility even after querying.
-
This may be the only object serialized / deserillizer that stores visual model objects as they are. It should make it easy to use and can use things like Azure Blob storage in the future. Is there a good framework that handles it well?
I would love to receive some feedback from some of the people who have made such applications first. "post-text" itemprop = "text">
We are using BLOB storage for the CQRs as ASP.NET MVC 2 web client (and desktop client as well stands by) . This is in production and there is a great improvement over the previous version of the idea (NHibernate on SQL Ezur)
It also makes simple indexing and also queries. For more complex scenarios, I am considering using the subpages of table storage functionality (only for very large sets that can not be partitioned).
Comments
Post a Comment