Why do we use static methods in c#?
What is the difference between string and string in c#?
What is the difference between User controls and Custom Controls?
Why do we use generics in c#?
Is c# good for games?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?
what is the difference between arraylist and hash table using a simple program?
3 Answers CGI, Polaris, SunGard,
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.
What is the purpose of constructor in c#?
Can we overload the main method in c#?
What is the difference between “constant” and “readonly” variables in c#?
How to prevent the error while updating ui control from another thread?