Data Types in C-sharp

C# language is very rich in terms of Data Type support. I have drawn a simple Drawing on its data types which explains itself. [More]

What is jQuery Object

A jQuery object contains a collection of DOM elements and when filtered using some selectors, this object contains “matched-elements” or “selected elements”. This jQuery object is like a special array on which we can call length method but not join(). [More]