
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 lef…

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 lef…
This post will show you how to generate the " where in " clause in Linq to SQL. Imagine that we want to …
This snippet will show how how to use Jquery full calendar in asp.net Open Microsoft Visual Studio. NET. In Visual…
This snippet will show how LINQ can be used with reflection to retrieve specific metadata about the type that match…
Imagine you have a s tring("ABCDE99F-J74-12-89A") and, you want to extract the only number from the string…
Applying Left Outer Join in LINQ to SQL In this post, I will demonstrate how to apply a left outer join in LINQ to SQ…
Imagine we have a User class, and one of the user properties is Permission. The Permission enum can be defined as f…