c#

Showing 61 - 80 of 122 results
The LINQ (Language Integrated Query) has the extension methods SingleOrDefault and FirstOrDefault . What is the difference between SingleOrDefault and...
Are you using LINQ in C# and requite to remove all objects matching the condition from a List ? Read...
Recently , I had received an query from one of my blog readers asking the question related to SQL and...
Does the LINQ(Language Integrated Query) have the LIKE operator like the one we have in the SQL Server or any...
In one of my previous blog post , I wrote about How to retrieve the Screen Resolution of Windows Phone...
If you are a C# developer and work with collections as well as LINQ/Entity Framework , you would have come...
Here’s a simple tip that lets you retrieve the Screen Resolution of Windows Phone 8 using C# . You can...
The orderby keyword can be used in LINQ to retrieve the ordered list of records based on the specified field....
In C# , when you are using an Auto-Implemented Properties , you can use the constructor of the class to...
The developers can make use of the MarketplaceSearchTask to search the Windows Phone Marketplace for a specific search keywords. Not...
There might be scenarios where the developers might want to provide an option for the users to review the current...
The DebuggerDisplay is useful to quickly view the customized output of a class which in turn can display more meangful...
The Merge() method of the datatable is used to Merge a datatable (second datatable) and stores the result to the...
In my previous blog post , i explained How to retreive the Battery Level programatically in Windows Phone 8 ?...
This is a really simple one . Below is a simple example of an enum called “Designation” defined with the...
In one of my previous posts , i explained about the following How to search for a Location on Bing...
The GeoCoordinateWatcher class lets you to get the Geo Coordinates in Windows Phone . It is part of the Location...
How to Log off from Windows programmatically using C# ? Below is a simple program that lets you to Log...
The Navigation to different pages in Windows Phone is handled with the NavigationService Property defined in the PhoneApplicationPage class. To...
If you are using a WebBrowser Control in your Windows Phone and want to retreive the page title of the...

Categories

Archives