The LINQ Way

In this post, I will be sharing some code snippets to continue emphasizing on the use of LINQ. The code is almost the same which I discussed in Emerging .NET Devs UG Meeting in Oct β€˜09. Let’s see a comparison of doing similar task with typical way and the LINQ Read more…

I will be speaking on LINQ

Hello, I’m excited to share with you all that finally, after couple of months, I will be speaking on LINQ at the Emerging .NET Devs – October Monthly meeting on 17th Oct at Microsoft Innovation Center. We will talk on some of the challenges developers were facing before LINQ and Read more…

LINQ To XML

In my earlier post on LINQ, we saw an example of LINQ to Objects. In this post we will see LINQ to XML example. LINQ to XML was the real reason why i attracted towards LINQ. I’m pretty excited to see what LINQ provides as compare to the old techniques. Read more…

Hello LINQ

In Microsoft Pakistan Developers Conference (PDC) 2007, I attended a sessions on Language Integrated Query (LINQ) but until recent I didn’t utilize it seriously. But recently I go through some videos on LINQ at MSDN. I was impressed at all πŸ™‚ LINQ is used to query data from objects. There Read more…