Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
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)
What are the key elements of the ribbon?
How do you declare static variable? What is its lifetime?
What are the components of ms excel?
What is microsoft outlook used for?
What are the navigation ways between pages available in ASP.NET?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What is the formula to calculate density?
Why is my left formula not working in excel?
How do I insert a list of figures in word?
What is the most efficient font?
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 do you combine a first and last name in excel?
How do I make a 5x7 document in word?
What do you mean by splitting cells?
What are console applications used for?