What is the purpose of constructor in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is an array? Give the syntax for a single and multi-dimensional array?
What are types of constructor?
What does assert() do?
what is boxing and unboxing?can we initialize unboxing directly?
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; } }
How can you sort the elements of the array in descending order?
Why do we need interfaces?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
Explain About stateless and state full web service
i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?
how many catch we can write in thye program?
Why do we need a finally block in try catch block while handling exceptions
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)