< Go Back to Homepage

Showing posts with label: SharePoint

SharePoint is without question a fast-growing platform and Microsoft is making lots of money with it. It’s been around for almost a decade and grew from a small list and document management application into an application development platform on top of ASP.NET using its own API to manage content in the SharePoint Content Database.
Over the [...]

Read full post >>
,

Every time I work with one of our .NET customers to help them with managing their application performance I come across the same problems as seen with other clients before: lots of ADO.NET queries, many hidden exceptions in core or 3rd party .NET libraries, slow 3rd party components, inefficient custom code, …
Too often we from [...]

Read full post >>
, ,

I’ve been invited to talk at the iX-Day rund um SharePoint taking place this Thursday, July 9th in Stuttgart, Germany.
SharePoint – especially the performance and scalability aspects of customized SharePoint Applications – has been a hot topic for me over the past year. If you happen to be at the conference feel free to check-out [...]

Read full post >>

I am pleased to have been re-invited to the SharePoint Technology Conference hosted in Boston from June 22nd to 24th. I will be delivering two talks about SharePoint Performance Management on wednesday, June 24th. If you attend the conference and if you want to learn more about how to make your SharePoint based Applications perform [...]

Read full post >>

Thanks for all participants of the San Francisco Bay Area SharePoint User Group. Those of you who want to have the slides and the sample code please send me an email and I will send it to you.

Read full post >>

I’ve been invited to speak at two SharePoint User Group Meetings this week

Silicon Valley SharePoint User Group on Wednesday, June 10th (THIS EVENT HAS BEEN CANCELED)
San Francisco SharePoint User Group on Thursday, June 11th

I will be talking about most of the problems I’ve seen in the past year when working on SharePoint Performance and Monitoring [...]

Read full post >>

Over the past couple of months I created several blog entries where I covered common problems with custom SharePoint applications with a special focus on SharePoint Lists, Views and the SharePoint Object Model.
dynaTrace SharePoint Package
I’ve now created a package that includes pre configured System Profile, Sensor Packs and Dashboards to answer questions like:

What are the [...]

Read full post >>

My series of SharePoint blog posts was recently posted as an article on InfoQ: SharePoint Object Model Performance Considerations. One of the comments I got on this article pointed to a very interesting Case Study discussing SharePoint Load Testing. It highlights some good configuration options that you have in SharePoint to improve the overall system [...]

Read full post >>
,

I had two sessions at this years SPTechCon 2009 in San Francisco and it seems I am going to have the same sessions again for the upcoming SPTechCon in Boston from June 22nd to June 24th:
602: INTO THE WILD: THE CHALLENGES OF CUSTOMIZED SHAREPOINT APPS IN RELEASE
801: BUILDING SCALABLE, HIGH-PERFORMANCE SHAREPOINT APPLICATIONS
I’ve already uploaded the [...]

Read full post >>

The Microsoft.SharePoint.WebControls.LookupField control is used as the default control when editing a lookup field value. When the list that is referenced by the lookup field contains hundreds or thousands of items – it takes this control a while to gather all items that will be displayed – slowing down the page performance when requesting the edit [...]

Read full post >>