Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to add website into compatibility view ? Pin
seemajoshii13-Feb-15 20:31
seemajoshii13-Feb-15 20:31 
QuestionCode Signing certificate Pin
Super Lloyd13-Feb-15 2:10
Super Lloyd13-Feb-15 2:10 
AnswerRe: Code Signing certificate Pin
manchanx13-Feb-15 3:02
professionalmanchanx13-Feb-15 3:02 
AnswerRe: Code Signing certificate Pin
Eddy Vluggen13-Feb-15 3:06
professionalEddy Vluggen13-Feb-15 3:06 
RantWant Opinion on school assignment Pin
Truck5313-Feb-15 1:51
Truck5313-Feb-15 1:51 
GeneralRe: Want Opinion on school assignment Pin
Freak3013-Feb-15 2:14
Freak3013-Feb-15 2:14 
GeneralRe: Want Opinion on school assignment Pin
Truck5313-Feb-15 4:58
Truck5313-Feb-15 4:58 
GeneralRe: Want Opinion on school assignment Pin
Truck5313-Feb-15 17:13
Truck5313-Feb-15 17:13 
Hello,

Thank you for answering my question. I was particularly interested with your commit. You said that my method was not generic at all and that I should have used a generic array of type T. Does the generic array create two types of arrays and access them at run time? If this is true, I could understand why people might be a little edgy with my code. But, if you look at the requirements, the instructor says that two arrays are to be used, one for double and one for integer; At least that is what I interpreted when I read "an integer and a double"The sentence she uses does not explicitly imply the use of a generic array. In fact, the only time the word generic is used is when the instructor refers to the Search method. And, the only way I could think of using two arrays of the type specified by my instructor is to compare the type passed by the my generic method at run time then traverse through the array and compare the key to the value in the array. I learned in college that a lot of projects fail because developers fail to meet the user’s requirements. I think assuming that a generic array was to be used when according to what the instructor wrote, the use of two array of the primitive type integer and double was implied. I would encourage you to take a good look at what my instructor wrote in the requirements and not just go by what you think is the best way to code. Hit me up and let me know what you think. If I’m wrong then I’m wrong.

And, about the student commented out code. I originally had a class with properties that held information like student ID and Student name etc. But, I took a second look at the instructor’s requirements and decided to keep it simple. I hope this answers your question.

Peace,

Truck53


Peace.
GeneralRe: Want Opinion on school assignment Pin
OriginalGriff13-Feb-15 2:21
mveOriginalGriff13-Feb-15 2:21 
GeneralRe: Want Opinion on school assignment Pin
Eddy Vluggen13-Feb-15 3:03
professionalEddy Vluggen13-Feb-15 3:03 
GeneralRe: Want Opinion on school assignment Pin
OriginalGriff13-Feb-15 4:34
mveOriginalGriff13-Feb-15 4:34 
GeneralRe: Want Opinion on school assignment Pin
Eddy Vluggen13-Feb-15 4:52
professionalEddy Vluggen13-Feb-15 4:52 
GeneralRe: Want Opinion on school assignment Pin
Truck5313-Feb-15 5:01
Truck5313-Feb-15 5:01 
GeneralRe: Want Opinion on school assignment Pin
Dave Kreskowiak13-Feb-15 3:03
mveDave Kreskowiak13-Feb-15 3:03 
GeneralRe: Want Opinion on school assignment Pin
Truck5313-Feb-15 5:01
Truck5313-Feb-15 5:01 
GeneralRe: Want Opinion on school assignment Pin
Pete O'Hanlon13-Feb-15 3:18
mvePete O'Hanlon13-Feb-15 3:18 
GeneralRe: Want Opinion on school assignment Pin
Truck5313-Feb-15 5:01
Truck5313-Feb-15 5:01 
Questionhow to insert wifi scan data into sql table Pin
Olu_0112-Feb-15 18:03
Olu_0112-Feb-15 18:03 
AnswerRe: how to insert wifi scan data into sql table Pin
Wendelius12-Feb-15 18:31
mentorWendelius12-Feb-15 18:31 
GeneralRe: how to insert wifi scan data into sql table Pin
Olu_0112-Feb-15 23:17
Olu_0112-Feb-15 23:17 
GeneralRe: how to insert wifi scan data into sql table Pin
Wendelius13-Feb-15 3:01
mentorWendelius13-Feb-15 3:01 
GeneralRe: how to insert wifi scan data into sql table Pin
Olu_0116-Feb-15 12:16
Olu_0116-Feb-15 12:16 
AnswerRe: how to insert wifi scan data into sql table Pin
Chris Quinn13-Feb-15 0:29
Chris Quinn13-Feb-15 0:29 
GeneralRe: how to insert wifi scan data into sql table Pin
Olu_0116-Feb-15 12:15
Olu_0116-Feb-15 12:15 
AnswerRe: how to insert wifi scan data into sql table Pin
Richard Deeming13-Feb-15 2:39
mveRichard Deeming13-Feb-15 2:39 

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.