What is difference between .net and c#?
What are the different types of classes in c#?
How Is The Dll Hell Problem Solved In .net?
What is a concrete class in c#?
What do you mean by delegates and explain different types of delegates?
What are the fundamental differences between value types and reference types?
Explain the concepts of cts and cls(common language specification).
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
Which class does the remote object has to inherit?
what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??
Why singleton is sealed?
What is null character in string?
What is the difference between virtual and override in c#?