from:http://sharepointchick.com/archive/2012/07/29/setting-up-your-app-domain-for-sharepoint-2013.aspx The most important change in SharePoint 2013 for developers is the introduction of SharePoint apps. An app for SharePoint is a small and isolated a…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第2章节--SharePoint 2013 App 模型概览 SharePoint 2013 App 模型 你能够通过两个基本的方式安装SharePoint. 对于SharePoint 2010,你能够安装完整版本号的SharePoint Server,而且在内部部署环境执行全部的资产和内容. 可选的是.你能够提供一个Office 365(O365)实例,然后利用SharePoint Online(或者一个ShareP…
from  http://blog.sharedove.com/adisjugo/index.php/2012/07/25/visual-guide-setting-up-my-sites-in-sharepoint-2013/ Adis Jugo The Southern Side – SharePoint thoughts and bytes // SharePoint MVP Home Architecture Speaking About Navigation Home Architec…
SharePoint 2013 APP 安全: SharePoint 2013 APP 开发示例 (一)List 读写 SharePoint 2013 APP 开发示例 (二)获取用户信息 SharePoint 2013 APP 开发示例 (三)使用远程的web资源 SharePoint 2013 APP Web Service ( REST): SharePoint 2013 APP 开发示例 (四)JQuery访问REST SharePoint 2013 APP 开发示例 (五)跨域访问 W…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第1章节--SharePoint 2013 介绍 处理开发者需求         SharePoint本质上是一个平台.你必须理解哪些平台功能,才知道SharePoint怎样能帮助你(开发者).当你探索并了解组成此平台的功能范围时,你会看到一些有趣而引人的机会出如今开发者面前.         我们看一个实际样例.如你所知,一个业务生产平台意味着终端用户能够是他们更加协同,并在日常工作生活中很多其它产--SharePo…
1. 首先,在DNS服务器上创建app domain,建议使用一个新domain,而不是当前domain的 sub domain,参考此文章的 Option A: Create a new domain to host your apps 区域: 2. 在 SharePoint CA的 Manage Service Applications 页面,确认 App Management Service Application 和 Subscription Settings Service Appli…
使用SharePoint App,如果要通过应用程序目录分发 SharePoint 相关应用程序,如具有完全控制权限的 SharePoint 相关应用程序(无法部署到 Office 365 网站),则将需要使用本地计算机上完整安装的SharePoint 2013.我们在本文中提供了用于设置SharePoint 2013 的本地安装以及开始开发SharePoint 相关应用程序的步骤. 一.配置前准备 1. 请确定已经安装好SharePoint 2013,如若未安装,请参考附后的安装教程. 2.确…
该错误的原文是:the apps are disabled in this site 可以在yahoo或者bing上搜索这个错误,可以找到解决办法: msdn上也有该错误解决办法,但是如果搜索中文,目前是找不到的. 解决方案都是一致的,即sahrepoint2013安装完后,需要通过powershell创建app domain 原文地址:http://msdn.microsoft.com/en-us/library/fp179923%28v=office.15%29 操作命令: 在开始 shar…
Any setup of Team Foundation Server is not complete until you have at least tried t work with SharePoint. While I have many customers that like to stay away from  SharePoint I also have many that make it an integral part of not just their TFS install…
这个示例里,我们将用JQuery AJAX去发送一个 REST请求,并查看返回结果.为了让我们更好地理解REST 接口,我们将添加一个输入框让用户可以指定REST的URL, 这将让我们尝试着用构造的URL从SharePoint去获取信息. 首先,我们将创建一个 SharePoint-hosted app.然后我们将在APP的default页面添加输入框,最后我们将添加一个 view-model 去请求  REST并显示结果. 1. 打开 Visual Studio 2012. 2. 创建Shar…