22
votes
26answers
8k views
SharePoint interview questions
Let's have a list of some good interview questions for SharePoint developers. Please provide one question per entry, and if possible, the answers.
Also, please feel free to suggest corrections if the …
14
votes
12answers
797 views
How is SharePoint (MOSS 2007) perceived in your company?
UPDATE: Our implementation is now kicking into high gear with some high profile projets going live in the coming weeks, so I am quite interested to see if the environment has changed out there.
…
9
votes
12answers
1k views
Developer Documentation: Sharepoint Document Management vs. ScrewTurn Wiki
Background Info
I am working on setting up a method for my company's developers to share documentation and information about our various internal systems. This would range from information that would …
8
votes
7answers
4k views
Add ScriptManager to Page Programmatically?
I am developing a WebPart (it will be used in a SharePoint environment, although it does not use the Object Model) that I want to expose AJAX functionality in. Because of the nature of the …
8
votes
5answers
986 views
Viewing a MOSS 2007 page as another user would see it - without logging in as that user
In Moss 2007 you have the ability to set the target audience for each individual web part within a page. Is there a way to preview how the page will look to another user without logging in as that …
7
votes
4answers
854 views
SharePoint and Firefox 3
I think most of the SharePoint developers and administrators know that with the change form Firefox 2 to Firefox 3 some functionality of SharePoint have became unavailable.
Especially adding …
6
votes
6answers
1k views
What is the easiest approach to exporting a Sharepoint list in xml format?
Pretty self explanatory. I just need to export lists easily to xml format. Are there any tools that accomplish this?
6
votes
7answers
573 views
WSS/MOSS Book
I have been using Inside MS Windows SharePoint Services 3.0 by Ted Pattison to help me crack into WSS Development. It has been an excellent developer start, but now that I'm moving beyond I need some …
5
votes
1answer
2k views
programatically add user permission to a list in sharepoint
how do i programatically add user permission to a list in sharepoint. i want to add the permission "Contribute" to a user or group for a certain list. im using c#
Thanks..
5
votes
4answers
2k views
Serialization in C# without using file system
I have a simple 2D array of strings and I would like to stuff it into an SPFieldMultiLineText in MOSS. This maps to an ntext database field.
I know I can serialize to XML and store to the file …
5
votes
3answers
260 views
How can commenting be added to news articles in an existing Sharepoint 2007 news site?
A client is asking to incorporate commenting on their news articles. They're using the Sharepoint news site template for their news publishing, etc. They want a simple commenting system, much like …
5
votes
7answers
590 views
Promoting MOSS ‘07 Sites From Dev To Production
Hello,
So, maybe I'm a bit old-school, but when we created websites in the past, we'd develop the site on a development server, then publish or promote the pages and files to the production server. …
5
votes
1answer
173 views
How do I obtain the id of a workflow created in Sharepoint Designer?
I've written an event receiver that programmatically kicks off a workflow, but it needs the id (guid) of the workflow to start. How do I go about obtaining the id of the workflow(s) I just created in …
5
votes
3answers
576 views
How do I rename a SharePoint virtual machine
I am using virtual machines for development,but each time I need a new VM, I copy the file and create a new server, but I need a new name for the server to add it to our network.
After renaming the …
5
votes
9answers
5k views
SharePoint error: “Cannot import Web Part”
I have a web part that I've developed, and if I manually install the web part it is fine.
However when I have packaged the web part following the instructions on this web site as a guide:
…
