What is dbml file in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is instantiating a class?
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...
Define delegation in .net?
Why do we need private constructor in c#?
How are delegates chosen?
What does out mean in c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What do you mean by winforms in c#?
How does a while loop work?
What is ildasm.exe used for?
What is the difference between String s(Small s) and String S(Capital S)?
What is list collection in c#?