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

推荐订阅源

Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog RSS Feed
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
B
Blog
博客园 - 司徒正美
Vercel News
Vercel News
A
About on SuperTechFans
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
S
SegmentFault 最新的问题
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
Stack Overflow Blog
Stack Overflow Blog
L
LINUX DO - 热门话题
Y
Y Combinator Blog
F
Full Disclosure
月光博客
月光博客
C
Cyber Attacks, Cyber Crime and Cyber Security
MongoDB | Blog
MongoDB | Blog
The Cloudflare Blog
The Hacker News
The Hacker News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
A
Arctic Wolf
Scott Helme
Scott Helme
V
Visual Studio Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tor Project blog
P
Privacy International News Feed
Spread Privacy
Spread Privacy
G
GRAHAM CLULEY
Microsoft Security Blog
Microsoft Security Blog
N
News and Events Feed by Topic
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
PCI Perspectives
PCI Perspectives
小众软件
小众软件
博客园 - 【当耐特】
Cloudbric
Cloudbric
S
Secure Thoughts
L
LINUX DO - 最新话题
Google Online Security Blog
Google Online Security Blog
T
Troy Hunt's Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
W
WeLiveSecurity
V
Vulnerabilities – Threatpost
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
量子位

博客园 - jv9

SharePoint 2013技巧分享系列 - 同步Exchange显示高清用户照片 SharePoint 2013技巧分享系列 - Active Directory同步显示用户照片 SharePoint 2013技巧分享系列 - 隐藏Blog和Apps左侧导航菜单 常用Git代码托管服务分享 Microsoft Client Development MVP 2013 - 2014 车祸 Windows 8实例教程系列 - 数据绑定高级实例 Windows 8实例教程系列 - 数据绑定基础实例 Windows 8应用实例解析 - WinRT下创建GIF动画(Flipflop) Windows 8实例教程系列 - 布局控制 Windows 8实例教程系列 - 自定义应用风格 轻松搭建Windows8云平台开发环境 对比Windows 8模拟器(Simulator)和Windows Phone仿真器(Emulator) Windows8/Silverlight/WPF/WP7/HTML5周学习导读(1月28日-2月3日) Windows 8应用开发书籍汇总 Silverlight动态设置WCF服务Endpoint 心境 Windows8/Silverlight/WPF/WP7/HTML5周学习导读(1月7日-1月14日) Windows8/Silverlight/WPF/WP7/HTML5周学习导读(1月1日-1月6日)
SharePoint 2013常用开发工具分享
jv9 · 2014-04-01 · via 博客园 - jv9

众所周知,一款好的开发工具不仅能提高项目开发效率,而且能够协助开发人员简化开发流程。本文汇总几款SharePoint 2013开发常用开发工具,希望能够对大家有所帮助。如果您有更好的工具,没有包含在本文中,欢迎留言分享。

Visual Studio 2013 (http://www.visualstudio.com/)

排在第一位的开发工具自然是Visual Studio,不过我个人而言,更推荐Visual Studio 2013。 VS2013不仅包含代码优化,强大的智能提示,而且对于SharePoint,Office365应用开发提供了很多新的开发特性。对于VS2013的使用技巧将在随后的文章中分享讨论。

Fiddler (http://www.telerik.com/download/fiddler)

对于Web开发人员而言,Fiddler可以说是最常用的Web应用调试工具之一。对于SharePoint应用开发而言,Fiddler可以协助监控和分析客户端请求以及服务器端的响应。毋庸置疑,这是SharePoint开发必备工具之一。

SharePoint Code Analysis Framework (http://www.spcaf.com/)

优秀的SharePoint代码分析工具,该工具是Visual Studio扩展工具,可以有效地分析SharePoint代码,帮助开发人员优化项目代码。

LINQPad 4 (https://www.linqpad.net/)

从事SharePoint应用开发,LINQ是最常用的开发技巧之一。LINQPad是一款免费的调试LINQ的工具,开发人员可以使用该工具内置模板轻松创建以及调试LINQ代码。

推荐开发工具。

CAML Designer 2013 (http://www.camldesigner.com/)

CAML Designer是一款CAML Query免费开发工具,对于SharePoint Search应用开发,CAML是主要开发语言之一,该工具提供自动生成CAML Query代码,另外可以自动生成CSOM .Net代码,CSOM REST代码。对于使用Web Service调用Search服务的,该工具同样可以自动生常对应Web Service代码,不仅如此,该工具还可以自动生成PowerShell代码。

对于SharePoint开发人员来说,该工具是必备开发工具之一。

ULS Viewer(http://archive.msdn.microsoft.com/ULSViewer)

ULS Viewer是一款SharePoint调试辅助工具,该工具提供快捷的查询方式,允许开发人员察看ULS日志文件,该工具提供排序,高亮,过滤等查询功能,开发人员可以快速定位Bug的位置。

SharePoint Manager 2013(http://spm.codeplex.com/)

SharePoint Manager是一款免费的SharePoint管理工具,开发人员可以通过该工具方便查看SharePoint服务信息,其中可以查看当前激活的Features,也可以查看当前站点设置,List模板,Field定义信息等。

SharePoint Client Browser (https://spcb.codeplex.com/)

SharePoint Client Browser是一款和SharePoint Manager类似的工具,可以帮助开发人员察看SharePoint设计结构,值得关注的是该工具支持Office 365 SharePoint Online应用开发,可以轻松远程察看SharePoint Online站点结构。

Color Palette Tool (http://www.microsoft.com/en-us/download/details.aspx?id=38182)

SharePoint开发人员经常会为了开发个性站点配色头痛,而Color Palette工具则解决了这个问题。该工具主要是为创建自定义CSS设计的。

该工具由微软提供,免费供开发人员使用。

SharePoint 2013 Search Tool(https://sp2013searchtool.codeplex.com/)

SharePoint 2013 Search是一款帮助开发人员调试Search Query的工具。该工具可以非常方便的测试Search REST Query,并且提供格式化结果,帮助开发人员分析搜索结果。

对于SharePoint Search开发这是一款非常好的工具。

Postman (https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm)

Postman是一款基于Google Chrome浏览器的REST调试工具。对于我个人而言,该工具不仅可以使用在SharePoint应用开发,同时也可以应用在Windows Store和移动应用开发中, 值得推荐。

同类应用在Google Market有不少,例如:Advanced REST Client plugin (https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo?hl=en-US)

大家可以根据自己的使用习惯挑选使用。

SPFastDeploy (http://visualstudiogallery.msdn.microsoft.com/9e03d0f5-f931-4125-a5d1-7c1529554fbd)

这是一款VS2013扩展工具,帮助开发人员快速部署单一文件到SharePoint服务器,该工具适用于SharePoint 2013和Office 365 SharePoint Online。

最后推荐的开发工具是浏览器的F12功能,目前主流的浏览器都提供开发人员模式,无论是开发人员还是设计人员都可以使用该工具实时调试Web应用。而对于SharePoint开发来说,F12是必不可少的工具之一。