Click here to Skip to main content
15,900,818 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Tough .NET question Pin
profoundwhispers14-Jan-04 4:33
profoundwhispers14-Jan-04 4:33 
GeneralRe: Tough .NET question Pin
Kentamanos14-Jan-04 6:31
Kentamanos14-Jan-04 6:31 
GeneralThreading with sqlDataReader Pin
michin127-Oct-03 11:02
michin127-Oct-03 11:02 
Generalclass question Pin
R. Thomas26-Oct-03 1:01
R. Thomas26-Oct-03 1:01 
GeneralRe: class question Pin
J. Dunlap26-Oct-03 8:08
J. Dunlap26-Oct-03 8:08 
GeneralRe: class question Pin
Blake Coverett26-Oct-03 8:40
Blake Coverett26-Oct-03 8:40 
GeneralRe: class question Pin
R. Thomas28-Oct-03 6:18
R. Thomas28-Oct-03 6:18 
GeneralRe: class question Pin
Blake Coverett28-Oct-03 6:44
Blake Coverett28-Oct-03 6:44 
It's never required, it is just the most convenient way to express a common idiom.

Often there are several possible optional values that you might accept to control the construction of your object. Equally often, you want to provide more convenient constructors that provide some reasonable default for some or all of those values.

You do this by writing the constructor once, taking all the arguments as parameters. Then you write empty constructors that take fewer arguments, provide the defaults, and pass the call off to the larger constructor.

-Blake
GeneralRe: class question Pin
R. Thomas29-Oct-03 4:37
R. Thomas29-Oct-03 4:37 
GeneralRe: class question Pin
Anonymous5-Nov-03 7:18
Anonymous5-Nov-03 7:18 
General3-way communications Pin
Le centriste24-Oct-03 6:23
Le centriste24-Oct-03 6:23 
GeneralDoubleClick in TreeView Pin
Anonymous24-Oct-03 2:36
Anonymous24-Oct-03 2:36 
GeneralRe: DoubleClick in TreeView Pin
LasVegasGuy24-Oct-03 8:44
LasVegasGuy24-Oct-03 8:44 
GeneralRe: DoubleClick in TreeView Pin
John Arlen24-Oct-03 10:01
John Arlen24-Oct-03 10:01 
GeneralGet Version Number. Pin
Jason Weibel23-Oct-03 10:52
Jason Weibel23-Oct-03 10:52 
GeneralRe: Get Version Number. Pin
John Arlen24-Oct-03 7:45
John Arlen24-Oct-03 7:45 
GeneralRe: Get Version Number. Pin
Jason Weibel24-Oct-03 11:18
Jason Weibel24-Oct-03 11:18 
QuestionAnother Bug in the .net datagrid ??? Pin
livss23-Oct-03 8:00
livss23-Oct-03 8:00 
AnswerRe: Another Bug in the .net datagrid ??? Pin
John Arlen27-Oct-03 10:10
John Arlen27-Oct-03 10:10 
Generalhardware controlling.... Pin
waleed riaz22-Oct-03 2:01
waleed riaz22-Oct-03 2:01 
GeneralRe: hardware controlling.... Pin
Philip Fitzsimons22-Oct-03 8:05
Philip Fitzsimons22-Oct-03 8:05 
GeneralRe: hardware controlling.... Pin
waleed riaz22-Oct-03 20:35
waleed riaz22-Oct-03 20:35 
QuestionHow do I remove a class or anything from the .NET ide? Pin
adonisv21-Oct-03 10:20
adonisv21-Oct-03 10:20 
AnswerRe: How do I remove a class or anything from the .NET ide? Pin
John Arlen27-Oct-03 9:20
John Arlen27-Oct-03 9:20 
GeneralRe: How do I remove a class or anything from the .NET ide? Pin
adonisv28-Oct-03 11:53
adonisv28-Oct-03 11:53 

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.