Monthly Archives: July 2008

Querying LINQ to SQL: Grouping and Aggregating

  My new article got published here http://www.aspfree.com/c/a/.NET/Grouping-and-Aggregating-When-Querying-LINQ-to-SQL/   thanks Jag

Posted in LINQ/EF | Tagged , | Leave a comment

Tip: Generating iCalender file using ASP.NET

  iCalender is something like an open format text file to add items to the calendar (like Outlook calendar).  It is simply a text file which contains fields and information about the particular event of a calendar.  Once you double … Continue reading

Posted in ASP.NET | Tagged , | Leave a comment