Click here to Skip to main content
16,005,149 members
Home / Discussions / C#
   

C#

 
AnswerRe: expor database Pin
MumbleB28-Jul-09 5:53
MumbleB28-Jul-09 5:53 
AnswerRe: expor database Pin
Vikram A Punathambekar28-Jul-09 6:34
Vikram A Punathambekar28-Jul-09 6:34 
AnswerRe: expor database Pin
musefan28-Jul-09 7:56
musefan28-Jul-09 7:56 
Questiondynami array Pin
mht200828-Jul-09 5:49
mht200828-Jul-09 5:49 
AnswerRe: dynami array Pin
Nagy Vilmos28-Jul-09 6:00
professionalNagy Vilmos28-Jul-09 6:00 
AnswerRe: dynami array Pin
mypicturefaded28-Jul-09 6:05
mypicturefaded28-Jul-09 6:05 
GeneralRe: dynami array Pin
harold aptroot28-Jul-09 6:08
harold aptroot28-Jul-09 6:08 
GeneralRe: dynami array Pin
DaveyM6928-Jul-09 6:15
professionalDaveyM6928-Jul-09 6:15 
As HArold said, only if forced to use 1.1. The problem with an ArrayList is it requires every object to be converted to and from object (boxing/unboxing). A List<T> gives the same functionality, but without that overhead and inconvenience!

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: dynami array Pin
mypicturefaded28-Jul-09 6:17
mypicturefaded28-Jul-09 6:17 
QuestionUsing a Custom ScrollBar Within a TreeView C# PinPopular
Zap-Man28-Jul-09 5:42
Zap-Man28-Jul-09 5:42 
QuestionCalculate Accounting Period from Date Pin
drodgers28-Jul-09 4:51
drodgers28-Jul-09 4:51 
AnswerRe: Calculate Accounting Period from Date Pin
DaveyM6928-Jul-09 5:14
professionalDaveyM6928-Jul-09 5:14 
AnswerRe: Calculate Accounting Period from Date Pin
Nagy Vilmos28-Jul-09 5:17
professionalNagy Vilmos28-Jul-09 5:17 
AnswerRe: Calculate Accounting Period from Date Pin
DoctorMick28-Jul-09 5:19
DoctorMick28-Jul-09 5:19 
QuestionFor Loop Pattern to use in Parsing - C# code Pin
gamer112728-Jul-09 4:18
gamer112728-Jul-09 4:18 
AnswerRe: For Loop Pattern to use in Parsing - C# code Pin
musefan28-Jul-09 4:33
musefan28-Jul-09 4:33 
GeneralRe: For Loop Pattern to use in Parsing - C# code Pin
Chris Trelawny-Ross28-Jul-09 4:58
Chris Trelawny-Ross28-Jul-09 4:58 
GeneralRe: For Loop Pattern to use in Parsing - C# code Pin
PIEBALDconsult28-Jul-09 5:41
mvePIEBALDconsult28-Jul-09 5:41 
GeneralRe: For Loop Pattern to use in Parsing - C# code Pin
Vikram A Punathambekar28-Jul-09 6:35
Vikram A Punathambekar28-Jul-09 6:35 
GeneralRe: For Loop Pattern to use in Parsing - C# code Pin
PIEBALDconsult28-Jul-09 7:04
mvePIEBALDconsult28-Jul-09 7:04 
GeneralRe: For Loop Pattern to use in Parsing - C# code Pin
Vikram A Punathambekar28-Jul-09 7:19
Vikram A Punathambekar28-Jul-09 7:19 
GeneralRe: For Loop Pattern to use in Parsing - C# code Pin
PIEBALDconsult28-Jul-09 7:31
mvePIEBALDconsult28-Jul-09 7:31 
GeneralRe: For Loop Pattern to use in Parsing - C# code Pin
PIEBALDconsult29-Jul-09 6:22
mvePIEBALDconsult29-Jul-09 6:22 
AnswerRe: For Loop Pattern to use in Parsing - C# code Pin
gamer112728-Jul-09 4:43
gamer112728-Jul-09 4:43 
AnswerRe: For Loop Pattern to use in Parsing - C# code Pin
OriginalGriff28-Jul-09 4:49
mveOriginalGriff28-Jul-09 4:49 

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.