Why we use extension methods in c#?
Can an array be null c#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj
How would you describe encapsulation in c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is verbatim literal in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Which of these statements correctly declares a two-dimensional array in c#?
What is parameters in c#?
How can you sort the elements of the array in descending order?
What is difference between managed and unmanaged code?
0 Answers SwanSoft Technologies,
Write a sample code to write the contents to text file in c#?