What is sorted list in c#?
When should we use delegates in c#?
What is transparent caching with aop ?
Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar
What is interface inheritance in c#?
What is a interface in c#?
Does c# support const methods, properties, or events?
Which is faster list or dictionary in c#?
What is the difference between array and list in c#?
What is constants in c#?
What's your approach to fetch static data in your windows form application?
What is args c#?
What is the signature of a method?