惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
月光博客
月光博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 聂微东
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
美团技术团队
宝玉的分享
宝玉的分享
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
Jina AI
Jina AI
D
Docker
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog

博客园 - 蓝色飞翔

Exchange Server 2010 收发传真 强大的Exchange 动态邮件通讯组 在Exchange 服务器上查看当前在线人数 C# 建立AD帐号,设置下次登录修改密码 Office 2010 试用版可以直接激活为正式版。 Windows 7 企业版(90天试用版)可以直接激活为正式版..附激活过程 在XP下重装TCPIP协议? 发展改革委--吃屎。 英文不懂这些,弄错会很丢脸的 China GDP Silverlight DataGrid(3) Silverlight DataGrid (2) Silverlight DataGrid(1) 网络负载平衡(NLB)详解 把NOTES 部署到GAC中. - 蓝色飞翔 - 博客园 WF + Infopath(5)部署 - 蓝色飞翔 WF + Infopath(4)編碼 - 蓝色飞翔 WF + Infopath(3)設計InfoPath - 蓝色飞翔 WF + Infopath(2)設計工作流
Microsoft 又出好東西了!
蓝色飞翔 · 2008-06-17 · via 博客园 - 蓝色飞翔

《Developing Custom Applications with SharePoint Server 2007.docx》

Table of Contents

1.      Acknowledgements

2.      Introduction - Business goal

2.1         Our Audience - you

2.2         Business scenario

2.3         RBA Consulting’s collaboration with Microsoft

2.4         Solution Roles & Use Cases

2.4.1 Roles

2.4.2 Use Cases

2.5         Business Requirements

2.6         Technical Requirements

2.7         3-Tier architecture

2.8         SharePoint Development Toolset

3.      User Interface, Web & Forms

3.1         Forms with InfoPath 2007

3.1.1 Business case

3.1.2 Form data sources

3.1.2.1         Internal data source

3.1.2.2         External data sources

3.1.3 Significant fields

3.1.4 Data connections

3.1.5 Workflow integration

3.1.5.1         Extra ‘Status’ column in form library

3.1.5.2         InfoPath forms submitted to SharePoint form library

3.2         Look & feel – SharePoint theme

3.2.1 Business case

3.2.2 Create a new SharePoint site theme for branding

3.2.3 Deploy the new theme

4.      Data

4.1         Data Structure

4.2         Data Retrieval

4.3         SharePoint lists vs. SQL table

5.      Workflows

5.1         Business Case

5.2         How to choose between out-of-the-box vs. SharePoint Designer vs. Visual Studio

5.2.1 Out-of-the-box workflows

5.2.2 Build with SharePoint Designer 2007

5.2.3 Build with Visual Studio 2005/2008

5.3         Set up the Development Environment to support workflows

5.4         Build a custom activity for SharePoint Designer

5.4.1 Create the Visual Studio project

5.4.2 Define Dependency Properties of the Activity class

5.4.3 The Execute method

5.4.4 Deployment of a custom SharePoint Designer activity

5.4.4.1         Deploy the compiled assembly

5.4.4.2         Mark the assembly as safe in web.config

5.4.4.3         Create a new action in WSS.ACTIONS

5.4.4.4         Restart IIS

5.4.5 Use new custom SharePoint Designer activity in a SharePoint Designer workflow

5.4.6 Tips & Tricks

5.4.6.1         How to troubleshoot/debug a custom workflow activity?

5.4.6.2         What is the difference between a Visual Studio workflow and a SharePoint Designer workflow?

6.      Enterprise Search

6.1         Keyword Search Queries

6.2         Search Web Service

6.3         List query API (SPQuery class)

6.4         Cross-site query API (SPSiteDataQuery class)

6.5         Full Text SQL Search Queries

6.5.1 Business case

6.5.2 Author code for the Full Text SQL Search API

6.5.2.1         Create SQL query

6.5.2.2         Execute the Query

6.5.2.3         Parse and format results

6.5.2.4         Bringing it all together

6.5.3 Configure your SharePoint Server computer to use the Full Text SQL Search API

6.5.3.1         Create content

6.5.3.2         Crawl content

6.5.3.3         Add managed properties

6.6         Tips & Tricks

6.6.1.1         How to search for items in a specific list?

6.6.1.2         Separate query creation / execution / result parsing.

6.6.1.3         The right search API for the job

6.6.1.4         Column Names vs. Managed Property Names

6.6.1.5         Where are my results?

6.6.1.6         Creating console application for troubleshooting

7.      Excel Services Reporting

7.1         Business Case

7.2         Business Intelligence with SharePoint Server 2007

7.3         Intro to User-defined functions

7.4         Creation of the user-defined function

7.5         Creation of the Excel Services workbook

7.5.1 The approach

7.5.2 Leverage user-defined functions

7.5.3 Add charts to an Excel Services workbook

7.6         Deployment

7.6.1 Deploy the user-defined function

7.6.2 Publish the workbook to Excel Services

7.7         View an Excel Services workbook

7.8         Tips & Tricks

7.8.1 Data flow

8.      Development process

8.1         Development Strategy

8.1.1 Architectural choices

8.1.2 Draw the line out-of-the-box vs. custom code

8.1.3 SharePoint Designer vs. InfoPath vs. Visual Studio vs. Excel Services

8.1.4 Environment architecture

8.1.5 Replicate the data structure from one environment to another

8.2         Code & deliverables repository

8.3         Documentation

8.4         Collaboration

9.      Best practices

9.1         Debugging and Troubleshooting

9.1.1 Log messages to the Windows Event Log

9.1.2 Troubleshooting Enterprise Search API code

9.1.3 Troubleshooting InfoPath forms

9.1.4 Use a .NET Console application for unit testing

9.2         Keep the business engaged

9.3         Tie back to business needs

9.4         Flexibility to support business changes

10.         Conclusion

11.         Resources

下載:

http://download.microsoft.com/download/e/4/6/e46eac32-9aaa-4977-abf8-9ce7e7664c75/Developing%20Custom%20Applications%20with%20SharePoint%20Server%202007.docx