Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Sharp Interview Questions
Questions Answers Views Company eMail

Is enum a value type c#?

1052

What is byte c#?

845

Is array reference type in c#?

890

What does .length do in c#?

940

What is the default value of string in c#?

1011

What are data types with examples?

985

How do I format a string in c#?

853

Which is faster hashtable or dictionary?

977

What is an enumerator in c#?

972

Is a decimal an integer?

876

What is deferred execution?

895

How many static constructors are allowed in a class?

951

What is string pool in c#?

1005

Is and as in c#?

985

What is difference between abstract class and interface in c#?

952


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

Name some properties of thread class.

1007


What is namespace c#?

927


Explain copy constructor?

1152


What is the difference between CreateObject() and GetObject()?

1123


What is the difference between func and action delegate?

946


Why static variables are used?

1028


write a c# program add two matrix with input number ?

962


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; } }

4360


What does dbml stand for?

1027


What operators can be used to cast from one reference type to another without the risk of throwing an exception?

907


Which are the loop types available in c#?

952


What are the advantages of using assemble language programming?

943


Is it possible to have a static indexer in c#? Allowed in c#.

951


What is string interpolation in c#?

965


Explain the mechanism of VB.NET/C# achieve polymorphism?

1004