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 of the box features that don’t necessarily need customization. This list includes the addition of a few personal attributes too.

1. KNOW THE OUT OF THE BOX TOOLS AVAILABLE TO A SHAREPOINT DEVELOPER

This is the skill required above all else. You can be interviewing an amazing .NET developer who really knows their stuff, but never worked specifically in SharePoint. Unfortunately hiring him would be a huge fail on your part. SharePoint development is an odd beast and even someone who has top notch skills in all of the below mentioned areas, but no real understanding of SharePoint will fall on their face when attempting to tackle your project.

Find someone who can talk SharePoint with you and prove experience using the following Windows-specific tools:

  1. Out of the box features for creating webpages, forms, workflows and more are a must. Developers need to be able to work with Business Connectivity Services, Master Pages, Apps, Page Layouts, User Store, Web Parts, Windows Workflow Foundation, SharePoint Ribbon, etc.
  2. SharePoint Object Model (OM)
  3. SharePoint Designer
  4. Visio
  5. InfoPath
  6. Visual Studio
  7. PowerShell

2. .NET

I just said a great .NET developer without SharePoint knowledge is a waste of an interview, but that doesn’t mean your SharePoint developer shouldn’t know .NET. This is the basis of SharePoint and any custom development that needs to be done in this environment requires knowledge of the .NET syntax to make it work.

3. C#

You will need knowledge of this programming language in addition to your ASP.NET skills in order to understand and ultimately build great SharePoint solutions.

4. REST API AND JQUERY

Windows offers a wide variety of apps that can be leveraged for your needs. You can use InfoPath for basic forms (very basic forms). However, if you need or just want something a bit more advanced or customized, then you will need to apply your skills with the REST API and jQuery to get the job done.

5. JAVASCRIPT

So many hacks can easily be made by just running a few scripts. Make your “customization” come to life with your JavaScript skills.

6. HTML5

For your webpages and the compatibility that now comes with IE10, HTML5 knowledge will be a must for a SharePoint developere.

7. CSS

If you want the capabilities of giving your SharePoint site a face-lift, than you will need to look for a SharePoint developer with some awesome CSS skills that can override the out of the box styles SharePoint gives you.

8. UNDERSTAND THE END USER’S EXPERIENCE

This is really true for any developer, but especially true for a SharePoint developer. The SharePoint architecture is really geared towards developing solutions not necessarily just building features. This is why there are so many out of the box elements to support end user document management, sharing, etc.

SharePoint developers need to have an ear for diagnosing end user’s problems, the ability to prescribe the right solution and then ultimately determine the right combination of methods using the skills mentioned above to deliver the right features.

9. BE ABLE TO TRAIN USERS AND DOCUMENT PROCESS

Again you diagnosed the problems, now you have to convince your end user to follow your prescription. Provide clear documentation and training to support your end user in tackling the new processes you created and be there to support and remind them that this is a fix to the problems they experience.

10. PATIENCE

As you have probably come to find out, SharePoint is unique in terms of development. It tries to provide all the solutions you need through its out of the box features and there’s very little “build from the ground up” development necessary. Additionally, the places where custom code is needed requires you to alter your techniques to fit the SharePoint framework.

All this means is that as a developer (especially if your not actively developing in SharePoint already) you need to leave your typical coding mindset at the door and try to play by the SharePoint rules which requires a ton of patience on your part. Be prepared to get frustrated, to curse and to just walk away from your computer at least a few times as you navigate the environment known as SharePoint.

