c#

Showing 41 - 60 of 122 results
Do you want to know if an integer is a power of 2 in C# ? . Below is a...
Do you want to find if the number is odd or even in C# ? , using Bitwise AND operator is...
The .NET Framework provides the format strings like “D” and “X” which can be easily used by the developers to...
If you are looking forward to find the reverse of a number in C# , below is a sample source...
When using finally block in C# , it is guaranteed that it will run after the try catch block is...
The extension methods in C# provides one of the easiest way to add a method to an existing type ....
There are times when you want to prevent overriding a method or property but still want the class be inheritable...
If you are looking for a code snippet to convert byte array to string in C#. Below is a sample...
There are many different ways in which one can declare an array in C# . In this blog post ,...
There are times when you want to know if the location services are turned on/off from your Windows Phone app...
The Windows Phone 8 SDK provides an easier way to identify the IP address of the phone from the Windows...
When using the automatically implemented properties in C#, we cannot have the property with just a get. When attempting to...
There are times when you would have an array of string with only integer values and you may want to...
When using the SQL Query, we could use the IN keyword to find the item something like this SELECT *...
Below is a simple example demonstrating the usage of the Anonymous Delegate which is assigned to the Fun class. The...
I had the privilege of working on some of the interesting languages like Delphi, Oxygene, C# etc. All the languages...
Few months back , I was making an R&D on the possibilities of reading and writing to/from the Excel file...
This article will provide a code snippet and explains how to return Dictionary as result from a LINQ Query in...
Most of the developers would have come across Any() and Count() when using LINQ in C# . What is difference...
Learnt something cool today on how to use Lambda expression and LINQ to concatenate string in C#. Using Lambda Expression...

Categories

Archives