What is dependency injection in simple words?
What are the ways to deploy an assembly?
Is php better than c#?
Why do we use interface in c#?
Why c# is called c sharp?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
Write the sample code for threading in c# .net..
class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....
What is use of FormBoarderStyle Propertie
What is concrete class in c#?
Is null empty or whitespace c#?
Is array reference type / value type ?
6 Answers Accenture, BirlaSoft,
What is getenumerator?