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...


What is difference between property and variable in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


without modifying source code if we compile again, will it be generated MSIL again?

0 Answers  


How do I run managed code in a process?

0 Answers  


Explain about Serialize and MarshalByRef?

0 Answers  


What is difference between ienumerable and iqueryable in c#?

0 Answers  


What is array and types of array in c#?

0 Answers  


Differentiate between copy and default constructor.

0 Answers   TCS,


syntax for writing private method in a interface

7 Answers   ABMPL, Wipro,


What is the use of main method in c#?

0 Answers  


What is predicate builder?

0 Answers  


Why do we use polymorphism in c#?

0 Answers  


Where do I put dll files?

0 Answers  


Categories