by Sandesh | Mar 30, 2011 | Sharepoint
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...
by Sandesh | Mar 29, 2011 | Sharepoint
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...
by Sandesh | Mar 21, 2011 | .Net
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.
by Sandesh | Mar 18, 2011 | .Net
by Sandesh | Mar 13, 2011 | .Net
The Dependency Injection Pattern is a popular design technique that can be used to implement loosely coupled, reusable, and testable objects in your software designs by reducing the cohesion amongst the components in your application. You can implement dependency...