How does vb.net achieve polymorphism?
what r the properties should be given to set method?
What are the advantages of an assembly?
Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.
How a base class method is hidden?
Define serialization in .net?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
sql satement for 2nd maximum value
Which classes a dll can contain?
Tell me which namespace are used for accessing the data?
What do you understand by vb.net?
How do you use two datareaders at the same time in a vb.net windows application ?
Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.