What are the advantages of using partial classes?
Are private class-level variables inherited?
5 Answers HCL, Siebel Systems, Visual Soft,
directcast(123.34,integer) - should it throw an error? Why or why not?
What is sorting in c#?
If a class is having 4 variables namely type double,type integer,type string,type decimal. If we create an instance of that class those variables which gets into this instance are value types or reference types?
Describe ado.net?
What does || mean in programming?
What is string literal in c#?
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
In .NET which is the smallest unit of execution?
List the 5 different access modifiers in c#?
Can constructor be protected in c#?
What does string intern do?