Showing 81 - 100 of 122 results
This is my third post of the series of the Number Converter for Windows Phone 7 sourcecode. In my previous...
There are times when you might want to split a string to array of strings based on delimiter in C#....
The WebBrowserTask allows an Windows Phone 7 App to launch the web browser. This class is defined in Microsoft.Phone.Tasks namespace...
Sometimes you may want to create an temporary file . Instead of manipulating the userโ€™s temporary directory and then manually...
This is one of the most commonly faced errors by the C# developers when they are working with the runtime...
The .NET Framework provides the format strings like โ€œDโ€ and โ€œXโ€ which can be easily used by the developers to...
To pass an argument by reference in C# , we use the keyword ref . There is also another keyword...
The developers can make use of the SMSComposeTask launcher to send the SMS in Windows Phone 7. How to send...
When developing an application using C# , one would have noticed the usage of String and string class . In...
The Navigation to different pages in Windows Phone is handled with the NavigationService Property defined in the PhoneApplicationPage class. To...
Yesterday , Novell had released Mono for Android which is one of the first solution for developing Microsoftโ€™s .NET Application...
  • .NET
  • November 11, 2024
I had the privilege of working on some of the interesting languages like Delphi, Oxygene, C# etc. All the languages...
Face.com provides an face recognition API that offers the developers and publishers to automatically detect and recognise faces in photos...
The DebuggerDisplay is useful to quickly view the customized output of a class which in turn can display more meangful...
Below is a simple example demonstrating the usage of the Anonymous Delegate which is assigned to the Fun class. The...
Few days back , Userware software company has released a new free extension for Visual Studio that allowed the developers...
When using finally block in C# , it is guaranteed that it will run after the try catch block is...
If you are looking for a code snippet to convert byte array to string in C#. Below is a sample...
If you need to reverse the values of an array , you could use the Reverse extension method. How to...
In one of my previous posts , i explained about the following How to search for a Location on Bing...