5 Steps to Getting Started with SharePoint Development Here are the steps I took to getting started with SharePoint development: Sign up for Microsoft Virtual Academy and use it I wish I had known about this a long time ago, even before making this t…
博客地址 http://blog.csdn.net/foxdave 之前两次我们定义了内容类型和字段,我们现在用它们为这一讲服务--创建一个自定义列表. 打开Visual Studio,打开之前的工程,添加一个"来自内容类型的列表定义",更改名字后点击添加.之后会弹出自定义向导如图所示 第二行自动加载出了我们自定义的内容类型.默认勾选"为此列表添加列表实例",需要注意的是,每次部署时都会删掉现有实例创建新实例,如果有数据的话需要留意一下.点击完成,完成列表定义的添加…
博客地址 http://blog.csdn.net/foxdave 自定义列表的时候有时候需要自定义一些字段来更好地实现列表的功能,本文讲述自定义字段的一般步骤 打开Visual Studio,我们还是使用上次创建的小项目,打开.我们只做一个简单的字段,一个图片超链接,此例没有附带ascx用户控件, 第一步,添加两个自定义字段类,继承SPField和SPFieldControl,最简单的格式如下所示 using Microsoft.SharePoint; using Microsoft.Shar…
博客地址 http://blog.csdn.net/foxdave 本文所述均来自之前实际的项目模块 首先再论述一下SharePoint ContentType内容类型 SharePoint的列表和文档库可以储存不同类型的内容就叫做内容类型,比如文档库的文档,调查列表的调查等,都称作是内容类型.内容类型在网站范围内是可用的,不同的内容类型具有不同的内容和设置(如策略,关联的工作流等). 通俗来讲,内容类型可以是文档,可以是文件夹,也可以是字段的集合.创建好后的内容类型可以与列表关联,体现在列表的…
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-premises product that IT admins love into a core part of the Office 365 service today. Over the last several years, the SharePoint team has invested heavi…
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-premises product that IT admins love into a core part of the Office 365 service today. Over the last several years, the SharePoint team has invested heavi…
http://msdn.microsoft.com/en-us/magazine/dn198245.aspx Understanding and Using the SharePoint 2013 REST Interface Jim CrowleyRicky Kirkham SharePoint 2013 provides a Representational State Transfer (REST) interface that opens the SharePoint 2013 deve…
Experience comes when you give a try or do something, I worked in to many SharePoint development project but my last project was troubled me during the deployment on staging server. I really interested to share the learning with all of you. Recently…
10 Skills Every SharePoint Developer Needs(原文) This blog post guides you through the essential skills for a successful SharePoint developer. Great SharePoint developers know how to use scripting, design, and drafting tools. They have knowledge of out…
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-premises product that IT admins love into a core part of the Office 365 service today. Over the last several years, the SharePoint team has invested heavi…
By default SharePoint 2013 doesn’t have a breadcrumb (like the 2010 version used to have). This was a very helpful feature to navigate back in your site and some users really miss it. The good news is Microsoft didn’t remove it from SharePoint 2013,…
As many of you know, event receivers are a great way to hook into various SharePoint events.  These can apply to Feature events such as FeatureActivated, List events such as FieldAdded, and many others.  The most common set of receivers used, however…
原文:VSTO 学习笔记(十)Office 2010 Ribbon开发 微软的Office系列办公套件从Office 2007开始首次引入了Ribbon导航菜单模式,其将一系列相关的功能集成在一个个Ribbon中,便于集中管理.操作.这种Ribbon是高度可定制的,用户可以将自己常用的功能进行单独设置,提高工作效率.但是由于Office 2003时代用户的操作习惯已经养成,结果到了Office 2007很多菜单.按钮都找不到了,着实有些尴尬.经过一段时间的适应,相信大多数用户已经习惯Ribbon…
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-premises product that IT admins love into a core part of the Office 365 service today. Over the last several years, the SharePoint team has invested heavi…
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-premises product that IT admins love into a core part of the Office 365 service today. Over the last several years, the SharePoint team has invested heavi…
In this article we will see how to use MongoDB with Laravel (PHP framework). So first we need to install MongoDB and Laravel. Laravel and MongoDB installation: We will install Laravel and MongoDB one by one and I assume that you have PHP already inst…
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-premises product that IT admins love into a core part of the Office 365 service today. Over the last several years, the SharePoint team has invested heavi…
XDA-University: Getting Started A while back, we introduced XDA-University to the world, an ongoing project that aims to guide your steps in the world of Android development. Featuring a wealth of information, guides, hints, and tips on a variety of…
编译必须 安装arm-linux-gcc-4.4.3.tar.gz PC simulator You can try out the Littlev Graphics Library using only your PC without any development board. Write a code, run it on the PC and see the result on the monitor. It is cross-platform: Windows, Linux and O…
Setting Up a Development Environment This page outlines what you need to do to get a Storm development environment set up. In summary, the steps are: Download a Storm release , unpack it, and put the unpacked bin/ directory on your PATH To be able to…
Run Hyper-V and VirtualBox on the same machine Posted on September 5, 2012 by derek gusoff Recently I upgraded to the Windows 8 RTM build for my main work laptop, and began working with Hyper-V, which is available on a client OS for the first time wi…
微软的Office系列办公套件从Office 2007开始首次引入了Ribbon导航菜单模式,其将一系列相关的功能集成在一个个Ribbon中,便于集中管理.操作.这种Ribbon是高度可定制的,用户可以将自己常用的功能进行单独设置,提高工作效率.但是由于Office 2003时代用户的操作习惯已经养成,结果到了Office 2007很多菜单.按钮都找不到了,着实有些尴尬.经过一段时间的适应,相信大多数用户已经习惯Ribbon式的界面了.到了Office 2010时代,微软已经将所有Office产…
本文翻译自:5 Steps: Setup VS Code for Remote Development via SSH from Windows to Linux system 5个步骤:设置VS代码以通过SSH从Windows到Linux系统进行远程开发 远程开发是VS代码中非常流行的功能.他们的官方文档提供了以一般方式配置它的标准说明.但是,当我从视窗系统连接到远程的Linux服务器时,由于输入侧 错误,我总是遇到以下损坏的MAC,很难在一处找到完整的解决方案. 因此,本文将为Windows…
SharePoint 2013 support app development pattern.An app for SharePoint is small and isolate application that provides a specific bit of functionality.In order to provide isolate apps run in their own domain,instead of the same domain name as your farm…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第3章节--SharePoint 2013 开发者工具 站点设置         你应该熟悉(假设还咩有)的SharePoint主要部分之中的一个是站点设置.你可用点击右手角落的齿轮图标,点击站点设置来訪问站点设置.在此页面你会发现大部分站点配置,所以这是尝试理解在哪儿你能够改变站点主题.激活功能.管理权限等的好地方.下图显示了站点设置页面,注意站点设置核心功能被分成几个主要部分.比如,大多安全设置在用户和权限类别中可…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第15章节--开发SP2013工作流应用程序 总结         在SP2013中,工作流已经从SP Server中脱离,并作为本地安装的Workflow Manager Server以及云上的Workflow Manager Service执行.新的工作流引擎是依据新的云App模型架构而写的,它使用REST _API,通过OAuth协议和Windows Azure Service Bus提供信息框架和耐用的事件管理…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第7章节--打包并部署SP2013 Apps 打包并公布App         如今既然你理解了一个app的四个主要部分,你能够開始打包并公布你自己的app的历程了.当你打包app时,主要将Web部署包.数据库包.SP解决方式包.app.manifest包括到.app文件里.然后你准备好发不到一个位置,让用户能够安装它.你能够公布一个app到私有app文件夹或者公共SP商店.以下部分带你了解公布到私有app文件夹,然后…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第3章节--SharePoint 2013 开发者工具 SharePoint中基于Web开发         之前提到过,定义SharePoint开发有多种方法.作为高级用户,你可能使用很多其它原生SharePoint功能在基于Web环境做开发.高级用户典型地在SharePoint网站有逐步上升的权限,而且可以完毕下面任务: 创建和管理站点集与站点权限. 配置站点主题. 加入Apps到站点. 为站点中使用创建并部署多媒…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 文件夹 第一部分--開始使用SharePoint 2013 第1章节--SharePoint 2013 介绍 逐渐了解SharePoint 处理开发者需求 SharePoint 2013 平台 SharePoint 管理中心 总结 第2章节--SharePoint 2013 App 模型概览 SharePoint 2013 App 模型 移到云端 理解三个SharePoint 部署模型 Apps 总结 第3章节--Sh…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第8章节--配送SP2013Apps         本章节你将学到: 通过SP商店配送Apps: 在商店授予证书并管理Apps.…