Sign in
Microsoft Premier Field Engineer - SharePoint Dev
Blog - About
About Microsoft Premier Field Engineer - SharePoint Dev
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Excel Service
Health Analyzer
Java Script
language packs
performance point services
PerformancePoint
Service Application
SharePoint 2010 Installation
SharePoint 2013 Installation
SharePoint Code Review
sharepoint linq security
SharePoint Upgrade
SSRS
Timer Job
Archive
Archives
December 2012
(1)
October 2012
(1)
August 2012
(3)
July 2012
(3)
June 2012
(1)
January 2012
(2)
November 2011
(1)
October 2011
(2)
September 2010
(4)
July 2010
(4)
April 2010
(5)
February 2010
(4)
October 2009
(1)
September 2009
(5)
July 2009
(4)
May 2009
(2)
April 2009
(1)
March 2009
(2)
February 2009
(4)
November 2008
(6)
October 2008
(6)
September 2008
(5)
August 2008
(4)
July 2008
(2)
June 2008
(5)
May 2008
(7)
April 2008
(4)
March 2008
(11)
September 2007
(2)
October, 2008
MSDN Blogs
>
Microsoft Premier Field Engineer - SharePoint Dev
>
October, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Premier Field Engineer - SharePoint Dev
Best Practices: SharePoint Object Model for Performance Tuning
Posted
over 5 years ago
by
sowmyancs
27
Comments
I am writing this post because of being inspired by couple of performance related cases that I had worked with my customers also one of triages that I had attended and it was taken by our Escalation Engineer Nishand . He did a very good job by finding...
Microsoft Premier Field Engineer - SharePoint Dev
Programmatically rename a file inside a SharePoint document library
Posted
over 5 years ago
by
sowmyancs
9
Comments
We can’t rename a file using file property SPFile.Name, it will say "Property or indexer 'Microsoft.SharePoint.SPFile.Name' cannot be assigned to -- it is read only.", then how we can rename a file ? Yes, the “name” and “display name” are read-only...
Microsoft Premier Field Engineer - SharePoint Dev
Programmatically retrieve the items in a list based on the current user
Posted
over 5 years ago
by
sowmyancs
6
Comments
We can accomplish this requirement by using SPQuery. This sample code I have developed for taking all the items with modified by (column name is "Editor") user BLR3R7-19C\\test1. If you are using this code in a SharePoint web context then oWeb.CurerntUser...
Microsoft Premier Field Engineer - SharePoint Dev
Feature Activation Dependency with Hidden Features !
Posted
over 5 years ago
by
sowmyancs
3
Comments
A Feature activation dependency expresses a requirement in the relationship between two Features. You can express activation dependencies either for Features of the same scope or for Features across different scopes. Please check this link for getting...
Microsoft Premier Field Engineer - SharePoint Dev
Pull the information about all the subsites under a root site collection
Posted
over 5 years ago
by
sowmyancs
3
Comments
Here I am giving a sample code which will iterate all the subsites of a root site collection and display some information. 1: using System; 2: using System.Collections.Generic; 3: using System.Text; 4: using Microsoft.SharePoint; 5...
Microsoft Premier Field Engineer - SharePoint Dev
How we can work with output cache programmatically ?
Posted
over 5 years ago
by
sowmyancs
2
Comments
Once I got an interesting question from one of our discussion lists about how we can enable output cache programmatically ? and how we can create a cache policy through code. After my research on it I was able to accomplish this one by using the following...
Page 1 of 1 (6 items)