Showing 41 - 60 of 122 results
Ever wondered what is Flags attribute in C#? . Hereโ€™s the post that explains with an example on what is...
The Windows Phone SDK provides the MediaPlayerLauncher which allows the developers to play video or music in the WP7 App...
When working in ADO.NET for data access , there are times when you want to check to see if a...
In one of my previous post , i wrote about how one can send SMS in Windows Phone 7ย  using...
Saving a Email Address is as similar as that of Saving a Phone Number in Windows Phone 7. If you...
You can use the โ€œSearch Taskโ€ Launcher to launch the web serach App and perform search of the keyword ....
When you created a new Windows Phone App , you would have noticed the following in the MainPage.XAMLโ€™sย PhoneApplicationPageย  element ....
If you are a c# Windows Application Developer and searching on the Textbox properties to set the password character in...
Does the LINQ(Language Integrated Query) have the LIKE operator like the one we have in the SQL Server or any...
Do you have a requirement where you would need to count the number of words in a string in C#...
Windows Mobile is a platform for running applications on mobile devices built on top of WINCE 5.0 . There are...
How to Log off from Windows programmatically using C# ? Below is a simple program that lets you to Log...
The LINQ (Language Integrated Query) has the extension methods SingleOrDefault and FirstOrDefault . What is the difference between SingleOrDefault and...
Within a for loop or a while loop in C# , you can use break or continue keyword . What...
There are times when you want to combine 2 website Urls together say with the subdomain . For example ,...
The Windows Phone 8 SDK provides an easier way to identify the IP address of the phone from the Windows...
When you want to use the Sort method of the List<T> (without parameters) , you should be implementing the IComparable<T>...
The Local Type Inference is also called as Implicitly Types Local Variables in C# and is an easy way to...
I came across the requirement to use the โ€œINโ€ equivalent of LINQ when using Entity Framework . I am sure...
Sometimes , it may be necessary for the C# developers to loop through or iterate over all the Enum Values...