Click here to Skip to main content
15,883,705 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creatin Combo lists using an App Config file Pin
TheFoZ18-Sep-09 4:00
TheFoZ18-Sep-09 4:00 
QuestionCan I use IDTExtensibility in VSTO? Pin
SRKSHOME18-Sep-09 3:23
SRKSHOME18-Sep-09 3:23 
QuestionWindows media player problem Pin
bunty20k18-Sep-09 3:16
bunty20k18-Sep-09 3:16 
AnswerRe: Windows media player problem Pin
Atul Kharecha18-Sep-09 3:48
Atul Kharecha18-Sep-09 3:48 
QuestionImplementation of Doubly linked list Pin
parantn18-Sep-09 2:33
parantn18-Sep-09 2:33 
AnswerRe: Implementation of Doubly linked list Pin
SeMartens18-Sep-09 2:40
SeMartens18-Sep-09 2:40 
AnswerRe: Implementation of Doubly linked list Pin
OriginalGriff18-Sep-09 2:48
mveOriginalGriff18-Sep-09 2:48 
GeneralRe: Implementation of Doubly linked list Pin
Ian Shlasko18-Sep-09 2:52
Ian Shlasko18-Sep-09 2:52 
Well, Griff, I think you mean LinkedList<T>, since a List<T> is just a dynamically-resized array.

LinkedList<T> might support his purposes, but it does have some weaknesses... It doesn't let you do some of the fancier things, like splitting a list into pieces, or connecting two lists together to make a larger one... These are things you can do if you implement your own.

Unless .NET has a class that does that, which I just haven't stumbled upon yet.

Proud to have finally moved to the A-Ark. Which one are you in?
Developer, Author (Guardians of Xen)

GeneralRe: Implementation of Doubly linked list Pin
Luc Pattyn18-Sep-09 3:47
sitebuilderLuc Pattyn18-Sep-09 3:47 
GeneralRe: Implementation of Doubly linked list Pin
OriginalGriff18-Sep-09 4:22
mveOriginalGriff18-Sep-09 4:22 
AnswerRe: Implementation of Doubly linked list Pin
PIEBALDconsult18-Sep-09 4:40
mvePIEBALDconsult18-Sep-09 4:40 
QuestionNeed Help in Regular Expression? Pin
Jollyguy18-Sep-09 1:47
Jollyguy18-Sep-09 1:47 
AnswerRe: Need Help in Regular Expression? Pin
Luc Pattyn18-Sep-09 1:59
sitebuilderLuc Pattyn18-Sep-09 1:59 
QuestionHow to Install MySql in silent mode with Setup Application Pin
Paramhans Dubey18-Sep-09 1:45
professionalParamhans Dubey18-Sep-09 1:45 
QuestionDOM Problems ? Pin
Jacobb Michael18-Sep-09 1:22
Jacobb Michael18-Sep-09 1:22 
AnswerRe: DOM Problems ? Pin
SeMartens18-Sep-09 2:42
SeMartens18-Sep-09 2:42 
Questioncan any body tell me the answer for this... Pin
User 653586818-Sep-09 1:00
User 653586818-Sep-09 1:00 
AnswerRe: can any body tell me the answer for this... Pin
Tamer Oz18-Sep-09 1:03
Tamer Oz18-Sep-09 1:03 
AnswerRe: can any body tell me the answer for this... Pin
Jacobb Michael18-Sep-09 1:06
Jacobb Michael18-Sep-09 1:06 
AnswerRe: can any body tell me the answer for this... Pin
dan!sh 18-Sep-09 1:45
professional dan!sh 18-Sep-09 1:45 
QuestionRe: can any body tell me the answer for this... Pin
harold aptroot18-Sep-09 1:46
harold aptroot18-Sep-09 1:46 
AnswerRe: can any body tell me the answer for this... Pin
Luc Pattyn18-Sep-09 2:02
sitebuilderLuc Pattyn18-Sep-09 2:02 
QuestionReport Creating in C# ? Pin
Mohammad Dayyan18-Sep-09 0:54
Mohammad Dayyan18-Sep-09 0:54 
AnswerRe: Report Creating in C# ? Pin
Jacobb Michael18-Sep-09 1:10
Jacobb Michael18-Sep-09 1:10 
GeneralRe: Report Creating in C# ? Pin
Mohammad Dayyan18-Sep-09 1:35
Mohammad Dayyan18-Sep-09 1:35 

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.