I have followed the Quick Start tutorial and try to use it. However, I get the problem with the criteria.AddEqualTo(Types.Planet.Field._name, "Earth") transactionFacade.cs.
It is better if the Quick start can be much simplier and much detail so that it is much more easier to follow and get a nice tool.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi LenFocus.
Could you tell us what is the problem you got with the Quick Start.
I think that a two methods facade its a simple quick start. How do you think it could be simpler?
Regards
Dario K.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am sorry I am just a beginner programmer. I tried to make use of DomainObjects using VB.net.
I just make the following guess as they are now shown in the Quick Start.
1, Add reference of DomainObjects.Core.dll & DomainObjects.Extensions.dll to my project only?
2, Where I places the Repository.xml file? Is it open a new folder "Resources" in my project?
3, I found the following code in TransactionFacade.cs
criteria.AddEqualTo(Types.Planet.Field._name, "Earth");
The types class seems do not exist in the project? If I implement it in VB.net, how can I do so.
Thanks for your last reply anyway. The intention I tried to use DomainObjects is that I would like to implement a project(ASP.net) based on the OR model. As I felt pretty hard to get a start, it is nice if you can give me some advice/help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have followed the Quick Start tutorial and try to use it. However, I get the problem with the criteria.AddEqualTo(Types.Planet.Field._name, "Earth") transactionFacade.cs.
It is better if the Quick start can be much simplier and much detail so that it is much more easier to follow and get a nice tool.
Hi LenFocus.
Could you tell us what is the problem you got with the Quick Start.
I think that a two methods facade its a simple quick start. How do you think it could be simpler?
Regards
Dario K.
Hi Dario,
I am sorry I am just a beginner programmer. I tried to make use of DomainObjects using VB.net.
I just make the following guess as they are now shown in the Quick Start.
1, Add reference of DomainObjects.Core.dll & DomainObjects.Extensions.dll to my project only?
2, Where I places the Repository.xml file? Is it open a new folder "Resources" in my project?
3, I found the following code in TransactionFacade.cs
criteria.AddEqualTo(Types.Planet.Field._name, "Earth");
The types class seems do not exist in the project? If I implement it in VB.net, how can I do so.
Thanks for your last reply anyway. The intention I tried to use DomainObjects is that I would like to implement a project(ASP.net) based on the OR model. As I felt pretty hard to get a start, it is nice if you can give me some advice/help.
Ok I understand. So we need some "How to build an app with domain objects in 10 steps" :)
Let me work about that.
Regards
Darío K.