Click here to Skip to main content
15,905,679 members
Home / Discussions / C#
   

C#

 
Questioncomparing two dataTables Pin
Twyce16-Sep-08 16:20
Twyce16-Sep-08 16:20 
AnswerRe: comparing two dataTables Pin
Syed Mehroz Alam16-Sep-08 21:12
Syed Mehroz Alam16-Sep-08 21:12 
GeneralRe: comparing two dataTables Pin
Twyce17-Sep-08 1:02
Twyce17-Sep-08 1:02 
GeneralRe: comparing two dataTables Pin
Twyce17-Sep-08 1:25
Twyce17-Sep-08 1:25 
GeneralRe: comparing two dataTables Pin
Syed Mehroz Alam17-Sep-08 6:57
Syed Mehroz Alam17-Sep-08 6:57 
GeneralRe: comparing two dataTables Pin
Twyce17-Sep-08 9:51
Twyce17-Sep-08 9:51 
QuestionTrouble understanding private vs public instance variables Pin
Lachdahnan716-Sep-08 16:02
Lachdahnan716-Sep-08 16:02 
AnswerRe: Trouble understanding private vs public instance variables Pin
Steve Echols16-Sep-08 19:17
Steve Echols16-Sep-08 19:17 
It can be "dangerous" to expose your class variables to the public, because your class has no idea that the outside world has changed the value.

If your class needs to know that the value has changed, then it's best to wrap it in a property, so you can add extra logic in the set method to deal with the new value.


- S
50 cups of coffee and you know it's on!
A post a day, keeps the white coats away!

AnswerRe: Trouble understanding private vs public instance variables Pin
c242317-Sep-08 0:04
c242317-Sep-08 0:04 
Questionsample code using combo box database in mysql.. Pin
cutedrew16-Sep-08 14:16
cutedrew16-Sep-08 14:16 
QuestionC#, importing .CSV file to datatable Pin
mdwhite7616-Sep-08 11:17
mdwhite7616-Sep-08 11:17 
AnswerRe: C#, importing .CSV file to datatable Pin
MarkB77716-Sep-08 11:30
MarkB77716-Sep-08 11:30 
GeneralRe: C#, importing .CSV file to datatable Pin
mdwhite7616-Sep-08 12:03
mdwhite7616-Sep-08 12:03 
GeneralRe: C#, importing .CSV file to datatable Pin
MarkB77716-Sep-08 12:33
MarkB77716-Sep-08 12:33 
AnswerRe: C#, importing .CSV file to datatable Pin
egenis16-Sep-08 20:13
egenis16-Sep-08 20:13 
QuestionHosting Process In My Form? Article? Pin
Abydosgater16-Sep-08 10:26
Abydosgater16-Sep-08 10:26 
AnswerRe: Hosting Process In My Form? Article? Pin
Giorgi Dalakishvili16-Sep-08 10:31
mentorGiorgi Dalakishvili16-Sep-08 10:31 
GeneralRe: Hosting Process In My Form? Article? Pin
Abydosgater16-Sep-08 10:34
Abydosgater16-Sep-08 10:34 
GeneralRe: Hosting Process In My Form? Article? Pin
Giorgi Dalakishvili16-Sep-08 10:37
mentorGiorgi Dalakishvili16-Sep-08 10:37 
GeneralRe: Hosting Process In My Form? Article? Pin
Abydosgater16-Sep-08 12:06
Abydosgater16-Sep-08 12:06 
QuestionExport Datagridview to Excel or Word Pin
Atis16-Sep-08 10:04
Atis16-Sep-08 10:04 
AnswerRe: Export Datagridview to Excel or Word Pin
Giorgi Dalakishvili16-Sep-08 10:33
mentorGiorgi Dalakishvili16-Sep-08 10:33 
QuestionImagelist to file or- enable adding an image to the list Pin
ArGiLa16-Sep-08 9:50
ArGiLa16-Sep-08 9:50 
QuestionHelp creating DataTable filter Pin
Richard Blythe16-Sep-08 8:37
Richard Blythe16-Sep-08 8:37 
AnswerRe: Help creating DataTable filter Pin
Steve Echols16-Sep-08 19:25
Steve Echols16-Sep-08 19:25 

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.