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

Explain the types of assemblies in .net?

923

Define a manifest in .net?

978

List the difference between interface and abstract class?

831

What is the implicit name and type of the parameter that gets passed into the class set method?

841

What is threading in c# with example?

878

Is c and c# the same?

874

Is c# easier than c++?

880

Is java better than c#?

890

What is c# used for?

995

Is c# an open source?

885

Can a class be protected in c#?

872

Can we inherit a class with private constructor in c#?

1020

Can we inherit singleton class in c#?

842

Is c# pass by reference?

855

What is difference between private and protected in c#?

915


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

What is dependency injection in simple words?

882


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

4276


What is deadlock in c#?

887


If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?

978


What is sqlcommand in c#?

866


Why do we use static class in c#?

879


How do generics work in c#?

874


Is php better than c#?

890


How do I get deterministic finalization in c#?

1024


What is the purpose of a namespace?

831


What is escape sequence in c#?

970


What is ienumerable <> in c#?

857


What does static mean in c sharp?

1012


Which of the following operations can you not perform on an ado.net dataset?

941


How do you serialize an object?

995