December 2006 - Posts
RSS 2.0 is popular in the world of BLOGGING. Let’s not discuss about what RSS does but how we can read RSS using XLinq (LINQ for XML). Here I have tried to read the RSS Feed of my BLOG and the URL for the RSS feed is http://blogs.msdn.com/wriju/rss.xml
Read More...
Imagine you have two arrays and you need to join them. Using LINQ it is as simple as mentioned using System; using System.Collections.Generic; using System.Text; using System.Query; using System.Xml.XLinq; using System.Data.DLinq; namespace LINQ_Concat
Read More...
A very interesting interview I found on the net. The discussion on C# and LINQ is in the Page 4 . For full conversation please visit here . Other interviews with Anders Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg C#: Yesterday,
Read More...
The most awaited email system Microsoft Exchange Server 2007 got released today. This email server is with Office 2007 System and Windows Vista. Features like, Ø Unified messaging with voice mail and fax messages. Ø 64-bit support Ø Anti-spam management
Read More...
LINQ is not just for the developers who used to write queries for databases but also for the Functional Programmers. So do not worry if you are not very comfortable with SQL kind of queries, we have a very nice option called “Lambda Expression”. Here
Read More...
Nice video on future on LINQ and they had a discussion on how it is possible to have api for programmers enabling the functional programming approach with the power of LINQ. Very nice to hear from Anders that LINQ has target for multi-core and mini-core
Read More...