What is the difference between ref & out parameters in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is the Difference between imperative and interrogative code?
what are pointer types in c#
int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?
How to generate strong name key file or which command is used to generated strong name key file?
What does assert() do?
what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer
Can structs in c# have destructors?
Can extension methods access private members?
For methods inside the interface why can’t you specify the accessibility modifier?
What is an argument in c#?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
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)