AspAlliance.com - Sandesh Meda http://aspalliance.com/author.aspx?uId=59861 AspAlliance articles by Sandesh Meda Sorting an Array of Custom Objects in C# In this article Sandesh discusses the different ways of sorting an array of custom objects in C# using the IComparable and IComparer interfaces. Examples are provided on the simple case of sorting an array of built in data types and extends the example to custom objects. He demonstrates the concepts with the help of code samples along with relevant analysis for each one of them. http://aspalliance.com/1677_Sorting_an_Array_of_Custom_Objects_in_C Sandesh Meda Wed, 23 Jul 2008 00:00:00 GMT Using XSLT to Transform XML Using ASP.NET This article gives a brief introduction on XML, XSLT and provides a step-by-step procedure on how XML can be transformed using ASP.NET with the help of code samples in C#. http://aspalliance.com/1479_Using_XSLT_to_Transform_XML_Using_ASPNET Sandesh Meda Fri, 02 Nov 2007 00:00:00 GMT Event Logging in a .NET Web Service This article describes the logging mechanism in a .NET web service. It demonstrates how to write to the Event log from a .NET Web Service and explains how to resolve security issues related to event logging. http://aspalliance.com/987_Event_Logging_in_a_NET_Web_Service Sandesh Meda Mon, 28 Aug 2006 00:00:00 GMT