c#

Showing 81 - 100 of 122 results
When you created a new Windows Phone App , you would have noticed the following in the MainPage.XAML’s PhoneApplicationPage  element ....
When a new Windows Phone project is created , the Visual Studio creates the App.xaml file along with the App.xaml.cs...
Sometimes , it may be necessary for the C# developers to loop through or iterate over all the Enum Values...
To pass an argument by reference in C# , we use the keyword ref . There is also another keyword...
The Namespace in C# has the following advantages It lets the developers to organise their code / classes Provides a...
The version number for a .NET Application (c#) will generally contains the following Major version Minor version Build number Revision...
If you require to compute exponential values like finding the square of the number etc , the Math.Pow method in...
If you have got an array of integers and you want to multiple the values inside the array and display...
Today , I was required to order a list of records based on a Name and then ID . A...
You can use the “Search Task” Launcher to launch the web serach App and perform search of the keyword ....
TIOBE Programming Community Index for November is out and interestingly , TIOBE will be announcing the Language of the year...
Airplane mode is a feature in Windows Phone that lets the user to easily turn off the cellular , Wi-Fi...
If you are a Developer and have an task to change or view the Wifi Settings via some user interaction...
In C# , One can sort the List of Objects using Lambdas easily . Until now , i found the...
This is my third post of the series of the Number Converter for Windows Phone 7 sourcecode. In my previous...
Google has released its Google API’s Client Library for .NET Beta SDK which is now which is now available for...
  • .NET
  • September 4, 2011
This is my second post of the series of the Number Converter for Windows Phone 7 sourcecode . In my...
Sometimes , the windows phone developers might be required to select the photo or image from the Windows Phone Media...
In this blog post and in the upcoming blog posts, i will share the source code of my small App...
I came across the requirement to use the “IN” equivalent of LINQ when using Entity Framework . I am sure...

Categories

Archives