Click here to Skip to main content
15,912,932 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .Net Insanity Pin
led mike26-Feb-08 11:02
led mike26-Feb-08 11:02 
GeneralRe: .Net Insanity Pin
Pete O'Hanlon26-Feb-08 22:21
mvePete O'Hanlon26-Feb-08 22:21 
GeneralRe: .Net Insanity Pin
#realJSOP27-Feb-08 5:02
professional#realJSOP27-Feb-08 5:02 
GeneralRe: .Net Insanity Pin
Guffa26-Feb-08 12:02
Guffa26-Feb-08 12:02 
GeneralRe: .Net Insanity Pin
Pete O'Hanlon26-Feb-08 22:20
mvePete O'Hanlon26-Feb-08 22:20 
GeneralRe: .Net Insanity Pin
Rama Krishna Vavilala27-Feb-08 5:27
Rama Krishna Vavilala27-Feb-08 5:27 
GeneralRe: .Net Insanity [modified] Pin
#realJSOP27-Feb-08 4:51
professional#realJSOP27-Feb-08 4:51 
GeneralRe: .Net Insanity Pin
Pete O'Hanlon27-Feb-08 9:30
mvePete O'Hanlon27-Feb-08 9:30 
John Simmons / outlaw programmer wrote:
Besides that, putting the parameters into a list would have required the extra overhead of traversing that list in order to fill the SqlCommand's internal collection object, where simply assigning the collection requires just one line of code.


No it wouldn't. You would use Parameters.AddRange to add the parameter collection. You should never traverse a collection to add it to another collection. You should always look to use the AddRange method (if available) as it's much more performant.


Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: .Net Insanity Pin
Colin Angus Mackay26-Feb-08 14:42
Colin Angus Mackay26-Feb-08 14:42 
GeneralRe: .Net Insanity Pin
#realJSOP27-Feb-08 4:58
professional#realJSOP27-Feb-08 4:58 
GeneralRe: .Net Insanity Pin
Rama Krishna Vavilala27-Feb-08 5:24
Rama Krishna Vavilala27-Feb-08 5:24 
QuestionAdd and remove rows on Button click Pin
Niya25-Feb-08 17:25
Niya25-Feb-08 17:25 
GeneralRe: Add and remove rows on Button click Pin
Christian Graus25-Feb-08 21:56
protectorChristian Graus25-Feb-08 21:56 
QuestionToolkit? Pin
PS@Codeproj25-Feb-08 1:50
PS@Codeproj25-Feb-08 1:50 
AnswerRe: Toolkit? Pin
Pete O'Hanlon25-Feb-08 3:20
mvePete O'Hanlon25-Feb-08 3:20 
AnswerRe: Toolkit? Pin
Paul Conrad25-Feb-08 8:48
professionalPaul Conrad25-Feb-08 8:48 
GeneralRe: Toolkit? Pin
PS@Codeproj25-Feb-08 17:29
PS@Codeproj25-Feb-08 17:29 
GeneralRe: Toolkit? Pin
Paul Conrad25-Feb-08 17:46
professionalPaul Conrad25-Feb-08 17:46 
GeneralRe: Toolkit? Pin
buchstaben26-Feb-08 21:01
buchstaben26-Feb-08 21:01 
Questionindeterminate progress bar Pin
veerbala24-Feb-08 19:00
veerbala24-Feb-08 19:00 
GeneralDouble Post - please ignore Pin
Giorgi Dalakishvili24-Feb-08 20:39
mentorGiorgi Dalakishvili24-Feb-08 20:39 
QuestionOpenVPN Pin
vikramspce198322-Feb-08 17:36
vikramspce198322-Feb-08 17:36 
General.NET 2 and German OS (XP Pro SP2) Pin
Antony M Kancidrowski22-Feb-08 6:01
Antony M Kancidrowski22-Feb-08 6:01 
GeneralRe: .NET 2 and German OS (XP Pro SP2) Pin
Christian Graus22-Feb-08 18:21
protectorChristian Graus22-Feb-08 18:21 
GeneralRe: .NET 2 and German OS (XP Pro SP2) Pin
Antony M Kancidrowski24-Feb-08 10:41
Antony M Kancidrowski24-Feb-08 10:41 

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.