Is namespace necessary in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What all details the assembly manifest will contain?
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; } }
What is lazy in c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is type class in c#?
When you inherit a protected class-level variable, who is it available to?
Can you prevent a class from being instantiated?
Can a structure be inherited by a class?
Which is faster list or dictionary in c#?
What is difference between ienumerable and iqueryable in c#?
in a town the percentage of total men is 52. the percentage of total literacy is 48. if total percentage of literate men is 35 of total population. write a program to find out the total no of illiterate men and women.
What is the relationship between a process, application domain, and application?
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)