What is poco c#?



What is poco c#?..

Answer / Tirgun Kumar

POCO (Plain Old CLR Object) is a class in C# that does not inherit from any specific .NET framework classes and has no special attributes. It's designed to be lightweight, simple, and easily serialized or deserialized using data binding technologies like Entity Framework.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a delegate how is it type safe?

1 Answers  


What are tuples c#?

1 Answers  


What is stack and heap?

7 Answers   Wipro,


What is the real use of interface in c#?

1 Answers  


Why generics are used in c#?

1 Answers  


What language is arduino?

1 Answers  


Is xml tags are case sensitive?

1 Answers  


Does the variables of a private class-level inherited?

1 Answers   Siebel,


What is iqueryable in linq?

1 Answers  


What is the default value of date?

1 Answers  


What is the use of 'as' Keyword in C# ?

1 Answers   HCL,


what is accessspecifier and explation each with example?

3 Answers  


Categories