what is the difference between c-sharp and vb.net?What kind of security or advances we find in both languages?
3 10308
What is data reader in c#?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
Why c# is called type safe language?
What is lazy loading and eager loading in c#?
What is the difference between firstordefault and singleordefault?
What is the difference between ienumerable and enumerable?
Can the nested class access, the containing class. Give an example?
What is master page in asp net c#?
What is asp net in c#?
What is the boxing and unboxing in c#?
Explain manifest in c#.
When is a class declared as a class abstract?
Which of these string definitions will prevent escaping on backslashes in c#?
Can I define a type that is an alias of another type (like typedef in c++)?
Can an exception be thrown from a catch block?