Click here to Skip to main content
15,924,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# string operation Pin
dan!sh 18-Jan-10 3:57
professional dan!sh 18-Jan-10 3:57 
QuestionIs Anybody Can Help me Write an example of multicast use c# Thinks a lot ! Pin
SrhLj17-Jan-10 18:03
SrhLj17-Jan-10 18:03 
AnswerRe: Is Anybody Can Help me Write an example of multicast use c# Thinks a lot ! Pin
Garth J Lancaster17-Jan-10 18:57
professionalGarth J Lancaster17-Jan-10 18:57 
Questionhow to create a wrapper for r com server in C#, which involves R programming and its integration with C# . What is meant by a Rcom Wrapper??? Pin
scorpio2217-Jan-10 17:06
scorpio2217-Jan-10 17:06 
Questionneed direction to get started on app. To monitor dial-up internet Pin
Argus217-Jan-10 13:09
Argus217-Jan-10 13:09 
AnswerRe: need direction to get started on app. To monitor dial-up internet Pin
Harvey Saayman17-Jan-10 21:28
Harvey Saayman17-Jan-10 21:28 
AnswerRe: need direction to get started on app. To monitor dial-up internet Pin
Argus219-Jan-10 13:45
Argus219-Jan-10 13:45 
Questionhow to pass data from textbox in form1 to combobox in form2 Pin
johnnysmith117-Jan-10 11:13
johnnysmith117-Jan-10 11:13 
AnswerRe: how to pass data from textbox in form1 to combobox in form2 Pin
DaveyM6917-Jan-10 14:13
professionalDaveyM6917-Jan-10 14:13 
QuestionWhich is more correct? Pin
Bardy8517-Jan-10 6:25
Bardy8517-Jan-10 6:25 
AnswerRe: Which is more correct? Pin
harold aptroot17-Jan-10 6:30
harold aptroot17-Jan-10 6:30 
GeneralRe: Which is more correct? Pin
Bardy8517-Jan-10 6:52
Bardy8517-Jan-10 6:52 
GeneralRe: Which is more correct? Pin
Eddy Vluggen17-Jan-10 9:22
professionalEddy Vluggen17-Jan-10 9:22 
AnswerRe: Which is more correct? Pin
#realJSOP17-Jan-10 7:06
professional#realJSOP17-Jan-10 7:06 
GeneralRe: Which is more correct? Pin
Bardy8517-Jan-10 7:27
Bardy8517-Jan-10 7:27 
GeneralRe: Which is more correct? Pin
#realJSOP17-Jan-10 23:28
professional#realJSOP17-Jan-10 23:28 
AnswerRe: Which is more correct? Pin
DaveyM6917-Jan-10 7:20
professionalDaveyM6917-Jan-10 7:20 
GeneralRe: Which is more correct? Pin
Bardy8517-Jan-10 7:43
Bardy8517-Jan-10 7:43 
GeneralRe: Which is more correct? Pin
DaveyM6917-Jan-10 7:55
professionalDaveyM6917-Jan-10 7:55 
GeneralRe: Which is more correct? Pin
Bardy8517-Jan-10 8:27
Bardy8517-Jan-10 8:27 
AnswerRe: Which is more correct? Pin
Luc Pattyn17-Jan-10 9:23
sitebuilderLuc Pattyn17-Jan-10 9:23 
Hi,

1.
if it is a list, then make it inherit from List, as John said.

2.
static seldom is good; what happens if you suddenly need two lists of employees, e.g. because your program suddenly has to deal with two companies?
the best use for static is for holding overall counters and other statistical information on your class, information that transcends all the class instances.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.


modified on Sunday, January 17, 2010 5:07 PM

GeneralRe: Which is more correct? Pin
Bardy8517-Jan-10 9:31
Bardy8517-Jan-10 9:31 
GeneralRe: Which is more correct? Pin
Luc Pattyn17-Jan-10 9:32
sitebuilderLuc Pattyn17-Jan-10 9:32 
Question[StructLayout(LayoutKind.Sequential)] Pin
3bood.ghzawi17-Jan-10 5:31
3bood.ghzawi17-Jan-10 5:31 
AnswerRe: [StructLayout(LayoutKind.Sequential)] Pin
Luc Pattyn17-Jan-10 5:43
sitebuilderLuc Pattyn17-Jan-10 5:43 

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.