Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Thread Aorting [modified] Pin
HexaDeveloper10-Apr-07 14:01
HexaDeveloper10-Apr-07 14:01 
Questioncombobox database value Pin
msogun9-Apr-07 3:36
msogun9-Apr-07 3:36 
AnswerRe: combobox database value Pin
Colin Angus Mackay9-Apr-07 3:42
Colin Angus Mackay9-Apr-07 3:42 
QuestionWhich is better C# or VC++.NET Pin
BlrBoy9-Apr-07 2:33
BlrBoy9-Apr-07 2:33 
AnswerRe: Which is better C# or VC++.NET Pin
Colin Angus Mackay9-Apr-07 3:41
Colin Angus Mackay9-Apr-07 3:41 
QuestionBetter to save locally? Pin
Aaron VanWieren9-Apr-07 2:27
Aaron VanWieren9-Apr-07 2:27 
AnswerRe: Better to save locally? Pin
Colin Angus Mackay9-Apr-07 3:40
Colin Angus Mackay9-Apr-07 3:40 
GeneralRe: Better to save locally? Pin
Aaron VanWieren9-Apr-07 5:47
Aaron VanWieren9-Apr-07 5:47 
This is more theoretical than anything else and I have heard variations.
Generally you have a class:

public class employee<br />
{<br />
  string employeeName;<br />
  int empID;<br />
<br />
(Some other methods)<br />
<br />
}


In the using class, say company you could just reference the employeeName through its class such as employee.employeeName. But if you need to continuously reference that name do you want to do this or do you want to do:
<br />
public class company<br />
{<br />
  string employeeName = employee.employeeName;<br />
}<br />

Then use the local, or is it better to alway just call the employee.employeeName.

_____________________________________________________________________

Our developers never release
code. Rather, it tends to escape, pillaging the countryside all around.

The Enlightenment Project (paraphrased comment)

Visit Me at GISDevCafe

GeneralRe: Better to save locally? Pin
Colin Angus Mackay9-Apr-07 6:22
Colin Angus Mackay9-Apr-07 6:22 
GeneralRe: Better to save locally? Pin
Aaron VanWieren9-Apr-07 6:33
Aaron VanWieren9-Apr-07 6:33 
QuestionHow to invoke web service method in C#.Net Pin
shanthivasan9-Apr-07 2:25
shanthivasan9-Apr-07 2:25 
AnswerRe: How to invoke web service method in C#.Net Pin
WillemM9-Apr-07 7:01
WillemM9-Apr-07 7:01 
QuestionReport Viewer Pin
vinayak baddi9-Apr-07 2:07
vinayak baddi9-Apr-07 2:07 
QuestionHow to create Poker Game!!! Pin
DukeKing9-Apr-07 1:41
DukeKing9-Apr-07 1:41 
AnswerRe: How to create Poker Game!!! Pin
Colin Angus Mackay9-Apr-07 1:50
Colin Angus Mackay9-Apr-07 1:50 
GeneralRe: How to create Poker Game!!! Pin
Leslie Sanford9-Apr-07 5:35
Leslie Sanford9-Apr-07 5:35 
GeneralRe: How to create Poker Game!!! Pin
Dan Neely9-Apr-07 5:48
Dan Neely9-Apr-07 5:48 
GeneralRe: How to create Poker Game!!! Pin
DukeKing9-Apr-07 5:39
DukeKing9-Apr-07 5:39 
AnswerRe: How to create Poker Game!!! Pin
Sean Michael Murphy9-Apr-07 2:39
Sean Michael Murphy9-Apr-07 2:39 
GeneralRe: How to create Poker Game!!! Pin
DukeKing9-Apr-07 5:44
DukeKing9-Apr-07 5:44 
QuestionHow to display customize value in ComboBox Pin
indiaone9-Apr-07 1:32
indiaone9-Apr-07 1:32 
AnswerRe: How to display customize value in ComboBox Pin
SABhatti9-Apr-07 3:29
SABhatti9-Apr-07 3:29 
AnswerRe: How to display customize value in ComboBox Pin
PS@Codeproj9-Apr-07 19:35
PS@Codeproj9-Apr-07 19:35 
QuestionDataGridView Pin
719-Apr-07 1:11
719-Apr-07 1:11 
QuestionSelect Operation in ComboBox Pin
AL3600B9-Apr-07 0:20
AL3600B9-Apr-07 0:20 

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.