10 Skills Every SharePoint Developer Needs的更多相关文章

  1. 10分钟精通SharePoint - SharePoint升级

    类型: b2b(安装更新)和v2v(跨版本升级) 内容:二进制文件和数据库 过程:   升级前检查 - 检查场内数据,配置和自定义等等 升级准备和计划 - 根据需要和升级检查制定相应计划和准备工作   ...

  2. 10分钟精通SharePoint - SharePoint安装

    简介 接触SharePoint就避免不了要接触SharePoint安装,无论你是对SharePoint进行开发还是管理(终端用户除外).SharePoint的安装涉及到两部分:预装.安装和配置,这主要 ...

  3. 10分钟精通SharePoint - SharePoint拓扑结构

    SharePoint服务器角色:前端,应用程序和数据库服务器 应用程序服务:搜索.Office文档.User Profile和App等应用服务器 数据库类型:内容数据库.应用程序数据库和配置数据库 规 ...

  4. 10分钟精通SharePoint - SharePoint发展历程

    SharePoint 2001: SharePoint Team Service(STS) SharePoint Portal Server(SPS) SharePoint 2003: Windows ...

  5. 10 Linux Commands Every Developer Should Know

    转载:http://azer.bike/journal/10-linux-commands-every-developer-should-know/ As a software engineer, l ...

  6. 10分钟精通SharePoint - SharePoint定位

    平台 – "一栋楼房的框架结构" 扩展 – "用户可以根据自己需要随意装修房间"集成 – "插拔式的系统集成能力"业务– "既是全 ...

  7. 今天看了《SOFT SKILLS The Software Developer's Life Manual》有感

    从第四篇生产力开始看的,书中提到了专注,待续

  8. 跟我学SharePoint 2013视频培训课程——排序、过滤在列表、库中的使用(10)

    课程简介 第10天,SharePoint 2013排序.过滤在列表.库中的使用. 视频 SharePoint 2013 交流群 41032413

  9. SharePoint 2013 Troubleshooting——启用 Developer Dashboard

    SharePoint 2010的管理员和开发者可能对SharePoint Developer Dashboard(开发人员仪表盘)很熟悉.在SharePoint 2013这个工具已经被大范围的改写了, ...

随机推荐

  1. supervisor使用总结

    简介: Supervisor是一个进程控制系统. 它是一个C/S系统(注意: 其提供WEB接口给用户查询和控制). 它允许用户去监控和控制在类UNIX系统的进程. 它的目标与launchd.daemo ...

  2. ubuntu 14上安装mysql离线包

    1.下载mysql在linux下离线安装包文件:wget http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.33-linux-glibc2. ...

  3. 将数据挂载到 docker 容器中的3种方式:volume、bind mount、tmpfs

    出处:https://deepzz.com/post/the-docker-volumes-basic.html

  4. DP-动态规划算法实例:拿糖果问题

    拿糖果问题 问题描述 妈妈给小B买了N块糖!但是她不允许小B直接吃掉. 假设当前有M块糖,小B每次可以拿P块糖,其中P是M的一个不大于根号下M的质因数.这时,妈妈就会在小B拿了P块糖以后再从糖堆里拿走 ...

  5. Zookeeper watcher机制

    一.watcher机制 1.针对每个节点的操作,都会有一个监督者-> watcher 2.当监控的某个对象(znode)发生了变化,则触发watcher事件 3.zk中的watcher是一次性的 ...

  6. 会话状态Session

    一.会话状态Session Session用于服务器端状态管理,使用Session之后,每个客户端都可以将实际的数据保存在服务器上,对于每个客户端的数据,将会生成一个对应的唯一的key(保存在客户端) ...

  7. Golang如何使用websocket

    下载websocket包 $ go get golang.org/x/net/websocket 如果下载失败,可能是被墙了. package golang.org/x/net/websocket: ...

  8. JAVA常量与变量

    顺着箭头的转换为自动转换逆这箭头的转换为强制转换. 常量 关键字FINAL 命名为大写 标识符 1要以字母数字下划线和¥组成 2首字母不能为数字 3不能是JAVA的关键字和 保留字 4数据类型分为基本 ...

  9. 微信开发-业务域名、JS接口安全域名、网页授权域名

    在微信公众平台上可配置这些域名. 1.业务域名:在微信浏览器中点击文本框,会弹出下面的提示,很不爽,通过配置业务域名可以将该提示去掉 2.JS接口安全域名:分享到朋友圈(js-sdk)时用上,此接口要 ...

  10. 删除右键菜单中的Git

    在打开的注册表中找到:HKEY_CLASSES_ROOT,并点HKEY_CLASSES_ROOT前面的小三角:找到Directory,点击前面的小三角:找到Background,点击前面的小三角:打开 ...