SharePoint, InfoPath, and whatever new stuff they come up with next. Videos at the bottom.
Tuesday, October 20, 2009
New SharePoint 2010 information on MSDN
Friday, July 17, 2009
SharePoint 2010 Sneak Peeks - Developers
This is an equivalent product to the VSeWSS. Here are the tools:
- Import VSeWSS Project
- Import Reusable Workflow
- List Definition
- Sequential Workflow
- Content Type
- BDC Model (Application Definition)
- Module
- Empty Project
- Event Receiver
- State Machine Workflow
- Import SharePoint Solution Package
- Visual Web Part
VS 2010 Server Explorer can drill-down into sites with "Folder List"-like structure. You can see lists, libraries, etc. exactly like the Folder List in SharePoint Designer. The VS Debugger can now attach to a Sharepoint site, and you can establish breakpoints in your aspx runtime. A demonstration showed a webpart which, when viewed, transferred control back to Visual Studio and stopped execution at the breakpoint!
Also, a Developer Dashboard control is on the SharePoint pages (an icon) which refreshed the page and displayed a pane containing server information, database query statistics, event reports, web part rendering times, etc. I would imagine that this control is only available if debugging is enabled in the web.config file.
Client OM
A Client Object Model is provided as an abstraction into client-side processing functions (AJAX, JavaScript, Silverlight, etc.). Part of this library is a ClientContext datatype, which presumably keeps track of the site as it is manipulated by client-side functions. A ClientContext.ExecuteQuery method was shown to query a database (in a Silverlight web part) based on infomation kept in the client.
Wednesday, July 15, 2009
SharePoint Products and Technologies: 2010 (Technical Preview) Developer Documentation
A new (albeit sparse) MSDN branch for Sppt 2010 has been created here.
Sppt = SharePoint Product and Technologies.
The download released Monday is a .zip archive of 4 files:
- ReadMe.txt
- Customizing the Ribbon in Windows SharePoint Services 14.pdf
- Customizing the Ribbon in Windows SharePoint Services 14.xps
- SPPT2010TP.chm
ReadMe.txt
The ReadMe file is helpful for opening .chm content. Compiled HTML (.chm) is a handy format for Help applications, but contains a vulnerability.
Customizing the Ribbon in Windows SharePoint Services 14.[extension]
Wss 14 will contain an Office Ribbon. The Office Ribbon will be customizable using Open XML (RibbonX) using the same model that Office 2007 customizations are made (ribbon > tabs > tab > group > control). These customizations are deployed as features, and pretty similarly to how a developer would customize a new Site Settings link.
Importantly, deployment of features can now be performed using PowerShell. New commandlets are Install-SPFeature, Enable-SPFeature, and (presumably) others.
SPPT2010TP.chm
This self-proclaimed "SDK" is a help file with the new Sharepoint namespaces, arranged alphabetically. This is a lot of information, and I'll commence to finding all the new stuff/good stuff.
On another note, there is new Office 2010 material at http://www.microsoft.com/office/2010 . Of mention are