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

推荐订阅源

N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
爱范儿
爱范儿
量子位
博客园 - 聂微东
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
GbyAI
GbyAI
MyScale Blog
MyScale Blog
IT之家
IT之家
P
Proofpoint News Feed
M
MIT News - Artificial intelligence
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
The Register - Security
The Register - Security
Microsoft Security Blog
Microsoft Security Blog
博客园_首页
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs
博客园 - 三生石上(FineUI控件)
Y
Y Combinator Blog
雷峰网
雷峰网
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
博客园 - 叶小钗
D
DataBreaches.Net
B
Blog
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
腾讯CDC
T
Threat Research - Cisco Blogs
SecWiki News
SecWiki News
Martin Fowler
Martin Fowler
D
Docker
Cisco Talos Blog
Cisco Talos Blog
T
Tenable Blog
Webroot Blog
Webroot 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