Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration and web publishing. Its capabilities include developing web sites, portals, intranets, content management systems, search engines, wikis, blogs, and other tools for business intelligence.
4
votes
2answers
569 views
Splitting a string of random length
I am currently using this code, but I am pretty sure there is a better way of doing it:
...
3
votes
3answers
4k views
Better way of parsing string to boolean
At the moment I am using this to check a boolean property in sharepoint 2007 using C# and .Net Framework 3.5
...
3
votes
1answer
183 views
Surely there's a better way to write this statement?
I have the following, quite ugly statement - is there a better way to write something of this nature?
...
2
votes
2answers
2k views
Getting SharePoint users and comparing them with SPList
I have a custom SPList that has a field Assigned To, now I can add as many items as I want, and they can have same title and ...
1
vote
1answer
192 views
too many conditions
I have this piece of code I developed but it doesn't look efficient to me, can anyone improve it please.
...
1
vote
1answer
136 views
using (IDisposable) in c# factory pattern
How will this example affect the using implementation in GetSite?
...
1
vote
1answer
256 views
How can I improve upon my SharePoint Class?
To help learn the SharPoint Object Model (Primarily for SharePoint 2007) I've been working on a class library with a number of useful functions. I'm a junior developer and this is my first C# project ...
1
vote
0answers
161 views
Is there any better way to insert and retrieve data into SPList?
I am using this code to insert and retrieve:
...