How to prevent the error while updating ui control from another thread?
No Answer is Posted For this Question
Be the First to Post Answer
Can property defined in Interface.
What does convert toint32 mean?
how can i display crystal report in button_click? am working with VS2005..........plz help me
Is c# still popular?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
Explain dataadapter.update method in .net?
directcast(123.34,integer) - should it throw an error? Why or why not?
What is the difference between TypeOf and GetType?
Can namespace contain the private class?
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 overloading & overriding
3 Answers Fulcrum Logic, Synergy,
What is data hiding in c#?