Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
QuestionC# TCP Authentication HELP!! Pin
Serpendiem13-May-09 21:16
Serpendiem13-May-09 21:16 
QuestionRegarding Contructors Pin
Rajdeep.NET is BACK13-May-09 20:34
Rajdeep.NET is BACK13-May-09 20:34 
AnswerRe: Regarding Contructors Pin
stancrm13-May-09 20:41
stancrm13-May-09 20:41 
GeneralRe: Regarding Contructors Pin
Rajdeep.NET is BACK13-May-09 20:47
Rajdeep.NET is BACK13-May-09 20:47 
GeneralRe: Regarding Contructors Pin
Samer Aburabie13-May-09 20:55
Samer Aburabie13-May-09 20:55 
AnswerRe: Regarding Contructors Pin
OriginalGriff13-May-09 23:14
mveOriginalGriff13-May-09 23:14 
GeneralRe: Regarding Contructors Pin
Luc Pattyn14-May-09 1:25
sitebuilderLuc Pattyn14-May-09 1:25 
GeneralRe: Regarding Contructors Pin
Nagy Vilmos14-May-09 1:28
professionalNagy Vilmos14-May-09 1:28 
There are plenty of reasons for keeping a constructor private within a class, you just need to know why.

Examples -
0. Singleton or cached class where you want to control the instatiation through a static method. The method is public, the constructor private.

1. You have several public constructors and wish to use one combined super constructor that talkes EVERY parameter, however you don't want to make the super constructor available - again you keep it private.



Panic, Chaos, Destruction.
My work here is done.

AnswerRe: Regarding Contructors PinPopular
Pete O'Hanlon13-May-09 21:59
mvePete O'Hanlon13-May-09 21:59 
GeneralRe: Regarding Contructors Pin
Luc Pattyn14-May-09 1:27
sitebuilderLuc Pattyn14-May-09 1:27 
QuestionHelp me about thread Pin
nvphap13-May-09 19:57
nvphap13-May-09 19:57 
AnswerRe: Help me about thread Pin
Samer Aburabie13-May-09 20:19
Samer Aburabie13-May-09 20:19 
AnswerRe: Help me about thread Pin
Mycroft Holmes13-May-09 21:46
professionalMycroft Holmes13-May-09 21:46 
QuestionWindows address book Pin
ashish purwar13-May-09 19:56
ashish purwar13-May-09 19:56 
AnswerRe: Windows address book Pin
Rajdeep.NET is BACK13-May-09 20:40
Rajdeep.NET is BACK13-May-09 20:40 
GeneralRe: Windows address book Pin
ashish purwar13-May-09 21:01
ashish purwar13-May-09 21:01 
GeneralRe: Windows address book Pin
Rajdeep.NET is BACK13-May-09 21:16
Rajdeep.NET is BACK13-May-09 21:16 
GeneralRe: Windows address book Pin
Henry Minute13-May-09 23:51
Henry Minute13-May-09 23:51 
GeneralRe: Windows address book Pin
eRRaTuM15-May-09 15:35
eRRaTuM15-May-09 15:35 
QuestionHow to use a GridView in a ListView - C# WinForms Pin
ramz_g13-May-09 18:35
ramz_g13-May-09 18:35 
AnswerRe: How to use a GridView in a ListView - C# WinForms Pin
Dave Kreskowiak13-May-09 19:21
mveDave Kreskowiak13-May-09 19:21 
GeneralRe: How to use a GridView in a ListView - C# WinForms Pin
ramz_g13-May-09 22:58
ramz_g13-May-09 22:58 
GeneralRe: How to use a GridView in a ListView - C# WinForms Pin
Henry Minute13-May-09 23:55
Henry Minute13-May-09 23:55 
GeneralRe: How to use a GridView in a ListView - C# WinForms Pin
ramz_g14-May-09 0:15
ramz_g14-May-09 0:15 
QuestionPlaying flv files [modified] Pin
Evgeni5713-May-09 18:26
Evgeni5713-May-09 18:26 

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.