What is poco c#?


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

Post New Answer

More C Sharp Interview Questions

Why do we need a singleton class?

0 Answers  


Is php easier than c#?

0 Answers  


Can a struct inherit from an interface in c#?

0 Answers  


How do you inherit from a class in C#?

1 Answers  


What is the compiler of c#?

0 Answers  






In .NET how can you solve the DLL Hell problem?

0 Answers   Siebel,


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


Why do we need structs in c#?

0 Answers  


Is lazy thread safe c#?

0 Answers  


What is orm in c#?

0 Answers  


Valuetype/reference type?

6 Answers   Microsoft,


How to implement delegates in c#.net

0 Answers  


Categories