Category: C#

How to Perform Inner Join using LINQ in C# ?

Are you looking for the syntax on how to perform inner join using LINQ in C# ? . Below is a sample code snippet that demonstrates how to do it. How to Perform Inner Join using LINQ in C# ? Assume that the 2 objects that needs to be joined are Employee and EmployeeLeave as shown below. The employees and the leaves list contains the…

C# Compiler Error – CS8348 cannot use a member of result of ‘{0}’ i

In this blog post, you’ll learn more about the C# Compiler Error – CS8348 and the related message description C# Compiler Error Code CS8348 C# Compiler Description for the Code :CS8348 Cannot use a member of result of ‘{0}’ in this context because it may expose variables referenced by parameter ‘{1}’ outside of their declaration scope

How to Iterate Enum in C# ?

The Enum values can be iterated using the Enum.GetValues method. How to Iterate Enum in C# ? Below is a sample sourecode that demonstrates How to Iterate Enum in C# (Winforms)?

Windows Phone Tutorials

The Windows Phone tutorials section in Abundantcode.com will help the developers to know about Windows Phone development and get started with the App development. The Windows Phone tutorials section will include step by step tutorials, How to, tips, tricks etc. on the Windows Phone App development. These Windows Phone tutorials will be useful for anyone who are new or experienced Windows Phone developers.