Post New Answer View All Answers
What is difference between .net and c#?
How do you specify a custom attribute for the entire assembly?
What is the base class from which all value types are derived?
Define mutex in C#?
How much time will it take to learn unity?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
To create a localized application which namespaces are necessary?
Explain boxing and unboxing in c#?
Is there hashmap in c#?
Write a program in C# for checking a given number is PRIME or not.
What happens if the inherited interfaces have conflicting method names?
What is use of abstract class in c#?
State two different types of access modifiers.
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
what are windows services?