how to return morethan one value using out parameter in c#.net ;
For Example : public int show(out int []a)
{
int []a={1,2,3,4,5};
return a[];
}
we have to print all the values without using the
Console.WriteLine statement;
Can we inherit abstract class in c#?
why c# is pronounced as C-sharp instead of pronouncing it as C-hash? is there any technical reason behind it?
What is args c#?
Why do we overload constructors?
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?
How can you prevent classes to be inherited?
Explain ACID rule of thumb for transactions.
What is the use of inheritance in c#?
What is a lambda expression in c#?
Are there constructors in c sharp?
What is assembly c#?
What is a variable in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)