what is collections and
what is generics
Answer Posted / osheen
COLLECTION:
Collection are used for grouping related objects that
allows us to iterate over those objects.
Generics:
Generic means make objects generalise.Generic types are the
types that take other type name to define their own type.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
What is the difference between int.parse and int.tryparse methods?
What is literal in c#?
What is yield c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is inheritance in csharp?
What is a generic method?
What is parsing?
Why do we need escape characters?
Why do we need generics?
What are the types of comments in c#?
What is difference between yielding and sleeping?
Explain about multithreading?
Explain dataset.acceptchanges method in .net?
Can structs in c# have destructors?