Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
No Answer is Posted For this Question
Be the First to Post Answer
What is type casting. Explain it with reference to classes.
2 Answers HCL, JPMorgan Chase,
What is the difference between // comments, /* */ comments and /// comments?
what is the difference between int and Int32?
What is the difference between delegates and events in c#?
What is the difference between C# 3.5 and C# 4.0?
Explain how do I convert a string to an int in c#?
If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What are types of constructor?
What?s the implicit name of the parameter that gets passed into the class? set method?
What is data adapter in c#?
How does dependency injection work c#?