What is the use of oops in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of ispostback in c#?
windows c# using datagridview in edit form sql server
What does public mean in c#?
What is difference between string and stringbuffer in c#?
Explain nullable types in c#?
List out the differences between array and arraylist in c#?
What is reference c#?
hi In my database i put id column as identity(the database is incremented by it self only)what i want is if i enter a data in my website, id will come automatically can u pl z tell me the code thax in advance
Can we create extension method for interface?
What is a method signature?
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 does dllimport not work for me?