What is the diff between System.String and System.Text.StringBuilder classes?
What are the advantages of clr procedure over t-sql procedure?
What is the use of thread join 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
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What are functions in c#?
What are methods in C#?
what does static void Main(string[] args) in C# mean????????
What is c# most used for?
What is CASPOL?
Explain inheritance in c#?
Where do I put dll files?
What is the use of return in c#?