The Microsoft Office Developer Center has created 101 code samples for SharePoint 2010. These samples cover a wide range of useful tasks from working with lists and document libraries, to using BCS. The C# samples, in most cases, have a companion VB.…
https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b…
Here is an article about how to develop for SharePoint Online(Ofiice 365):http://www.microsoft.com/en-us/download/details.aspx?id=17069 (It's a guide for SharePoint 2010, but similar for SharePoint 2013). For SharePoint 2013 Online with Visual Studio…
http://techmikael.blogspot.in/2013/07/how-to-copy-files-between-sites-using.html I'm currently playing with a POC for an App, and wanted to try to do the App as a SharePoint hosted one, only using JavaScript and REST. The starting point was to call _…
SharePoint 2013 图文开发系列之入门教程 学习地址:http://www.cnblogs.com/jianyus/p/3461719.html 里面有2007.2010.2013各个版本的教程学习,以及其他的技术点知识,如果想学习SharePoint,是个不错的学习网站. -------------------------------------- SharePoint 2010 视频学习教程 学习地址:http://edu.51cto.com/course/course_id-5…
转:http://blog.csdn.net/mattwin/article/details/2074984 WSSv3 Technical Articles_Windows SharePoint Services 3.0编码开发工具和技巧(Part 1 of 2) 摘要:学习开发Windows SharePoint Services 3.0的技能,与传统ASP.NET开发的区别,需要的开发环境,用Visual Studio 2005 Extensions for Windows SharePo…
---恢复内容开始--- Meaningful Names: use Intention-Revealing Names //nice,Everyone who reads your code (including you) will be happier if you do. The name of a variable, function, or class, should answer all the big questions. It should tell you why it exi…
原文地址:101 LINQ Samples in C# Part1 - Restriction Operators Part2 - Projection Operators Part3 - Partitioning Operators Part4 - Ordering Operators Part5 - Grouping Operators Part6 - Set Operators Part7 - Conversion Opertions Part8 - Element Part9 - Gen…
官方文档 使用 Lint 改进您的代码 [Improve your code with lint checks] 除了[In addition to]测试 Android 应用以确保其符合功能要求[meets its functional requirements]外,确保代码不存在结构问题[structural problems]也是非常重要的.结构混乱[poorly structured]的代码会影响 Android 应用的可靠性和效率[impact the reliability and…
  Scripting API Samples Tomáš Matoušek edited this page on Jan 31 · 32 revisions Home API Changes Building Testing and Debugging C# Interactive Walkthrough Compiler release process Compiler supporting types Contributing Code Diagnosing Project System…