Answer Posted / shirshak
Both of you are correct. Don't fight like two cats for a
chapati or a monkey will take away your chapati
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a struct in C#?
Is an interface a type c#?
How does yield return work c#?
Can constructor be private c#?
Which attribute is used in order that the method can be used as webservice?
Explain how to implement an object pool in c#.net
Is list immutable in c#?
What is the use of private constructor in c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is the difference between ienumerable and enumerator?
What is a trace and asset? Explain some differences?
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 an assembly qualified name? Is it a filename? How is it different?
What is the difference between an integer and int?
Does c# have its own class library?