This Question is Possibly Answered

1 "correct" answer available (5 pts) 3 "helpful" answers available (4 pts)
Post a new topic
6 Replies Last post: Aug 12, 2009 11:00 PM by DomainDiva

Looking for software agent

Aug 12, 2009 3:52 PM

Click to view chwmqq's profile Professional chwmqq 6 posts since
Aug 12, 2009
Hi guys:
My friend and i have developed an ORM product based on .Net.
We need someone help us to sell the product,
If someone has interests contact with my msn :chwmqq@hotmail.com
thks
Report as inappropriate
Click to view DomainDiva's profile Mogul DomainDiva 1,731 posts since
Oct 10, 2007
1. Re: Looking for software agent Aug 12, 2009 7:55 PM
There is nothing on your profile to indicate who you are, what skills you have etc. OK so its a .net platform, tell us about the product, yourselves and why developing on .net is so wonderful and why this product is so wonderful that someone would just contact you out of the blue because you posted on a forum.

Share! Then you can get some good feedback.
Click to view DomainDiva's profile Mogul DomainDiva 1,731 posts since
Oct 10, 2007
2. Re: Looking for software agent Aug 12, 2009 7:58 PM
For the forum members;

ORM = Object Role Modeling
OR
Object Relational Mapping
Click to view chwmqq's profile Professional chwmqq 6 posts since
Aug 12, 2009
3. Re: Looking for software agent Aug 12, 2009 9:28 PM
I should provide more information.
We are Chinese.
I have 3 years work experiences on .Net platform.
My friend has 8 years work experiences .
Our ORM belongs to Object-relational mapping, it is a data access component.
First,we called our orm product "Zding ORM",it took us about 1 year on designing and coding.I believe it is the good ones'.It is a lightweight data access component.So it is simple to study and use. We use reflection technique in .Net ,so when you are writing code it will show smart tips. We have resolved the complex multi-table query which can't be reached by the general ORM, and added some other features in it.
To generate the entities can use entity generator tool. How to use the orm component, just 3 step,1:generate the entities,2:modify the connenctString section in the application's config file,3: add reference of Zding.Framework.DataAccess.dll , beginning with the Facade Object.
Our product site have finished 80%, the url is www.zding.me , you can know more about it.

Sample Code 1: Entity

public interface Student : IDbEntiy
{

/// <summary>

/// stundent id primary key

/// </summary>


decimal N_STUDENT_ID { get;set; }


/// <summary>

/// name

/// </summary>


string VC_STUDENT_NAME { get;set; }

}

Sample Code 2: Query

facade.Query<Order>("A")

.Join<OrderDetail>("B", Fi.F == Fi.F)

.Select();

Click to view DomainDiva's profile Mogul DomainDiva 1,731 posts since
Oct 10, 2007
4. Re: Looking for software agent Aug 12, 2009 9:44 PM
in response to: chwmqq
OK I get what you are saying. My contact info is on my profile. Send me an email and I will put you in touch with our CTO, we have some contacts in the 'code world'. Are you looking to sell the application?
Click to view chwmqq's profile Professional chwmqq 6 posts since
Aug 12, 2009
5. Re: Looking for software agent Aug 12, 2009 10:20 PM
in response to: DomainDiva
I can't find your email on your profile, and i have visited your website, is the "business inquires" email yours?
Click to view DomainDiva's profile Mogul DomainDiva 1,731 posts since
Oct 10, 2007
6. Re: Looking for software agent Aug 12, 2009 11:00 PM
in response to: chwmqq

Most Recent Forum Posts

Legend

  • Open Question
  • Answered Question
  • New content since your last visit
  • Updated content since your last visit
  • Content you have read