Are structs value types or reference types?
In all methods of an interface should be derived?
what is the purpose of interface in c#.net
What are the namespace level elements?
Can we have multiple threads in one app domain?
What is the difference between icomparer and icomparable in c#?
What is local function?
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 the difference between ref & out parameters?
What is the diff between System.String and System.Text.StringBuilder classes?
What are the benefits of using generics in c#?
How to throw an caught exception from cath block?
What does immutable mean in c#?