Browse by Tags

All Tags » SharePoint (RSS)

SharePoint 2010: #SPC09 - SSP is dead, long live Service Applications!

Notes from the SharePoint Conference 2009 session "Introduction to Service Applications and Topology". This is my personal interpretation of what has been said during the presentation. Don't shoot me if I interpreted something wrong:-) In SharePoint 2010...
Posted by svdoever | 5 comment(s)
Filed under:

SharePoint 2010: Client side JavaScript Object Model Library written in Script#?

Note: this blog post is based on experiences with the SharePoint 2010 Technical Preview version. SharePoint 2010 now extends the object model to the client. A remote object model proxy is available for C# development (including Silverlight) and a Javascript...
Posted by svdoever | 1 comment(s)
Filed under:

SharePoint 2010: Site exporting as WSP solution (Part 1)

Note: this blog post is based onexperiences with the SharePoint 2010 Technical Preview version. In the good old days of SharePoint 2003 and 2007 it was possible to save a site as a template. These sites were saved as .stp files, I assume this acronym...
Posted by svdoever | 2 comment(s)
Filed under:

SharePoint 2010: Getting Publishing template working

Note: this post is only relevant for people running the SharePoint 2010 Technology Preview. When I create a new site based on the Publishing Portal template you get a .../Pages/Default.aspx page with an error on it. The error seems to be generated by...
Posted by svdoever | 3 comment(s)
Filed under:

SharePoint 2010: When SQL memory usage keeps growing…

After a single machine SharePoint 2010 install using the built in SQL Server Express my machine became really sloooooooow. After checking the processes it became clear that SQL server was eating memory. This is the default behavior of SQL Server. I tried...
Posted by svdoever | with no comments
Filed under:

SharePoint 2010: #SPC09 - Notes from the keynote

Some quick notes I took about things I found interesting from the two keynote speeches of the SharePoint Conference 2009. Steve Ballmer keynote SharePoint 2010 Beta release: November 2009 SharePoint 2010: RTM in First half 2010 Visual Studio Beta 2 released...
Posted by svdoever | with no comments
Filed under:

SharePoint, Features and web.config modifications using SPWebConfigModification

SharePoint has a great way for deploying content and functionality using Windows SharePoint Services Solution Packages (WSP's). While developing a powerful new feature for SharePoint Publishing sites I had to deploy a HttpModule "the SharePoint"...
Posted by svdoever | 7 comment(s)
Filed under:

SharePoint WCM: flushing publishing pages from the cache

SharePoint WCM does a lot of caching. One of the things that is cached are the publishing pages. These pages are cached in the object cache. Sometimes there is a situation where you want to flush a publishing page from the cache. In my case I had to flush...
Posted by svdoever | 3 comment(s)
Filed under:

Debugging SharePoint/ASP.NET code? Smart key-codes + disable timeout!

I'm currently running around in the Visual Studio debugger to debug some complex SharePoint code. There are two things really annoy me: all the mouse-clicks needed to attach to the Internet Information Server process and the time-out you get when you...
Posted by svdoever | 5 comment(s)
Filed under: , ,

SPDevExplorer 2.3 – Edit SharePoint content from within Visual Studio (4)

After a weekend of hard work I have a new version of SPDevExplorer ready with many new enhancements. Download at http://spdevexplorer.codeplex.com/WorkItem/View.aspx?WorkItemId=7799 See http://weblogs.asp.net/soever/archive/tags/SPDevExplorer/default...
Posted by svdoever | 10 comment(s)
More Posts Next page »