Answer Posted / guest
you can make a application that would benefit you and your
customer.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between dictionary and hashtable?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Why do we use abstract class in c#?
When do we generally use destructors to release resources?
How can we set the class to be inherited, but prevent the method from being over-ridden?
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.
Is it possible to have a static indexer in c#?
What is the purpose of reserved word using in c#?
What is the use of return in c#?
What are strings in c#?
Can you create an instance of a static class?
What are the string functions in c#?
What is difference between ilist and list?
What is window application in c#?
What is eager and lazy loading in c#?