what kind of questions (.net)to expect in a telephonic
interview.This is the first time i will be facing a tele
interview .Any inputs regarding this??
Answer Posted / kishore anumala
You just need to concentrate more on OOPS concepts.
And also poject knowledge if any you have worked before.
The questions will be like :
When you will use Abstract Classes and when you will use
interfaces? Explain with some examples.
So need to be bit trickey....
| Is This Answer Correct ? | 32 Yes | 1 No |
Post New Answer View All Answers
What is the real use of interface in c#?
Is double a decimal?
What is difference between dynamic and var in c#?
What is the difference between the debug class and trace class? Documentation looks the same.
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
How many static constructors are allowed in a class?
What does m mean in decimal c#?
How would you describe encapsulation in c#?
What is parallel programming in c#?
What is an iqueryable in c#?
Can a dictionary have the same key?
What are Types of assemblies that can be created in dotnet
Which is better python or c#?
What can be done with c#?
How do you pass reference parameters in c#?