Home / Archive: July 2008

| RSS

LINQ To SQL Tutorial

Introduction
With .NET Framework 3.5 Microsoft released Language Integrated Query aka LINQ. LINQ enables developers to query data sources using a query like syntax with both C# and VB.NET. These data sources can be collections, SQL Server databases, XML, DataSets etc. Other than what is supplied by Microsoft, LINQ is also extensible. This means that you [...]

[ More ] July 31st, 2008 | 80 Comments | Posted in Programming |

Starting One .NET Way

I have been thinking about splitting my blogging adventures between personal and technical for some time. Due to legitimate reasons such as procrastination I have held back. Finally the day has come when the sun is shining, birds are chirping and most importantly domain of choice is available. Hence a journey starts.
I am planning to [...]

[ More ] July 31st, 2008 | 2 Comments | Posted in News |