Configure URL Rewrite for SharePoint 2010

If you are working on Sharepoint 2010 public facing website and working on SEO then configuring the URL Rewrite rule for sharepoint is very important to get the search engine ranking. If you are working on sharepoint then you might be using IIS7. You can configure the...

Developer favorites SharePoint 2010 enhancements

Considering the Sharepoint developer i have extracted some of the developer favorites features. I picked out a few favourites which I briefly explain below: LINQ to SharePoint (Language Integrated Query) Data Platform Improvements List Enhancements Business...

ASP.net Entityframework POCO Model

What is entity framwork POCO? POCO stands for “Plain Old CLR Object”. This is also called code first developement. This is one of the .net 4 new feature. Here scottGu explained in detailed POCO Model implementation in his blog.