What is the difference between Hash Table and Arrays?
Answer Posted / debjit
Has table is seriliazed but Array list is not
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
What is global namespace in c#?
What is tochararray in c#?
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 difference between assembly and namespace?
What is ado net in c#?
What is the difference between add and addrange in c#?
What are types in c#?
Can the accessibility of a type member be greater than the accessibility of its containing type?
How many types of constructors are available in c#?
What is iqueryable in linq?
Can extension methods access private members?
Is list a collection c#?
Can mvc be used for desktop applications?
Explain the difference between the system.array.copyto() and system.array.clone()?
Why we use extension methods in c#?