8/1/10 - 9/1/10

CASE Statement Equivalent in LINQ

In this post, I am going to show you how to apply Left outer join in Linq to SQL. Imagine that we want to apply left outer join in Produ...

santosh 29 Aug, 2010

Linq and Sql "where in" Operator

This post will show you how to generate the  " where in " clause in Linq to SQL. Imagine that we want to select rows from the ...

santosh 29 Aug, 2010

How to use JQuery fullcalender in asp.net

This snippet will show how how to use Jquery full calendar in asp.net Open Microsoft Visual Studio. NET. In Visual C# .NET, create a ne...

santosh 27 Aug, 2010

Linq and Reflection

This snippet will show how LINQ can be used with reflection to retrieve specific metadata about the type that match a specified search c...

santosh 25 Aug, 2010

How to extract number from string using Linq

Imagine you have a s tring("ABCDE99F-J74-12-89A") and,  you want to extract the only number from the string. This snippet will s...

santosh 25 Aug, 2010

How to apply Left Outer join in Linq to Sql

Applying Left Outer Join in LINQ to SQL In this post, I will demonstrate how to apply a left outer join in LINQ to SQL using the example o...

santosh 25 Aug, 2010

How to use flag Enum in c#-asp.net

Imagine we have a User class, and one of the user properties is Permission. The Permission enum can be defined as follows: enum Permis...

santosh 7 Aug, 2010