摘要:
LINQ to SQL provides a run-time infrastructure for managing relational data as objects. In LINQ to SQL, the data model of a relational database is map 阅读全文
摘要:
LINQ to XML LINQ to XML provides an in-memory XML programming interface that leverages the .NET Language-Integrated Query (LINQ) Framework. LINQ to XM 阅读全文
摘要:
Linq是Language Integrated Query的简称,它是C# 3.0中新添加的,包含在微软.net framework 3.5,用以简化查询查询操作。它主要包含了3块,Linq to Object、Linq to SQL、Linq to XML,其中Linq to Object和对于 阅读全文
摘要:
上一篇App开发随笔中,我使用的是JSOM进行的开发,本次尝试使用REST API,App工程的创建步骤参照上篇文章,本文中主要是比较JS文件中的差异。 1.为了方便尝试实验Rest API,aspx页中添加两个inputText,一个button,第一个inputText中用了输入rest url 阅读全文
摘要:
1.使用Visual studio 2015,new project->App for SharePoint 本次使用SharePoint-hosted类型的host,至于Provider-hosted和SharePoint-hosted的区别,可以点“Learn more about this c 阅读全文