In a stored procedure 4 select stmts there.If error comes in one select stmt will remaining normally executes?
7 12742If u declare two interfaces withsame methodnmae .prototype how can u call the particular method from class?
4 7945
Is enum a class c#?
What is yield keyword?
What is the difference between add and addrange in c#?
Can interface have virtual methods in c#?
What is protected internal modifier in C#?
What is class sortedlist underneath?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
How do namespaces work?
What does string intern do?
How do you prevent a class from being inherited in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What is the meaning of console writeline in c#?
Why is it not a good idea to use empty destructors?
Illustrate the process of code compilation in c#?
What is difference between property and variable in c#?