Showing 61 - 80 of 122 results
If you are a C# developer and work with collections as well as LINQ/Entity Framework , you would have come...
This is my second post of the series of the Number Converter for Windows Phone 7 sourcecode . In my...
The developers can make use of the MarketplaceSearchTask to search the Windows Phone Marketplace for a specific search keywords. Not...
Google has released its Google APIโ€™s Client Library for .NET Beta SDK which is now which is now available for...
  • .NET
  • November 18, 2024
If we need to use an identifier that has the same name of the keyword in C#, you can do...
This post will explain what is the difference between string and String in C#. How do you create a string...
When a new Windows Phone project is created , the Visual Studio creates the App.xaml file along with the App.xaml.cs...
Introduction This program in C# developed using .NET Framework 4.5 and Visual Studio 2013 will demonstrate how to get theย input...
In this blog post and in the upcoming blog posts, i will share the source code of my small App...
The code snippet shown in this blog post demonstrates how you can get the enumeraor from a range of elements...
There might be scenarios where the developers might want to provide an option for the users to review the current...
The Merge() method of the datatable is used to Merge a datatable (second datatable) and stores the result to the...
If you are looking forward to find the reverse of a number in C# , below is a sample source...
Most of the developers would have come across Any() and Count() when using LINQ in C# . What is difference...
Do you want to know if an integer is a power of 2 in C# ? . Below is a...
If you need to send emails via SMTP programmatically using C# , you can use the the SmtpClient class that...
Recently , I had received an query from one of my blog readers asking the question related to SQL and...
When using the automatically implemented properties in C#, we cannot have the property with just a get. When attempting to...
Sometimes , the windows phone developers might be required to select the photo or image from the Windows Phone Media...
There was few of My Friends speaking about .NET not being a Free or Open Source Software, as a result...
  • .NET
  • November 13, 2024