Explain the difference between // comments, /* */ comments and /// comments?
What are synchronous and asynchronous operations?
What do you understand by an Implicit Variable?
What is generic and non generic collections in c#?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
Is java better than c#?
How can you reference current thread of the method ?
What is the difference between decimal and integer?
What is the advantage of extension method in c#?
What language do desktop applications use?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
Can you describe iuknown interface in short?
what is difference between is and as operators in c#?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What is difference between an reference type and value type in C#?