How do I do implement a assert?
What is the difference between hashtable and dictionary?
How do you inherit from a class in C#?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is the function of the not null constraint?
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
What is difference between dictionary and list in c#?
Does c# support multilevel inheritance?
Define satellite assembly in c#?
i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What is array and arraylist?
What are the collection types can be used in c#?