Comment on Logging using Decorator by M. Abed
Yes we have the option of property injection but I don’t like to use it much because it introduce hidden dependencies and allowing property injection will open the possibilities of mis-using it. So I...
View ArticleComment on NHibernate 3.2 Mapping Entities and Value Objects by Code by...
[...] about this, in component collection mapping NHibernate 3.2. I tried to map like the same for this: http://moh-abed.com/2011/08/14/nhibernate-3-2-mapping-entities-and-value-objects-by-code/, which...
View ArticleComment on NHibernate 3.2 Mapping Entities and Value Objects by Code by Maestro
I did some model like yours, but I have bidirectional relationships, and I can’t map it. I did the mappings like you Abed. I posted it to stackoverflow:...
View ArticleComment on NHibernate 3.2 Mapping Entities and Value Objects by Code by Pete
Just found your article – this is really nicely written and explained, thank you very much. It’s just helped me to cleanly map a collection-of-enum without too much head scratching.
View ArticleComment on NHibernate 3.2 Mapping Entities and Value Objects by Code by M. Abed
You are welcome, glad you found it useful
View ArticleComment on NHibernate 3.2 Mapping Entities and Value Objects by Code by Sam...
Using bycode is certainly not the path of least resistance and won’t be until they can get at least some basic official documentation for it. Its to easy to run into some edge case and wind up spending...
View ArticleComment on NHibernate 3.2 Mapping Entities and Value Objects by Code by...
I downloaded your project from codeplex. Where I can find a script to create database?
View ArticleComment on NHibernate 3.2 Mapping Entities and Value Objects by Code by M. Abed
There is a database project (SellAndBuy.Database) Right click deploy will install the database, or you can extract the scripts from this project and run it.
View ArticleComment on NHibernate 3.2 Mapping Entities and Value Objects by Code by...
I can’t find any sql script. Only Script.PostDeployment.sql and Script.PreDeployment.sql with comments. Also same thing at the codeplex.com.
View ArticleComment on Applying Domain Driven Design, BDD, and TDD by yonghan79doyo
Hi there,how are you?What version of vs to open you SellAndBuy source code?Thanks
View Article