Click here to Skip to main content
15,903,540 members
Home / Discussions / C#
   

C#

 
AnswerRe: no duplicates in array Pin
#realJSOP12-Nov-08 23:55
professional#realJSOP12-Nov-08 23:55 
GeneralRe: no duplicates in array Pin
Guffa13-Nov-08 0:10
Guffa13-Nov-08 0:10 
GeneralRe: no duplicates in array Pin
J4amieC13-Nov-08 0:14
J4amieC13-Nov-08 0:14 
GeneralRe: no duplicates in array Pin
Simon P Stevens13-Nov-08 1:09
Simon P Stevens13-Nov-08 1:09 
GeneralRe: no duplicates in array Pin
J4amieC13-Nov-08 2:40
J4amieC13-Nov-08 2:40 
AnswerRe: no duplicates in array [modified] Pin
DaveyM6913-Nov-08 0:12
professionalDaveyM6913-Nov-08 0:12 
GeneralRe: no duplicates in array Pin
duta13-Nov-08 2:55
duta13-Nov-08 2:55 
AnswerRe: no duplicates in array Pin
Simon P Stevens13-Nov-08 1:14
Simon P Stevens13-Nov-08 1:14 
Take a look at the HashSet<String>[^] class (.net 3.5 only). It provides an optimised hash collection and it doesn't allow duplicates, (it just ignores attempts to add duplicates), and you can call ToArray() when you are done with it if you really need a string array.

Simon

GeneralRe: no duplicates in array Pin
DaveyM6913-Nov-08 1:38
professionalDaveyM6913-Nov-08 1:38 
QuestionCheck SQL Server is installed Pin
Yulianto.12-Nov-08 22:39
Yulianto.12-Nov-08 22:39 
AnswerRe: Check SQL Server is installed Pin
Vimalsoft(Pty) Ltd12-Nov-08 23:11
professionalVimalsoft(Pty) Ltd12-Nov-08 23:11 
GeneralRe: Check SQL Server is installed Pin
Yulianto.12-Nov-08 23:14
Yulianto.12-Nov-08 23:14 
AnswerRe: Check SQL Server is installed Pin
PIEBALDconsult13-Nov-08 3:28
mvePIEBALDconsult13-Nov-08 3:28 
QuestionWindows service and Outlook com object. Pin
Rahul.RK12-Nov-08 22:25
Rahul.RK12-Nov-08 22:25 
AnswerRe: Windows service and Outlook com object. Pin
pke india12-Nov-08 23:23
pke india12-Nov-08 23:23 
QuestionCreating a report after inserting data from an excel spreadsheet to a database [modified] Pin
Walaza12-Nov-08 22:24
Walaza12-Nov-08 22:24 
AnswerRe: Creating a report after inserting data from an excel spreadsheet to a database Pin
pke india12-Nov-08 23:28
pke india12-Nov-08 23:28 
GeneralRe: Creating a report after inserting data from an excel spreadsheet to a database Pin
Walaza13-Nov-08 2:59
Walaza13-Nov-08 2:59 
QuestionHow to connect Home Phone to visual C#.net application Pin
mahmoudgamal12-Nov-08 22:23
mahmoudgamal12-Nov-08 22:23 
AnswerRe: How to connect Home Phone to visual C#.net application Pin
Pete O'Hanlon13-Nov-08 1:28
mvePete O'Hanlon13-Nov-08 1:28 
Questiongetting if variable changed in other form Pin
Matjaz-xyz12-Nov-08 21:46
Matjaz-xyz12-Nov-08 21:46 
AnswerRe: getting if variable changed in other form Pin
Giorgi Dalakishvili12-Nov-08 22:10
mentorGiorgi Dalakishvili12-Nov-08 22:10 
GeneralRe: getting if variable changed in other form Pin
Matjaz-xyz12-Nov-08 23:52
Matjaz-xyz12-Nov-08 23:52 
GeneralRe: getting if variable changed in other form Pin
Giorgi Dalakishvili13-Nov-08 0:22
mentorGiorgi Dalakishvili13-Nov-08 0:22 
GeneralRe: getting if variable changed in other form Pin
Matjaz-xyz13-Nov-08 0:28
Matjaz-xyz13-Nov-08 0:28 

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.