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

.NET (Core and Framework)

 
GeneralRe: Generics instead of parameters? Pin
dasblinkenlight14-Apr-11 5:40
dasblinkenlight14-Apr-11 5:40 
GeneralRe: Generics instead of parameters? Pin
jschell14-Apr-11 9:09
jschell14-Apr-11 9:09 
AnswerRe: Generics instead of parameters? Pin
MicroVirus14-Apr-11 1:42
MicroVirus14-Apr-11 1:42 
AnswerRe: Generics instead of parameters? Pin
Prasanta_Prince16-Apr-11 4:37
Prasanta_Prince16-Apr-11 4:37 
AnswerRe: Generics instead of parameters? Pin
ToddHileHoffer20-Apr-11 10:47
ToddHileHoffer20-Apr-11 10:47 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel20-Apr-11 10:51
professionalSander Rossel20-Apr-11 10:51 
AnswerRe: Generics instead of parameters? Pin
David Farrow29-Apr-11 5:26
David Farrow29-Apr-11 5:26 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel29-Apr-11 7:45
professionalSander Rossel29-Apr-11 7:45 
My example may seem a bit weird to you. Try declaring a List(Of String). You probably have done that sometime? Well, surprise, you can actually say List(Of String)(10), where 10 is the capacity of the list, which is the same syntax as my example.
Perhaps it would be clearer in C#, where it would be typed List<string>(10);. You can now clearly see there is a difference between the first and second 'parameters' Smile | :)
The first specifies a Type (for example String or Integer, which will be used elsewhere in the Class or Method) while the second are actually parameters you pass to the method, usually of the Type you just specified.
I think when you try it out you will find it very easy Smile | :)
It's an OO world.

GeneralRe: Generics instead of parameters? Pin
David Farrow29-Apr-11 8:20
David Farrow29-Apr-11 8:20 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel29-Apr-11 9:05
professionalSander Rossel29-Apr-11 9:05 
QuestionData security: Encryption? Hashing? Which method? Pin
Gregory Gadow13-Apr-11 4:14
Gregory Gadow13-Apr-11 4:14 
AnswerRe: Data security: Encryption? Hashing? Which method? Pin
Not Active13-Apr-11 5:00
mentorNot Active13-Apr-11 5:00 
AnswerRe: Data security: Encryption? Hashing? Which method? Pin
#realJSOP13-Apr-11 5:03
professional#realJSOP13-Apr-11 5:03 
GeneralRe: Data security: Encryption? Hashing? Which method? Pin
Pete O'Hanlon15-Apr-11 9:20
mvePete O'Hanlon15-Apr-11 9:20 
AnswerRe: Data security: Encryption? Hashing? Which method? Pin
Prasanta_Prince16-Apr-11 4:46
Prasanta_Prince16-Apr-11 4:46 
QuestionLatest Third party .Net Tools and Architecture [modified] Pin
Prasanta_Prince13-Apr-11 3:36
Prasanta_Prince13-Apr-11 3:36 
AnswerRe: Latest Third party .Net Tools and Architecture Pin
Not Active13-Apr-11 4:01
mentorNot Active13-Apr-11 4:01 
AnswerRe: Latest Third party .Net Tools and Architecture Pin
Simon_Whale13-Apr-11 4:20
Simon_Whale13-Apr-11 4:20 
AnswerRe: Latest Third party .Net Tools and Architecture Pin
Abhinav S19-Apr-11 4:36
Abhinav S19-Apr-11 4:36 
Question.Net remoting Pin
Helfdane12-Apr-11 3:37
Helfdane12-Apr-11 3:37 
AnswerRe: .Net remoting Pin
Pete O'Hanlon12-Apr-11 4:36
mvePete O'Hanlon12-Apr-11 4:36 
GeneralRe: .Net remoting Pin
Helfdane12-Apr-11 22:22
Helfdane12-Apr-11 22:22 
GeneralRe: .Net remoting Pin
Pete O'Hanlon12-Apr-11 22:52
mvePete O'Hanlon12-Apr-11 22:52 
GeneralRe: .Net remoting Pin
Gregory Gadow13-Apr-11 4:18
Gregory Gadow13-Apr-11 4:18 
GeneralRe: .Net remoting Pin
Helfdane13-Apr-11 8:31
Helfdane13-Apr-11 8:31 

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.