Sign In
Microsoft Premier Field Engineer - SharePoint
All posts are provided "AS IS" with no warranties, and confers no rights.
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Business Intelligence
Code Samples
Coding Tips
Custom Solutions
Customization
Document library
How To
List
MOSS 2007
Object Model
Performance and capacity planning
Performance Monitor
Permissions
Search
SharePoint 2010
SharePoint 2010 Developer
SharePoint Foundation 2010
SharePoint Server 2010
Snippets
SPS 2003
Web Services
Webparts
Workflow
WSS v2
WSS v3
Blog - Link List
SharePoint Blogs
SharePoint Team Blog
SharePoint Thoughts
Stefan Goßner's Blog
Andrew Connell's Blog
Arpan Shah's Blog
SharePoint Resources
SharePoint 2010 Developer
Developers at MSDN
SharePoint Developer Center
SharePoint MSDN Forums
SharePoint Server 2010 Resource Centers
.Net Resources
ASP.NET 4 and Visual Studio 2010
C# Future
.NET Framework
CodePlex - SharePoint
.Net Articles
Microsoft Ajax
Silverlight
Archive
Archives
December 2011
(1)
October 2011
(1)
September 2011
(1)
August 2011
(1)
July 2011
(1)
April 2011
(1)
March 2011
(1)
December 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(1)
June 2010
(3)
May 2010
(1)
March 2010
(5)
December 2009
(2)
September 2009
(6)
June 2009
(12)
December 2008
(7)
November 2008
(1)
June 2008
(5)
April 2008
(2)
November 2007
(1)
October 2007
(2)
July 2007
(1)
MSDN Blogs
>
Microsoft Premier Field Engineer - SharePoint
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Premier Field Engineer - SharePoint
A Few Sneak Peeks of my SharePoint Site Archival Workflow Project
Posted
2 months ago
by
-Tejas
0
Comments
I had a requirement from customer to develop an archival workflow solution using which they can automate the Site Collection archival based on a set of business rules. The features should be, notify users for the key LOB information expiration based on...
Microsoft Premier Field Engineer - SharePoint
SharePoint 2010 Performance Dashboard - Farm Content Size Reporting(Post 2/2)
Posted
4 months ago
by
-Tejas
0
Comments
Here I have mentioned the code which can be useful to get the Content DB, Site Collection Usage details. SPFarm farm = SPFarm.Local; SPWebService service = farm.Services.GetValue<SPWebService>( "" ); ...
Microsoft Premier Field Engineer - SharePoint
SharePoint 2010 Performance Dashboard - Farm Content Size Reporting(Post 1/2)
Posted
5 months ago
by
-Tejas
0
Comments
In this post we will look into how I did “Farm Content Size Reporting” part of the project, We have two types of reporting in this functionality. Content Databases per Web Applications Report Site Collections per Content Databases Report This can...
Microsoft Premier Field Engineer - SharePoint
SharePoint 2010 Performance Dashboard - Server Performance Reporting(Post 2/2)
Posted
6 months ago
by
-Tejas
0
Comments
Continuing from the Post 1 , Request Workload / Agent Query : SELECT AgentName, SUM (RequestCount) AS RequestsCount FROM RequestWorkload WHERE (LogTime BETWEEN GETDATE() - 10 AND GETDATE()) AND ...
Microsoft Premier Field Engineer - SharePoint
SharePoint 2010 Performance Dashboard - Server Performance Reporting(Post 1/2)
Posted
7 months ago
by
-Tejas
0
Comments
In this post, I will talk about my SharePoint Performance Dashboard Project. It has mainly two major types of reporting features, Part 1. CPU Monitor, Memory Monitor, Top Users of the farm, Top Site Collections in the farm and many more and...
Microsoft Premier Field Engineer - SharePoint
Experience of Configuring Remote Blob Storage (RBS) with SharePoint 2010
Posted
10 months ago
by
-Tejas
1
Comments
Recently there was a need to configure Remote blob storage(RBS) in our new SharePoint 2010 farm. I had referred a few TechNet & Blog articles to configure it and there were some differences while following the steps, The purpose of this blog...
Microsoft Premier Field Engineer - SharePoint
Experience of upgrading Terabytes(TB) of MOSS2007 farm to SP2
Posted
10 months ago
by
-Tejas
3
Comments
Few weeks ago I had visited a customer regarding the MOSS2007 SP2 upgrade. Their total size of the data in MOSS was in Terabytes and at the same time it was a business critical platform where multiple teams were depended on the SharePoint for their daily...
Microsoft Premier Field Engineer - SharePoint
Customizing Web Analytics in SharePoint
Posted
over 2 years ago
by
-Tejas
3
Comments
From quite some time, I was trying to find ways to customize the SharePoint 2010 Web Analytics to capture the usage of Internal SharePoint solutions. With SharePoint Web Analytics, Users will be able to find the following three categories of reports...
Microsoft Premier Field Engineer - SharePoint
Resolution: Exception while accessing “SPWebService.ContentService” object
Posted
over 2 years ago
by
-Tejas
3
Comments
Recently I came across a situation in which a customer was trying to access the web applications in the farm but he was getting an exception, “System.NullReferenceException was unhandled Message=Object reference not set an instance of an object...
Microsoft Premier Field Engineer - SharePoint
SharePoint 2010: Fabulous 40 Application Templates and Upgrade guidelines
Posted
over 2 years ago
by
-Tejas
1
Comments
It has been a long running topic since the launch of SP2010, Here is the latest post on the guidelines.
Microsoft Premier Field Engineer - SharePoint
How to remove “Open with (Windows) Explorer” button from Document Library’s Ribbon Menu
Posted
over 2 years ago
by
-Tejas
0
Comments
Recently I had come across a situation in which customer wanted to remove the “Open with (Windows) Explorer” button from the Document Library’s Ribbon Menu. Following are the steps to remove this button from Ribbon Create an empty SharePoint 2010 Solution...
Microsoft Premier Field Engineer - SharePoint
Developing Applications for SharePoint 2010 - The release of patterns & practices
Posted
over 2 years ago
by
-Tejas
0
Comments
Overview Developing Applications for SharePoint 2010 contains guidance documentation, detailed examples, and a reusable class library. These resources are designed to help solution developers and architects make the right decisions and follow proven practices...
Microsoft Premier Field Engineer - SharePoint
Silverlight Object Model code to access the current user of a SP2010 site
Posted
over 2 years ago
by
-Tejas
1
Comments
More details on the Silverlight Object Model, you can find here . using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using...
Microsoft Premier Field Engineer - SharePoint
SharePoint 2010 Resources
Posted
over 2 years ago
by
-Tejas
0
Comments
SharePoint 2010 Developer Training Course SharePoint 2010 provides the business collaboration platform for developers to rapidly build solutions using familiar tools while leveraging a rich set of out of the box features. Visual Studio 2010 and SharePoint...
Microsoft Premier Field Engineer - SharePoint
Automatically restart the failed workflow instances
Posted
over 2 years ago
by
-Tejas
0
Comments
Recently I came across a situation in which customer had email enabled a document library and he had setup a custom workflow to start whenever any new item is added in the library. This setup was working as expected but when end-users send some higher...
Microsoft Premier Field Engineer - SharePoint
Not to allow Contributor users to access webpart menu of the webparts
Posted
over 2 years ago
by
-Tejas
1
Comments
One of my customers had a requirement in which Contributor users should not be allowed to access webpart menu of the webparts on the home page. Contributor users will get the webpart menu like below for all the webparts which are present on the page....
Microsoft Premier Field Engineer - SharePoint
Webpart code to dynamically load a page viewer webpart to display a requested page
Posted
over 2 years ago
by
-Tejas
2
Comments
1: using System; 2: using System.Runtime.InteropServices; 3: using System.Web.UI; 4: using System.Web.UI.WebControls; 5: using System.Web.UI.WebControls.WebParts; 6: using System.Xml.Serialization; 7: 8: using...
Microsoft Premier Field Engineer - SharePoint
Code snippet to copy documents from one document library to another
Posted
over 2 years ago
by
-Tejas
1
Comments
1: using (SPSite site = new SPSite( "http://ms10:200/sites/200" )) 2: { 3: using (SPWeb web = site.OpenWeb()) 4: { 5: SPList lib1 = (SPDocumentLibrary)web.Lists[ "Documents" ]; 6: SPList lib2 = (SPDocumentLibrary...
Microsoft Premier Field Engineer - SharePoint
Code snippet to create a Tasks list and associate it with a Parallel Approval workflow in a Pages library
Posted
over 2 years ago
by
-Tejas
0
Comments
The requirement to write this code was, After export/import, workflow modification for approvers was failing. Approvers were not able to perform the Approval workflow operations and then we tested that if we create a new Tasks list and modify the existing...
Microsoft Premier Field Engineer - SharePoint
Event handler code to add incoming emails with subject “Discussion [ID]” as replies
Posted
over 2 years ago
by
-Tejas
0
Comments
Here the users will send emails with subject “DiscussionTitle [Discussion ID]” format. If there is a discussion thread present with specified “[Discussion ID]” then it will add the incoming email as a reply in that thread. If ID is not supplied and if...
Microsoft Premier Field Engineer - SharePoint
Code Snippet to remove duplicate workflow associations from a content type
Posted
over 3 years ago
by
-Tejas
0
Comments
1: using (SPSite site = new SPSite( "http://ms9:105" )) 2: { 3: using (SPWeb web = site.OpenWeb()) 4: { 5: SPList list = web.Lists[ "Shared Documents" ]; 6: 7: foreach (SPContentType con in list.ContentTypes...
Microsoft Premier Field Engineer - SharePoint
Code snippet to download the files along with versions from SPS 2003 document library.
Posted
over 3 years ago
by
-Tejas
0
Comments
1: private void Download() 2: { 3: string siteUrl = txtSite.Text.ToString(); 4: string source = txtDocLib.Text.ToString(); 5: string downloadPath= txtDownload.Text.ToString(); 6: byte [] vContent = null; 7: int count = 1;...
Microsoft Premier Field Engineer - SharePoint
Code snippet to add / modify columns in a list
Posted
over 3 years ago
by
-Tejas
0
Comments
It iterates through a whole site collection and wherever the list with name “test” it finds, It will do the changes. 1: using System; 2: using System.Collections.Generic; 3: using System.Text; 4: using Microsoft.SharePoint; 5: ...
Microsoft Premier Field Engineer - SharePoint
Code sample to aggregate the text from "append changes" column to Multiline text field.
Posted
over 3 years ago
by
-Tejas
0
Comments
This is a code sample to copy all of the text from the “col1” column to “col2” column. To note again, “col1” is an "append changes" column so the previous edits of the comments field are stored in previous versions of the list item. 1: using...
Microsoft Premier Field Engineer - SharePoint
Ways to pass security credentials to web service call
Posted
over 3 years ago
by
-Tejas
0
Comments
[1] 1: WS.Credentials = new System.Net.NetworkCredential(userName, password, domain); If you want to pass explicit credentials and filter the record after that. [2] http://support.microsoft.com/kb/813834 1...
Page 1 of 3 (58 items)
1
2
3