Is it good to use var in c#?


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

Post New Answer

More C Sharp Interview Questions

Explain the difference between “constant” and “read-only” variables used in c#?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


What is difference between assembly and dll?

0 Answers  


Is overriding of a function possible in the same class?

0 Answers  


what is bubbled event ? give suitable example in code vice with demo

2 Answers  






How does the lifecycle of Windows services differ from Standard EXE?

0 Answers   Siebel Systems,


Is datetime value type c#?

0 Answers  


What is meant by generics in c#?

0 Answers  


How to use reflection to call generic method?

0 Answers  


What are the collection types can be used in c#?

0 Answers  


What is the reason behind the invention of c#?

0 Answers  


Is hashset ordered c#?

0 Answers  


Categories