What is console readkey in vb net?
Which is better interface or abstract class in c#?
What is thread safe in c#?
When was c# created?
Which is better javascript or c#?
What is the difference between a function and a method?
What is the difference between dictionary and hashtable in c#?
What is default constructor in c#?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Is c# queue thread safe?
Define parsing? Explain how to parse a datetime string?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
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 overriding of a function possible in the same class?
What is args c#?