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

推荐订阅源

量子位
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Schneier on Security
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
C
Cybersecurity and Infrastructure Security Agency CISA
Engineering at Meta
Engineering at Meta
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
T
Threat Research - Cisco Blogs
C
Cisco Blogs
Recent Announcements
Recent Announcements
S
Securelist
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
P
Privacy & Cybersecurity Law Blog
宝玉的分享
宝玉的分享
D
Darknet – Hacking Tools, Hacker News & Cyber Security
L
LINUX DO - 热门话题
T
Tor Project blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
月光博客
月光博客
AWS News Blog
AWS News Blog
P
Proofpoint News Feed
博客园 - 司徒正美
L
LINUX DO - 最新话题
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
H
Help Net Security
Spread Privacy
Spread Privacy
PCI Perspectives
PCI Perspectives
Project Zero
Project Zero
I
Intezer
T
The Blog of Author Tim Ferriss
有赞技术团队
有赞技术团队
The Last Watchdog
The Last Watchdog
C
Check Point Blog
Blog — PlanetScale
Blog — PlanetScale
B
Blog RSS Feed
MyScale Blog
MyScale Blog
V
Vulnerabilities – Threatpost
Recorded Future
Recorded Future
T
Tenable Blog
Jina AI
Jina AI
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志

博客园 - 蓝色飞翔

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