What is console programming language?
How?s the DLL Hell problem solved in .NET?
what is Encapsulation?
How do you concatenate in c#?
Can you prevent a class from overriding?
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 inheritance c#?
How do I declare a pure virtual function in c#?
How can you reference current thread of the method ?
Enlist some of the properties of a thread class?
What is a satellite assembly in c#?
f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.
What framework is used for performance testing/load testing?