What is the implicit name of the parameter that gets passed into the set method/property of a class?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the 3 types of properties in c# with an example?
Are attributes inherited c#?
Does constructor return any value in c#?
What is an array? Give the syntax for a single and multi-dimensional array?
What is Partial class? What purpose we use it?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Can a class have static constructor?
How can we set class to be inherited, but prevent the method from being over-ridden?
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...
Does c# support templates?
What happens if a static constructor throws an exception?
What is a delegate, why should you use it and how do you call it ?