Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: C#.NET write to registry at installation time Pin
Nouman Bhatti6-Feb-08 21:03
Nouman Bhatti6-Feb-08 21:03 
QuestionRe: C#.NET write to registry at installation time Pin
jov7-Feb-08 16:38
jov7-Feb-08 16:38 
GeneralRe: C#.NET write to registry at installation time Pin
Nouman Bhatti7-Feb-08 21:19
Nouman Bhatti7-Feb-08 21:19 
GeneralRe: C#.NET write to registry at installation time Pin
Thomas Stockwell8-Feb-08 7:34
professionalThomas Stockwell8-Feb-08 7:34 
GeneralI need help with a progra. Pin
Alex5016-Feb-08 16:52
Alex5016-Feb-08 16:52 
GeneralRe: I need help with a progra. Pin
Mark Churchill6-Feb-08 17:35
Mark Churchill6-Feb-08 17:35 
GeneralRe: I need help with a progra. Pin
N a v a n e e t h6-Feb-08 19:12
N a v a n e e t h6-Feb-08 19:12 
GeneralRe: I need help with a progra. Pin
Mark Churchill6-Feb-08 21:55
Mark Churchill6-Feb-08 21:55 
Thanks Smile | :) Glad you like it!

The basic answer is that we don't support object persistance through stored procs.

The long answer is that we don't think it is necessary for a few reasons. Diamond Binding queries the database differently depending on what you are doing - say you are retrieving a Customer record, it may choose to bring back the Address object that Customer.Address references in one query by joining the table on. Additionally the query API (FindByProperty, etc) will obviously generate different queries. CRUD stored procedures would be less flexible and lead to worse performance for the query strategies that Diamond Binding uses.

Generally speaking we provide a level of abstraction from the database so you don't have to worry about the query mechanics - as it says on the tin, we take over between the database and the domain objects Smile | :)


QuestionRaise VB6 event from C# dll [modified] Pin
MayyMagdy6-Feb-08 11:37
MayyMagdy6-Feb-08 11:37 
QuestionUsing underline in names Pin
Kaveh Shahbazian6-Feb-08 9:56
Kaveh Shahbazian6-Feb-08 9:56 
GeneralRe: Using underline in names Pin
Ed.Poore6-Feb-08 10:32
Ed.Poore6-Feb-08 10:32 
GeneralRe: Using underline in names Pin
Gareth H6-Feb-08 11:38
Gareth H6-Feb-08 11:38 
GeneralRe: Using underline in names Pin
Not Active6-Feb-08 14:41
mentorNot Active6-Feb-08 14:41 
GeneralRe: Using underline in names Pin
PIEBALDconsult6-Feb-08 13:11
mvePIEBALDconsult6-Feb-08 13:11 
GeneralRe: Using underline in names Pin
Kaveh Shahbazian6-Feb-08 23:16
Kaveh Shahbazian6-Feb-08 23:16 
GeneralReading Arabic text from text file Pin
Member 35841536-Feb-08 9:14
Member 35841536-Feb-08 9:14 
GeneralRe: Reading Arabic text from text file Pin
Not Active6-Feb-08 9:19
mentorNot Active6-Feb-08 9:19 
GeneralRe: Reading Arabic text from text file Pin
led mike6-Feb-08 9:21
led mike6-Feb-08 9:21 
GeneralRe: Reading Arabic text from text file Pin
Guffa6-Feb-08 13:55
Guffa6-Feb-08 13:55 
GeneralAccessing members of a class in an ArrayList Pin
hpjchobbes6-Feb-08 8:59
hpjchobbes6-Feb-08 8:59 
GeneralRe: Accessing members of a class in an ArrayList Pin
led mike6-Feb-08 9:15
led mike6-Feb-08 9:15 
GeneralRe: Accessing members of a class in an ArrayList Pin
Jimmanuel6-Feb-08 9:16
Jimmanuel6-Feb-08 9:16 
GeneralRe: Accessing members of a class in an ArrayList Pin
J$6-Feb-08 9:21
J$6-Feb-08 9:21 
AnswerRe: Accessing members of a class in an ArrayList Pin
Guffa6-Feb-08 9:22
Guffa6-Feb-08 9:22 
GeneralRe: Accessing members of a class in an ArrayList Pin
hpjchobbes6-Feb-08 9:41
hpjchobbes6-Feb-08 9:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.