What is querystring in c#?
No Answer is Posted For this Question
Be the First to Post Answer
Is namespace a class?
Which program construct must return a value?
I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.
Why is .net so popular?
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...
how to implement a web service in .net
What is the meaning of int parse in c#?
What is collection of classes in c#?
What are the applications of c#?
What is the interface in c#?
what are value types and reference types? where they are stored?
What is default parameter in c#?