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

Un-Answered Questions { C Sharp }

Can a static class contain non static members?

988


Explain the 3 types of properties in c# with an example?

1064


How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?

1066


Is it true that all c# types derive from a common base class?

1086


Can derived classes have greater accessibility than their base types?

934


What's the difference between the debug class and trace class? Documentation looks the same.

1083


If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.

1009


What is a virtual property. Give an example?

936


What's the implicit name of the parameter that gets passed into the set method/property of a class?

994


What are the fundamental differences between value types and reference types?

1062


Can destructors have access modifiers?

954


If you define a user defined data type by using the class keyword, is it a value type or reference type?

879


Can you use all access modifiers for all types?

965


How do I enforce const correctness in c#?

935


Is unboxing an implicit conversion?

1022