What's the c# syntax to catch any possible exception?
Can you declare the override method static while the original method is non-static?
Why multiple inheritance is not possible in c#
Can you inherit multiple abstract classes in c#?
What do u meant by "SBI" of an object?
Explain the difference between a sub and a function in c#.
Which constructor is called first in c#?
i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...
What is constructors, explain with syntax
Why do we need escape characters?
What is a static property. Give an example?
What is generic delegate in c#?
How to find the current application file path while runtime?