Posts

Custom Search Scopes at Site Collection Level

static void GetAvailableScopes()         {             SearchContext searchContext;             using ( SPSite site = new SPSite ( "Your Site Collection URL" ))             {                 searchContext = SearchContext .GetContext(site);                 Scopes scopes = new Scopes (searchContext);                 foreach ( Scope scope in scopes.AllScopes)                 {                    ...

Sharepoint 2010 Client Object Model Mechanics

Image
The following post explains about Sharepoint 2010 Client Object model. http://msdn.microsoft.com/en-us/library/ee857094.aspx  

Debug GAC Assembly

The following post explains Debugging the GAC Assembly without coping .pdb file into GAC. http://www.elumenotion.com/Blog/Lists/Posts/Post.aspx?ID=23

Entity Framework 4.0 and POCO Performance

This link explains Entity Framework 4.0 and POCO Performance http://sharedtolearn.blogspot.com/2010/05/entity-framework-40-poco-performance.html

Java Script Best Practices

Java Script best Practices http://www.javascripttoolbox.com/bestpractices/

Sharepoint 2010 Master Page Branding (Known as Minimal Master Page)

The following two URLs explains sharepoint 2010 Master Page Branding: http://msdn.microsoft.com/en-us/library/ee354191.aspx http://msdn.microsoft.com/en-us/library/ee354190.aspx

ASP.Net 4.0 Enhancements

http://www.codeproject.com/KB/aspnet/Whatis_New_ASP_Net_4.aspx