HomeCSharpPage 48

CSharp

Showing 941 - 960 of 961 results
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...
This is my fouth and last post of the series of the Number Converter for Windows Phone 7 sourcecode ....
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...
This is my second post of the series of the Number Converter for Windows Phone 7 sourcecode . In my...
I came across the requirement to use the “IN” equivalent of LINQ when using Entity Framework . I am sure...
Face.com provides an face recognition API that offers the developers and publishers to automatically detect and recognise faces in photos...
This blog post will explain in simple steps how to the list of files within a directory using C#. Here’s a simple...
The SqlConnectionStringBuilder was introduced in .NET 2.0 that is used to build the database connection string specific for the SQL Server. The MSDN defines it as “Provides...
Here’s a small tip on using the string class better in C# to fill a string with specified repeated characters. You can...
This blog post will explain what is a BigInteger and why we need it in C#. When talking to one...
This post will explain what is the difference between string and String in C#. How do you create a string...
This post will explain what exactly is Implicit Method Group Conversion and how to use them in your C# application....
I use .First() method in some of the Entity Framework LINQ queries to return only one record . This works...
I was forced to explore something interesting when i was playing around with the Entity Framework and executing the below...
Thanks to one of My friend (Anil pai) , who asked me a question on how to convert a string...
Does your Visual Studio 2010 run slow ??? Here's David Berg , in his Developer Division Performance Engineering blog explains...
I was searching for an Visual Studio extension which can theme the Visual Studio 2010 IDE , and found this...

Categories

Archives