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

Post New Answer

More C Sharp Interview Questions

What is type casting. Explain it with reference to classes.

2 Answers   HCL, JPMorgan Chase,


What is the difference between // comments, /* */ comments and /// comments?

0 Answers  


what is the difference between int and Int32?

5 Answers   TCS,


What is the difference between delegates and events in c#?

0 Answers  


What is the difference between C# 3.5 and C# 4.0?

0 Answers  






Explain how do I convert a string to an int in c#?

0 Answers  


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

3 Answers  


Is it possible to have different access modifiers on the get/set methods of a property in c#?

0 Answers  


What are types of constructor?

0 Answers  


What?s the implicit name of the parameter that gets passed into the class? set method?

3 Answers   Visual Soft,


What is data adapter in c#?

0 Answers  


How does dependency injection work c#?

0 Answers  


Categories