Explain About DTS package
What is meaning of type safety in c#?
Which of the following API is used to hide a window?
what is a destructor?
Why is it a bad idea to throw your own exceptions?
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 are mutable and immutable types in c#?
What are nullable types? Is Nullable<int> I and int ?i are same.
How can you prevent escaping on backslashes in C# with string definitions?
What is the namespace for the thread class?
How can an inner class access the members of outer class?
What are managed providers?
How can you prevent classes to be inherited?