Write a syntax for writing a event delegate.
What is the real use of interface in c#?
Explain about Threading Types.
What is difference between sleep () and wait ()?
What is Dispose method in .NET ?
9 Answers 247Customer, KAP, TCS,
Does main have to be static c#?
In a single .NET DLL how many classes it contains?
If a method's return type is void, can you use a return keyword in the method?
What is session c#?
if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define
Why can?t you specify the accessibility modifier for methods inside the interface?
What is the difference between String s(Small s) and String S(Capital S)?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.