Browse by Tags

All Tags » .NET (RSS)

Microsoft – The Amman Open Door, December 15-16 at Sheraton Hotel. by Yousef_Jadallah

It’s the biggest event for Microsoft in Jordan for this year.Do not miss the chance.   For registration kindly find this link: http://www.microsoft.com/middleeast/jordan/opendoor

Using Array.BinarySearch Generic Method with Custom Objects by Yousef_Jadallah

Hello, In this topic I will illustrate how to use BinarySearch Method with custom Objects, and this includes how to sort an array or collection of custom objects . In fact with Dot Net we can use built-in binary search algorithm to Search an entire one...
Filed under: , , ,

Default Parameter in .NET 4(C#) by Yousef_Jadallah

During my using for the new release .NET 4, I notice that C# support default (Optional) Parameters, after thousands of complains form C# programmer- especially it was supported by VB.NET- now it's available. Let's create Test function with Optional Parameter...
Filed under: ,
More Posts