Saturday, April 16, 2011

How can you sort the elements of the array in descending order?

By calling Sort() and then Reverse() methods.

No comments:

Post a Comment

Explain the different parts that constitute ASP.NET application.

Content, program logic and configuration file constitute an ASP.NET application. Content files Content files include static text, images ...