Click here to Skip to main content
15,904,287 members
Home / Discussions / C#
   

C#

 
GeneralRe: Beginner in Datagridview Pin
Priya Prk21-Jan-09 13:54
Priya Prk21-Jan-09 13:54 
GeneralRe: Beginner in Datagridview Pin
Not Active21-Jan-09 14:00
mentorNot Active21-Jan-09 14:00 
Questiongetting rid of the schema info from Xml Serialization Pin
manustone21-Jan-09 10:33
manustone21-Jan-09 10:33 
AnswerRe: getting rid of the schema info from Xml Serialization Pin
Not Active21-Jan-09 10:39
mentorNot Active21-Jan-09 10:39 
GeneralRe: getting rid of the schema info from Xml Serialization Pin
manustone21-Jan-09 10:55
manustone21-Jan-09 10:55 
QuestionReceive Windows message in Service Pin
pratap198021-Jan-09 9:21
pratap198021-Jan-09 9:21 
AnswerRe: Receive Windows message in Service Pin
Jon Rista21-Jan-09 10:11
Jon Rista21-Jan-09 10:11 
QuestionChild and Parent object graphs Pin
CodingYoshi21-Jan-09 8:48
CodingYoshi21-Jan-09 8:48 
Oftentimes we load rows from the database into objects and the objects end up having a complex network. For example, customer can have 1 or many orders, orders can have 1 or many items, items can have 1 or many suppliers and the chain can continue.

Is it better to
1. Pass the parent to the child object in the constructor?
2. Pass only the id of the parent to the child constructor?
3. Pass either 1 or 2 but use properties instead?
Or
4. All of the above are no good.
AnswerRe: Child and Parent object graphs Pin
DaveyM6921-Jan-09 9:20
professionalDaveyM6921-Jan-09 9:20 
QuestionBug: Forms are not painting after windows lock Pin
DD_Messi21-Jan-09 8:41
DD_Messi21-Jan-09 8:41 
AnswerRe: Bug: Forms are not painting after windows lock Pin
Ennis Ray Lynch, Jr.21-Jan-09 9:30
Ennis Ray Lynch, Jr.21-Jan-09 9:30 
QuestionMemory Management with DataTable.Merge() Pin
DeepToot21-Jan-09 8:03
DeepToot21-Jan-09 8:03 
AnswerRe: Memory Management with DataTable.Merge() Pin
Ennis Ray Lynch, Jr.21-Jan-09 8:33
Ennis Ray Lynch, Jr.21-Jan-09 8:33 
GeneralRe: Memory Management with DataTable.Merge() Pin
DeepToot21-Jan-09 9:22
DeepToot21-Jan-09 9:22 
GeneralRe: Memory Management with DataTable.Merge() Pin
Ennis Ray Lynch, Jr.21-Jan-09 9:28
Ennis Ray Lynch, Jr.21-Jan-09 9:28 
GeneralRe: Memory Management with DataTable.Merge() Pin
DeepToot21-Jan-09 9:36
DeepToot21-Jan-09 9:36 
QuestionAny alternative Pin
CodingYoshi21-Jan-09 7:04
CodingYoshi21-Jan-09 7:04 
AnswerRe: Any alternative Pin
Ennis Ray Lynch, Jr.21-Jan-09 7:13
Ennis Ray Lynch, Jr.21-Jan-09 7:13 
GeneralRe: Any alternative Pin
CodingYoshi21-Jan-09 8:09
CodingYoshi21-Jan-09 8:09 
GeneralRe: Any alternative Pin
Ennis Ray Lynch, Jr.21-Jan-09 8:31
Ennis Ray Lynch, Jr.21-Jan-09 8:31 
GeneralRe: Any alternative Pin
CodingYoshi21-Jan-09 8:42
CodingYoshi21-Jan-09 8:42 
GeneralRe: Any alternative Pin
Ennis Ray Lynch, Jr.21-Jan-09 9:03
Ennis Ray Lynch, Jr.21-Jan-09 9:03 
GeneralRe: Any alternative Pin
Jon Rista21-Jan-09 10:13
Jon Rista21-Jan-09 10:13 
GeneralRe: Any alternative Pin
Ennis Ray Lynch, Jr.21-Jan-09 10:14
Ennis Ray Lynch, Jr.21-Jan-09 10:14 
AnswerRe: Any alternative Pin
DaveyM6921-Jan-09 7:34
professionalDaveyM6921-Jan-09 7:34 

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.