Skip to content

Commit bdb9396

Browse files
committed
fixing embedded image links
1 parent 753f403 commit bdb9396

File tree

1 file changed

+23
-213
lines changed

1 file changed

+23
-213
lines changed

docs/general-development/what-s-new-for-developers-in-sharepoint.md

Lines changed: 23 additions & 213 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ SharePoint introduces a Cloud Add-in Model that enables you to create add-ins. S
1717

1818
<a href="http://msdn.microsoft.com/library/cd1eda9e-8e54-4223-93a9-a6ea0d18df70(Office.15).aspx" target="_blank"><img alt="SharePoint Add-ins" src="../../images/wn_cloud_1.png" /></a>&nbsp;&nbsp;<a href="http://msdn.microsoft.com/library/d15a74a7-3c10-485a-9885-7ef11aaa0d90(Office.15).aspx" target="_blank"><img alt="SharePoint Store" src="../../images/wn_cloud_2.png" /></a>&nbsp;&nbsp;<a href="http://msdn.microsoft.com/library/d15a74a7-3c10-485a-9885-7ef11aaa0d90(Office.15).aspx" target="_blank"><img alt="Add-ins Catalog" src="../../images/wn_cloud_3.png" /></a>
1919

20-
21-
22-
](http://msdn.microsoft.com/library/d15a74a7-3c10-485a-9885-7ef11aaa0d90%28Office.15%29.aspx)
23-
20+
2421

2522

2623

@@ -29,264 +26,77 @@ SharePoint introduces a Cloud Add-in Model that enables you to create add-ins. S
2926

3027
SharePoint makes it easy for any web developer, including those who work on non-Microsoft platform stacks, to create SharePoint solutions. What makes this possible is that SharePoint is based on common web standards like HTML, CSS, and JavaScript. Furthermore, implementation relies on established protocols like the Open Data protocol (OData), and OAuth.
3128

32-
33-
34-
[![HTML/JavaScript](../../images/wn_WebStandards_1.png)
35-
36-
37-
38-
](http://msdn.microsoft.com/library/cd1eda9e-8e54-4223-93a9-a6ea0d18df70%28Office.15%29.aspx) [![OData](../../images/wn_WebStandards_2.png)
39-
40-
41-
42-
](using-odata-sources-with-business-connectivity-services-in-sharepoint.md) [![REST](../../images/wn_WebStandards_3.png)
43-
44-
45-
46-
](http://msdn.microsoft.com/library/2de035a0-ac75-43bd-9665-5c5a59c4c590%28Office.15%29.aspx) [![OAuth](../../images/wn_WebStandards_4.png)
47-
48-
49-
50-
](http://msdn.microsoft.com/library/bde5647a-fff1-4b51-b67b-2139de79ce4a%28Office.15%29.aspx)
51-
52-
53-
29+
30+
<a href="http://msdn.microsoft.com/library/cd1eda9e-8e54-4223-93a9-a6ea0d18df70(Office.15).aspx" target="_blank"><img alt="HTML/JavaScript" src="../../images/wn_WebStandards_1.png" /></a>&nbsp;&nbsp;<a href="7a87e5bf-4428-4055-b113-7665a93e7326.htm"><img alt="OData" src="../../images/wn_WebStandards_2.png" /></a>&nbsp;&nbsp;<a href="http://msdn.microsoft.com/library/2de035a0-ac75-43bd-9665-5c5a59c4c590(Office.15).aspx" target="_blank"><img alt="REST" src="../../images/wn_WebStandards_3.png" /></a>&nbsp;&nbsp;<a href="http://msdn.microsoft.com/library/bde5647a-fff1-4b51-b67b-2139de79ce4a(Office.15).aspx" target="_blank"><img alt="OAuth" src="../../images/wn_WebStandards_4.png" /></a>
31+
5432

5533
## Development tools
5634
<a name="bmDevTools"> </a>
5735

5836
The current release reflects enormous strides in optimizing the existing development tools like Visual Studio and SharePoint Designer, in addition to providing the release of newly developed web-based tool Napa Office 365 Development Tools for developing add-ins. The new unified project system in Visual Studio lets you develop SharePoint Add-ins, Office Add-ins, SharePoint Add-ins that include Office Add-ins, or Office Add-ins that are hosted by SharePoint. In addition to the SharePoint project templates that were provided in earlier versions, Visual Studio 2012 now includes a new add-in project template in the Add-ins folder named Add-ins for SharePoint. Several new properties have been added to the Properties window and Properties pages to support SharePoint Add-in projects. Other improvements include full support for development against the Cloud Add-in Model, including OData and OAuth support, and full support for development against the Workflow Manager Client 1.0 platform.
59-
60-
61-
62-
[![Napa Office 365 Development Tools](../../images/wn_DevTools_1.png)
63-
64-
65-
66-
](http://msdn.microsoft.com/library/82a3645c-0911-4926-9176-236ac8d28bdd%28Office.15%29.aspx) [![Visual Studio](../../images/wn_DevTools_2.png)
67-
68-
69-
70-
](http://msdn.microsoft.com/library/e00dc63f-b4a4-4c08-b058-729fcb09af41%28Office.15%29.aspx) [![SharePoint Designer](../../images/wn_DevTools_3.png)
71-
72-
73-
74-
](workflow-development-in-sharepoint-designer-and-visio.md)
75-
76-
77-
37+
38+
<a href="http://msdn.microsoft.com/library/82a3645c-0911-4926-9176-236ac8d28bdd(Office.15).aspx" target="_blank"><img alt="Napa Office 365 Development Tools" src="../../images/wn_DevTools_1.png" /></a>&nbsp;&nbsp;<a href="http://msdn.microsoft.com/library/e00dc63f-b4a4-4c08-b058-729fcb09af41(Office.15).aspx" target="_blank"><img alt="Visual Studio" src="../../images/wn_DevTools_2.png" /></a>&nbsp;&nbsp;<a href="496780d5-47d6-4a43-bf14-70aefb8d820c.htm"><img alt="SharePoint Designer" src="../../images/wn_DevTools_3.png" /></a>
7839

7940
## Core platform enhancements
8041
<a name="bmPlatformEnhance"> </a>
8142

8243
On a broader scale, SharePoint has been improved and enhanced to support the new cloud-based architecture and app-driven development framework. From the SharePoint APIs at the lowest level to connectivity to social media integration, SharePoint is designed and executed to support a rich application development experience. In addition to the use of Representational State Transfer (REST) endpoints for web services, there is a broad new API for both server and client development. Remote event receivers and now supported in addition to client-side rendering.
8344

45+
<a href="http://msdn.microsoft.com/library/e1ff2979-1c16-4cb0-a57e-9168dfe20a7c.aspx" target="_blank"><img alt="REST endpoints" src="../../images/wn_Platform_1.png" /></a>&nbsp;&nbsp;<a href="f36645da-77c5-47f1-a2ca-13d4b62b320d.htm"><img alt="New client and server APIs" src="../../images/wn_Platform_2.png" /></a>&nbsp;&nbsp;<a href="18e32537-d7ed-4fe7-90cf-b6cfab3f85a3.htm"><img alt="Client-side rendering" src="../../images/wn_Platform_3.png" /></a>&nbsp;&nbsp;<a href="http://msdn.microsoft.com/library/c050d056-8548-4496-a053-016779d723d9(Office.15).aspx" target="_blank"><img alt="Remote event receivers" src="../../images/wn_Platform_4.png" /></a>
46+
8447

8548

86-
[![REST endpoints](../../images/wn_Platform_1.png)
87-
88-
89-
90-
](http://msdn.microsoft.com/library/e1ff2979-1c16-4cb0-a57e-9168dfe20a7c.aspx) [![New client and server APIs](../../images/wn_Platform_2.png)
91-
92-
93-
94-
](choose-the-right-api-set-in-sharepoint.md) [![Client-side rendering](../../images/wn_Platform_3.png)
95-
96-
97-
98-
](how-to-customize-a-field-type-using-client-side-rendering.md) [![Remote event receivers](../../images/wn_Platform_4.png)
99-
100-
101-
102-
](http://msdn.microsoft.com/library/c050d056-8548-4496-a053-016779d723d9%28Office.15%29.aspx)
103-
104-
10549

10650

10751
## Mobility
10852
<a name="bmMobility"> </a>
10953

11054
With SharePoint, you can combine Windows Phone 7 applications with on-premises SharePoint services and applications, or with remote SharePoint services and applications that run in the cloud (such as those that use SharePoint Online), to create powerful applications that extend functionality beyond the traditional desktop or laptop and into a truly portable and much more accessible environment. The new mobility features in SharePoint are built on existing Microsoft tools and technologies, such as SharePoint, Windows Phone 7, Visual Studio, and Microsoft Silverlight. You can create SharePoint-powered mobile applications for Windows Phone using the new SharePoint phone application wizard template in Visual Studio, which lets you create simple list-based mobile applications. You can integrate new features introduced in SharePoint, such as the Geolocation field type and "push" notifications from SharePoint Server, into your mobile applications.
111-
112-
113-
114-
[![Visual Studio app templates](../../images/wn_Mobility_.png)
115-
116-
117-
118-
](overview-of-windows-phone-sharepoint-application-templates-in-visual-studio.md) [![Push notifications](../../images/wn_Mobility_2.png)
119-
120-
121-
122-
](how-to-configure-and-use-push-notifications-in-sharepoint-apps-for-windows.md) [![Location and maps](../../images/wn_Mobility_3.png)
123-
124-
125-
126-
](integrating-___location-and-map-functionality-in-sharepoint.md)
127-
128-
129-
55+
56+
<a href="6ae27957-fa41-4e6f-92e3-db11dae1f6c2.htm"><img alt="Visual Studio app templates" src="../../images/wn_Mobility_.png" /></a>&nbsp;&nbsp;<a href="68fa2138-86d9-4e35-9c7c-5cd292087b80.htm"><img alt="Push notifications" src="../../images/wn_Mobility_2.png" /></a>&nbsp;&nbsp;<a href="10d4a904-ed27-4513-8c20-d2098aebf22c.htm"><img alt="Location and maps" src="../../images/wn_Mobility_3.png" /></a>
13057

13158
## Social and collaboration
13259
<a name="bmSocial"> </a>
13360

13461
New and improved social and collaboration features make it easy for users to communicate and to stay engaged and informed. The improved My Site social feed helps users keep up to date with the people and content that they care about. The new Community Site feature provides a rich community experience that lets users easily find and share information and find people who have similar interests.
135-
136-
137-
138-
[![Interactive feed](../../images/wn_Social_1.png)
139-
140-
141-
142-
](work-with-social-feeds-in-sharepoint.md) [![Community site](../../images/wn_Social_2.png)
143-
144-
145-
146-
](what-s-new-for-developers-in-social-and-collaboration-features-in-sharepoint-201.md#bkmk_Collab) [![Follow people](../../images/wn_Social_3.png)
147-
148-
149-
150-
](follow-people-in-sharepoint.md) [![Follow sites](../../images/wn_Social_4.png)
151-
152-
153-
154-
](follow-content-in-sharepoint.md)
155-
156-
157-
62+
63+
<a href="39f2163e-15cc-43bc-b131-041d5afdcd90.htm"><img alt="Interactive feed" src="../../images/wn_Social_1.png" /></a>&nbsp;&nbsp;<a href="65365b1d-cde5-47cd-8b04-1b76be0e3490.htm#bkmk_Collab"><img alt="Community site" src="../../images/wn_Social_2.png" /></a>&nbsp;&nbsp;<a href="0fa2e235-63d0-41b1-9eed-4aeb2f59a14d.htm"><img alt="Follow people" src="../../images/wn_Social_3.png" /></a>&nbsp;&nbsp;<a href="30e68cd6-6e55-4cf9-afd6-7139b0a97288.htm"><img alt="Follow sites" src="../../images/wn_Social_4.png" /></a>
15864

15965
## Search
16066
<a name="bmSearch"> </a>
16167

16268
Search functionality in SharePoint includes several enhancements, custom content processing with the Content Enrichment web service, and a new framework for presenting search result types. Additionally, there have been significant enhancements made to the keyword query language (KQL).
163-
164-
165-
166-
[![Consolidated search platform](../../images/wn_search_1.png)
167-
168-
169-
170-
](custom-content-processing-with-the-content-enrichment-web-service-callout.md) [![Rich results framework](../../images/wn_search_2.png)
171-
172-
173-
174-
](what-s-new-in-sharepoint-search-for-developers.md) [![KQL enhnacements](../../images/wn_search_3.png)
175-
176-
177-
178-
](building-search-queries-in-sharepoint.md)
179-
180-
181-
69+
70+
<a href="bdda92c8-9c8d-416e-9a6b-4a9373686fa0.htm"><img alt="Consolidated search platform" src="../../images/wn_search_1.png" /></a>&nbsp;&nbsp;<a href="b8d69685-3612-421e-b011-50b4d580d461.htm"><img alt="Rich results framework" src="../../images/wn_search_2.png" /></a>&nbsp;&nbsp;<a href="c4372fcc-4574-4c81-a345-a1bb282ca8f7.htm"><img alt="KQL enhnacements" src="../../images/wn_search_3.png" /></a>
18271

18372
## Workflows
18473
<a name="bmWorkflow"> </a>
18574

18675
Workflow Manager Client 1.0 is a redesigned workflow infrastructure that is built on Windows Workflow Foundation 4 and brings new power and flexibility to workflow authoring in SharePoint. A fully declarative authoring environment enables information workers to use SharePoint Designer 2013 to author powerful workflows, and a new set of Visual Studio 2012 workflow project templates let developers access more sophisticated features like custom actions. Perhaps most importantly, Workflow Manager Client 1.0 is fully integrated with the model for SharePoint Add-ins. In addition, workflows execute in the cloud, not in SharePoint, which provides enormous flexibility in designing workflow-based SharePoint Add-ins.
187-
188-
189-
190-
[![Executin in the cloud](../../images/wn_workflow_1.png)
191-
192-
193-
194-
](what-s-new-in-workflows-for-sharepoint.md) [![Workflow 4-based infrastructure](../../images/wn_workflow_2.png)
195-
196-
197-
198-
](sharepoint-workflow-fundamentals.md) [![Declarative authoring](../../images/wn_workflow_3.png)
199-
200-
201-
202-
](workflow-development-in-sharepoint-designer-and-visio.md) [![Designer and project templates](../../images/wn_workflow_4.png)
203-
204-
205-
206-
](develop-sharepoint-workflows-using-visual-studio.md)
207-
208-
209-
76+
77+
<a href="1d51421b-61ac-46b6-a865-52f968ddc5b3.htm"><img alt="Execute in the cloud" src="../../images/wn_workflow_1.png" /></a>&nbsp;&nbsp;<a href="1e622296-f78b-4e3a-a1e7-8effa24111a8.htm"><img alt="Workflow 4-based infrastructure" src="../../images/wn_workflow_2.png" /></a>&nbsp;&nbsp;<a href="496780d5-47d6-4a43-bf14-70aefb8d820c.htm"><img alt="Declarative authoring" src="../../images/wn_workflow_3.png" /></a>&nbsp;&nbsp;<a href="28f5d3b1-6fe8-4b1f-8c4e-b11105fe6f46.htm"><img alt="Designer and project templates" src="../../images/wn_workflow_4.png" /></a>
21078

21179
## Enterprise Content Management
21280
<a name="bmECM"> </a>
21381

21482
In SharePoint, you can now use .NET client, Silverlight, Windows Phone, and JavaScript APIs, in addition to the newly expanded set of .NET server managed APIs, to customize Enterprise Content Management (ECM) experiences and behavior.
215-
216-
217-
218-
[![Design Manager](../../images/wn_ecm_1.png)
219-
220-
221-
222-
](what-s-new-with-sharepoint-site-development.md) [![Managed navigation](../../images/wn_ecm_2.png)
223-
224-
225-
226-
](managed-navigation-in-sharepoint.md) [![Cross-site publishing](../../images/wn_ecm_3.png)
227-
228-
229-
230-
](cross-site-publishing-in-sharepoint.md) [![EDiscovery](../../images/wn_ecm_4.png)
231-
232-
233-
234-
](ediscovery-in-sharepoint.md)
235-
236-
237-
83+
84+
<a href="ac1e9891-5ce9-4707-84e5-6e2fc02fda6b.htm"><img alt="Design Manager" src="../../images/wn_ecm_1.png" /></a>&nbsp;&nbsp;<a href="c9da5011-3c73-4b83-8e00-e7a03a71ed02.htm"><img alt="Managed navigation" src="../../images/wn_ecm_2.png" /></a>&nbsp;&nbsp;<a href="33f49e69-c1d3-4a6e-8887-5df683cba022.htm"><img alt="Cross-site publishing" src="../../images/wn_ecm_3.png" /></a>&nbsp;&nbsp;<a href="45cb324a-75f5-444d-a0fa-5c223df19016.htm"><img alt="EDiscovery" src="../../images/wn_ecm_4.png" /></a>
23885

23986
## Business Connectivity Services
24087
<a name="bmBCS"> </a>
24188

24289
Business Connectivity Services (BCS) enables SharePoint to access data from external data systems such as SAP, ERP, and CRM, in addition to other data-driven applications that are exposed through WCF services or OData endpoints. BCS in SharePoint has been improved and enhanced in many ways, including OData connectivity, external events, external data in add-ins, filtering and sorting, support for REST, and others.
243-
244-
245-
246-
[![OData connector](../../images/wn_bcs_1.png)
247-
248-
249-
250-
](using-odata-sources-with-business-connectivity-services-in-sharepoint.md) [![External data in apps](../../images/wn_bcs_2.png)
251-
252-
253-
254-
](add-in-scoped-external-content-types-in-sharepoint.md) [![External events in SharePoint](../../images/wn_bcs_3.png)
255-
256-
257-
258-
](external-events-and-alerts-in-sharepoint.md)
259-
260-
261-
90+
91+
<a href="7a87e5bf-4428-4055-b113-7665a93e7326.htm"><img alt="OData connector" src="../../images/wn_bcs_1.png" /></a>&nbsp;&nbsp;<a href="a34cbbba-dc38-4d3d-b796-d54b5848bdfb.htm"><img alt="External data in apps" src="../../images/wn_bcs_2.png" /></a>&nbsp;&nbsp;<a href="e48e4812-a185-43c5-b243-04b1d79b88ee.htm"><img alt="External events in SharePoint" src="../../images/wn_bcs_3.png" /></a>
26292

26393
## Application services
26494
<a name="bmSpServices"> </a>
26595

26696
SharePoint includes several services for working with data in your SharePoint sites. New for SharePoint is the Machine Translation Service, which translates sites, documents, and streams for multilingual support. SharePoint also includes Access Services and a new data access model. For converting files and streams to other formats, SharePoint has Word Automation Services and PowerPoint Automation Services (a new feature for SharePoint). SharePoint also provides data analysis tools, like PerformancePoint Services and Visio Services, that enable business intelligence, and powerful new features in Excel Services.
267-
268-
269-
270-
[![Translation Services](../../images/wn_appServices_1.png)
271-
272-
273-
274-
](machine-translation-services-in-sharepoint.md) [![PowerPoint Automation Services](../../images/wn_appServices_2.png)
275-
276-
277-
278-
](powerpoint-automation-services-in-sharepoint.md) [![Enhanced Access Services](../../images/wn_appServices_3.png)
279-
280-
281-
282-
](what-s-new-in-access.md) [![Enhanced Excel Services](../../images/wn_appServices_4.png)
283-
284-
285-
286-
](http://msdn.microsoft.com/library/09e96c8b-cb55-4fd1-a797-b50fbf0f9296.aspx)
287-
288-
289-
97+
98+
<a href="15a81428-da94-40b8-8ed4-6a12f05661e2.htm"><img alt="Translation Services" src="../../images/wn_appServices_1.png" /></a>&nbsp;&nbsp;<a href="168c7dc0-fbdc-41a2-84db-65d211d3d673.htm"><img alt="PowerPoint Automation Services" src="../../images/wn_appServices_2.png" /></a>&nbsp;&nbsp;<a href="625bc1d0-55db-4420-a02e-aee04028b215.htm"><img alt="Enhanced Access Services" src="../../images/wn_appServices_3.png" /></a>&nbsp;&nbsp;<a href="http://msdn.microsoft.com/library/09e96c8b-cb55-4fd1-a797-b50fbf0f9296.aspx" target="_blank"><img alt="Enhanced Excel Services" src="../../images/wn_appServices_4.png" /></a>
99+
290100

291101
## Additional resources
292102
<a name="bm_Addres"> </a>

0 commit comments

Comments
 (0)