Saturday, February 21, 2009
Great CAML IntelliSense
DevDays
Sunday, February 15, 2009
Visual Studio 2010 & SharePoint
Tuesday, February 10, 2009
SharePoint gets bigger
- Performance Point – “An integrated performance management application that allows business decision makers to be in control. Microsoft Performance Management allows customers to monitor, analyze, and plan their business as well as drive alignment, accountability, and actionable insight across the entire organization.”
- ESP for SharePoint – “FAST ESP delivers to users the relevant, accurate and timely answers and insights they need to make smart, fast decisions. Online businesses win by helping their customers and visitors find relevant content, products, services and communities, building loyalty and driving revenue in the process. Corporations and government organizations win by helping knowledge workers more quickly discover authorized information and analyze results, improving productivity and uncovering business intelligence.”
Monday, February 9, 2009
Nice filter string for importing profiles
Forbiden QueryString Parameters
- FeatureId
- ListTemplate
- List
- ID
- VersionNo
- ContentTypeId
- RootFolder
- View
- FolderCTID
- Mode
- Type
Monday, February 2, 2009
Heads Up
SPDispose Check by Microsoft has been released[garb it here], and its a helpfull resource for checking the disposals in your code.
I created a bat file and now i run that bat in Open With and he checks that dll right there the bat is pretty simple:
@"SPDisposeCheck" "%1"
@pause
Be sure to have the spdisposecheck.exe in path or same directory.
Fancy Exception on SP UI? Checkout the paste source for more from uk sharepoint group
throw new SPException("Your custom message here");
Pasted from <http://blogs.msdn.com/uksharepoint/default.aspx>
Another nice tool from Bamboo, havent tried it much but if you have the time, im sure you can squeeze some juice out of it
Bamboo Sharepoint analyser:
Another goodie i really want to try out in a new project is SPConfigStore @
http://www.codeplex.com/SPConfigStore No more hardcoding? ;)
The SharePoint Config Store is intended for SharePoint developers, and provides the framework to be able to use a SharePoint list for application configuration values. This is useful when there are certain values used in a site or application's code, but we don't to hardcode them or even store them in web.config. Storing such values in a list means they can be easily updated (possibly by end users if you choose to allow this) without requiring access to the web server's filesystem.
Example config items for a SharePoint site/application/control could be:
'AdministratorEmail' - 'bob@somewhere.com'
'SendWorkflowEmails' - 'true'