Omicron Llama

Coding all day, every day.

c#

SharePoint 2010 Performance with Item Level Permissions

Tonight’s little project was inspired by a conversation on Twitter with @WonderLaura and @Toddklindt. Laura had asked about the implications of lots of item-level permissions in a big list in SharePoint (here), to which Todd replied with this, and followed up with this and this. So this got me thinking: where is the performance bottleneck […]

Sandboxed Visual Web Part in VS2010 – ‘InitializeControl’ does not exist

(Cut to chase – your ASCX file is too large, strip out code away from the ascx preventing it from being de serialized, such as holding lots of JS in another file) Whilst experimenting with various methods of developing client object model solutions for SharePoint 2010, I’ve been pointed towards the Visual Web Part for […]

Calendar Year View Web Part Code Example

Had a few requests on my previous post about the Calendar Year View for a coded example. So here’s one. I’ve not fully tested this in quite a while so it might not work immediately and might need one or two modifications to the object model code to access the List properly, there’s probably some […]

Work Plan Web Part

The requirement for this idea was to take a current Excel spreadsheet solution and “Sharepointify” it. Word of warning: I think this is by far the most confusing post I’ve ever written. It may just be for personal reference only… The current system is a work plan for the team leader written in Excel which […]

Year-to-View with Sharepoint Calendar BugFixed!

“Suji” has helpfully informed me that my previous post about a Year View of the Calendar had a bug in it. To view the original post: http://e-junkie-chronicles.blogspot.com/2009/07/year-to-view-with-sharepoint-calendar.html The bug is that if an event were to span 2 months (ie: Starts September 30th and Finishes October 2nd) then the view would ouput only under the […]

Next posts