January 2007 - Posts
This is first time I am writing a BLOG post with an error message J . This error message you will experience while writing code in Orcas Jan CTP. There is no LINQ Windows or LINQ Console Application template available. So no references/namespace directives
Read More...
There are some changes happened with LINQ Project with the January CTP. The namespace names like System.Xml.XLinq or System.Query are no more there. Namespaces got changed to System.Data.Linq and System.Xml.Linq. Other than namespace and api changes lot
Read More...
Today I would like to discuss on the DLinq the natural roadmap to ADO.NET vNext. Little walkthrough, I am going to explore here which I enjoyed a lot during my hands on. Create LINQ Console application from your Visual Studio 2005. Go to LINQ installation
Read More...
If you are Office 2007 user, I bet if you download and use this add-in your going to enjoy the power. So go ahead and download http://www.microsoft.com/downloads/details.aspx?FamilyID=4d951911-3e7e-4ae6-b059-a2e79ed87041&DisplayLang=en Namoskar
Read More...
Must read Gianpaolo’s BLOG at My 2006 SaaS Posts Hit Parade . In case if you feel that you need more number of hits to reach there here it is J #1 SaaS Simple Maturity Model http://blogs.msdn.com/gianpaolo/archive/2006/03/06/544354.aspx #2 Understanding
Read More...
System.Xml has given the communication power to dot net and XLinq has refined that. It was very nice experience we have explored how to read XML using . NET. Now we are more excited to see how easily we can get the required value with less code (which
Read More...