Jump Starting LINQ

I'll be dedicating two weeks to study LINQ using C# and VS 2008, I'll be using the book titled "LINQ Quickly, A Practical Guide to Programming Language Integrated Query with C#" by N. Satheesh Kumar. I'll be discussing each chapter of the book and cite some of my own examples.

Just to give you an overview of what I'm currently engaged in, I'm doing this web development project using ASP.Net and C#, it's an Inventory and Sales System for an importer and assembler of MAN buses here in the Philippines. Our team is composed of three developers including myself and a PM, the duration of the project is within six months period.


Comments

Popular posts from this blog

Serializing JSON string to ExpandoObject

XML to ExpandoObject using Recursion in C#

Automatically Discover and Assign Parameter with Values to a Stored Procedure Call in C#