http://johanolivier.blogspot.com/2010/05/developing-list-definition-in.html
http://blog.beckybertram.com/Lists/Posts/Post.aspx?ID=71
http://blogs.msdn.com/b/allenwang/archive/2010/09/08/how-to-create-custom-content-type-and-list-instance-in-sharepoint-2010-using-visual-studio-2010.aspx
http://www.sharepointoverflow.com/questions/3023/deploying-columns-with-content-types-in-visual-studio-2010
http://blog.beckybertram.com/Lists/Posts/Post.aspx?ID=71
http://msdn.microsoft.com/en-us/library/ee231593.aspx
Tuesday, October 12, 2010
publishing-sharepoint-web-pages-using-visual-studio-workflows
SharePoint 2010 Publishing Workflows Need the State Service!
http://sharepointlearningcurve.blogspot.com/2010/04/sharepoint-2010-publishing-workflows.html
BPC: SharePoint 2010 Workflow with David Mann
http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2010/08/24/bpc-2010-sharepoint-2010-workflow-with-david-mann.aspx
http://www.manning.com/wicklund/
http://blogs.office.com/b/office_blog/archive/2010/06/23/publishing-sharepoint-web-pages-using-visual-studio-workflows.aspx
http://sharepointlearningcurve.blogspot.com/2010/04/sharepoint-2010-publishing-workflows.html
BPC: SharePoint 2010 Workflow with David Mann
http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2010/08/24/bpc-2010-sharepoint-2010-workflow-with-david-mann.aspx
http://www.manning.com/wicklund/
http://blogs.office.com/b/office_blog/archive/2010/06/23/publishing-sharepoint-web-pages-using-visual-studio-workflows.aspx
Integrating SharePoint 2010 Workflows into Backend Systems Using External Data Exchange Services
http://channel9.msdn.com/blogs/matthijs/integrating-sharepoint-2010-workflows-into-backend-systems-using-external-data-exchange-services
Integrating SharePoint 2010 Workflows into Backend Systems Using External Data Exchange Services
Integrating SharePoint 2010 Workflows into Backend Systems Using External Data Exchange Services
SharePoint 2010: Part 5: Preparing for 70-573 TS Microsoft SharePoint 2010, Application Development
http://techtrainingnotes.blogspot.com/2010/05/sharepoint-2010-part-5-preparing-for-70.html
SharePoint 2010: Part 5: Preparing for 70-573 TS Microsoft SharePoint 2010, Application Development
(Start here: http://techtrainingnotes.blogspot.com/2010/05/sharepoint-2010-preparing-for-70-573-ts.html)
SharePoint 2010: Part 5: Preparing for 70-573 TS Microsoft SharePoint 2010, Application Development
(Start here: http://techtrainingnotes.blogspot.com/2010/05/sharepoint-2010-preparing-for-70-573-ts.html)
Friday, September 10, 2010
JQuery Plugins for Sharepoint
Image Carousel
Sliding Images
http://jquerywebparts.codeplex.com/
http://philwicklund.com/archive/2009/04/20/an-introduction-to-jquery-for-sharepoint-developers.aspx
http://weblogs.asp.net/jan/archive/2008/11/20/sharepoint-2007-and-jquery-1.aspx
http://www.garryyoung.net/Blog/post/Add-JQuery-to-your-SharePoint-Web-Parts.aspx
Sliding Images
http://jquerywebparts.codeplex.com/
http://philwicklund.com/archive/2009/04/20/an-introduction-to-jquery-for-sharepoint-developers.aspx
http://weblogs.asp.net/jan/archive/2008/11/20/sharepoint-2007-and-jquery-1.aspx
http://www.garryyoung.net/Blog/post/Add-JQuery-to-your-SharePoint-Web-Parts.aspx
Thursday, September 9, 2010
Webparts and jQuery Good links
http://www.telerik.com/community/forums/aspnet-ajax/ajax/radtabstrip-radmultipage-state-lost-when-inside-nested-control-in-sharepoint-web-part.aspx
http://www.sharepointbrainfreeze.com/archive/2010/02/01/combining-jquery-ui-dialogs-and-sharepoint-webparts.aspx
http://docs.jquery.com/UI/API/1.7.2/Tabs
http://www.authenticsociety.com/blog/jQueryTabsPlugin
http://www.queness.com/post/655/jquery-moving-tab-and-sliding-content-tutorial
http://code.enure.net/Hide-All-Except-One
http://docs.jquery.com/UI/API/1.7.2/Tabs
http://www.sharepointbrainfreeze.com/archive/2010/02/01/combining-jquery-ui-dialogs-and-sharepoint-webparts.aspx
http://sharepointprog.wordpress.com/tag/radtabstrip/
http://www.eggheadcafe.com/software/aspnet/31437702/overriding-the-rendercontents-method-in-a-webpart.aspx
http://www.sharepointbrainfreeze.com/archive/2010/02/01/combining-jquery-ui-dialogs-and-sharepoint-webparts.aspx
http://docs.jquery.com/UI/API/1.7.2/Tabs
http://www.authenticsociety.com/blog/jQueryTabsPlugin
http://www.queness.com/post/655/jquery-moving-tab-and-sliding-content-tutorial
http://code.enure.net/Hide-All-Except-One
http://docs.jquery.com/UI/API/1.7.2/Tabs
http://www.sharepointbrainfreeze.com/archive/2010/02/01/combining-jquery-ui-dialogs-and-sharepoint-webparts.aspx
http://sharepointprog.wordpress.com/tag/radtabstrip/
http://www.eggheadcafe.com/software/aspnet/31437702/overriding-the-rendercontents-method-in-a-webpart.aspx
Thursday, September 2, 2010
sharepoint-claims-based-authentication-series
http://www.sharepointsecurity.com/sharepoint/sharepoint-security/ten-part-sharepoint-claims-based-authentication-series/
So here are some links that I have found incredibly useful:
Writing a custom claims provider for SharePoint 2010: Great 4 part series all about developing your own provider. Found this incredibly useful in understanding some of the lower level development components needed to implement Claims
Ten Part SharePoint Claims Based Authentication Series: Whoever took the time to do this should be knighted. Terrific set of articles that covers not only what claims are from a .NET perspective but also how they apply to SharePoint 2010.
Introduction to Claims Based Authentication in SharePoint 2010 in plain English: Great one page summary of claims and SharePoint.
Configuring Claims Based Authentication for SharePoint 2010: Tech Net article for how configure claims authentication
SharePoint SPIdentity Team Blog: Office blog of the SPIdentity team that will keep adding articles about all identity related stuff
Plan for Claims Based Authentication: Another Tech Net article detailing the planning necessary for claims authentication
Claims Based Identity and Access Control Guide: From the Patterns and Practices team from Microsoft comes
Federated Authentication and Authorization with Sharepoint 2010 and ADFS: Great video overview
So here are some links that I have found incredibly useful:
Writing a custom claims provider for SharePoint 2010: Great 4 part series all about developing your own provider. Found this incredibly useful in understanding some of the lower level development components needed to implement Claims
Ten Part SharePoint Claims Based Authentication Series: Whoever took the time to do this should be knighted. Terrific set of articles that covers not only what claims are from a .NET perspective but also how they apply to SharePoint 2010.
Introduction to Claims Based Authentication in SharePoint 2010 in plain English: Great one page summary of claims and SharePoint.
Configuring Claims Based Authentication for SharePoint 2010: Tech Net article for how configure claims authentication
SharePoint SPIdentity Team Blog: Office blog of the SPIdentity team that will keep adding articles about all identity related stuff
Plan for Claims Based Authentication: Another Tech Net article detailing the planning necessary for claims authentication
Claims Based Identity and Access Control Guide: From the Patterns and Practices team from Microsoft comes
Federated Authentication and Authorization with Sharepoint 2010 and ADFS: Great video overview
Subscribe to:
Posts (Atom)