What is a view? What is the use of it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is c# console application?

0 Answers  


What is a property 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  


Explain the difference between pass by value and pass by reference.

0 Answers   TCS,


Can a struct inherit from another struct or class in c#?

0 Answers  






How many bits is int32?

0 Answers  


What is byte c#?

0 Answers  


Differentiate between static class and singleton instance?

0 Answers  


What are predicates in c#?

0 Answers  


What are the security issues if we send a query from the application?

1 Answers   Microsoft,


Which is better javascript or c#?

0 Answers  


How can you sort strings in array that are passed to method as arguments?

0 Answers  


Categories