Explain what is an interface in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is primitive types in c#?
Can you declare the override method static while the original method is non-static?
what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }
without modifying source code if we compile again, will it be generated MSIL again?
What is a virtual property. Give an example?
What is the difference between list and ilist in c#?
What is the difference between read and readline in c#?
What does console readline do?
What are the types of assembly available
can we throw execption from catchblock
What is a private method in c#?
Can you create partial delegates and enumerations?
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)