what is an exception in .net?
i want o/p 011242110 in c# code.
What is a Jagged Array in C#?
what is the purpose of interface in c#.net
Can an interface extend a class c#?
What is dependency injection in simple words?
How Global.asax is used ?
What are strings in c#?
What is the use of convert toint32 in c#?
What is an extension method in c#?
What is the use of giving more than one CATCH BLOCK in one TRY block? Directly we can give that catch(Exception e)?Why we go for arrayoutofbound Exception,divided by zero etc..? Explain
What is a lambda expression in c#?
Why do we need a finally block in try catch block while handling exceptions