P21

  ASP.NET MVC 简明教程 文档

ASP.NETMVC介绍这是一个初级的关于ASP.NETMVC的教程,你可以创建一个简单的可以读写数据库的WEP应用程序。让我们来使用 Visual Web Developer2010 Express 来创建第一个ASP.NET MVC WebApplication。让我们来创建一个可以添加和显示影片列表的应用程序。这个简短的教程说明了什么是MVC架构和用VS快速的搭建这个小示例,本文翻译网上一篇关于介绍MVC的文章,如果大家有兴趣的话可以浏览原版的内容

eb_cqy 2015-11-13   533   0
P9

  C#:DataSet用法详解 文档

特点介绍 1、处理脱机数据,在多层应用程序中很有用。 2、可以在任何时候查看DataSet中任意行的内容,允许修改查询结果的方法。 3、处理分级数据 4、缓存更改 5、XML的完整性:DataSet对象和XML文档几乎是可互换的。

lofe 2015-09-04   1779   0
P4

  Visual Basic 中访问远程数据库的几种关键技术 文档

从VB数据库体系结构的角度探讨了VB对数据库的支持,并结合了一些代码具体阐述了使用DAO(DataAccess Object Variable)和ADO(Active Data Objects)两种方法,实现远程数据库的访问。  关键词 控件 数据库 接口  VisualBasic专业版是一种广泛使用的数据库编程语言,提供了对数据库应用的强大支持。VB访问数据库的方法大致有三类:使用数据绑定控件,数据访问对象,直接调用ODBC2.0API接口函数。

dfzhangyanping 2015-08-24   1662   0
P41

  A SharePoint Developer Introduction 文档

Web Parts are an essential component of ASP.NET technologies used by SharePoint to present dynamic information to users. Web parts are the most common customization created for SharePoint. A Web Part is a reusable component that exists on a Web Part Page and can present any type of web-based information. The objective of this lab is to learn about how to utilize enhancements available in SharePoint 2010 to build Visual Web Parts and connect web parts for use in the SharePoint system.

torney 2015-07-28   1415   0
P36

  Developing a BCS External Content Type with Visual Studio 2010 文档

This lab demonstrates how to create a Business Connectivity Service External Content Type and then make it available offline in Outlook. The objective of this lab is to learn how to build BCS External Content Types and make them available offline in Outlook using Visual Studio 2010 and SharePoint Designer.

torney 2015-07-28   402   0
P26

  A SharePoint Developer Introduction 文档

The objective of this lab is to learn about how to create a web part that renders and updates list data that is deployed as a Sandboxed Solution. A Sandboxed Solution can be deployed to a site by a site administrator without requiring intervention from the farm administrator. The solution has full access to the immediate site and restricted access to system resources and other sites.

torney 2015-07-28   1346   0
P25

  A SharePoint Developer Introduction 文档

Client Object Model provides a unified and complete object model for SharePoint to access SharePoint site data from remote clients. By including the Client Object Model library, developers can build SharePoint application as quickly as possible. It provides complete access to SharePoint site data. The objective of this lab is to learn about: • How to use the new Client Object Model. • How to use the new REST API framework in SharePoint 2010.

torney 2015-07-28   1806   0
P22

  Developing Advanced Web Parts for SharePoint 2010 with Visual Studio 2010 文档

One of the core ASP.NET technologies used by SharePoint to present dynamic information to users is Web Parts. They are the most common customization created for SharePoint. A Web Part is a reusable component that exists on a Web Part Page and can present any type of web-based information. The objective of this lab is to learn about some of the more advanced Web Part functionality specific to the SharePoint system.

torney 2015-07-28   509   0
P33

  Developing a List Definition and Event Receiver in Visual Studio 2010 文档

This lab demonstrates how to create a List Definition with a corresponding List Instance,and then attach an Event Receiver to the list to perform some tasks. The objectives of this lab are to learn how to build List Definitions, List Instances, and Event Receivers using Visual Studio 2010 and how to use the Developer Dashboard in SharePoint 2010.

torney 2015-07-28   456   0
P39

  常用控件和类的使用 文档

常用控件和类的使用Visual Studio.Net(简称VS.NET)使用控件(组件)设计Windows应用程序。将VS.NET工具箱窗口中的控件放到窗体中,使用属性窗口改变控件的属性,或在程序中用语句修改属性,为控件增加事件函数,完成指定的功能。控件通用属性大部分控件,例如Label、Button、TextBox等,都是Control类的派生类。

龙狻猊 2015-06-15   2572   0
P

XAML in a Nutshell 文档

When Microsoft releases Windows Vista, the new operating system will support applications that employ graphics now used by computer games-clear, stunning and active. The cornerstone for building these new user interfaces is XAML ("Zammel"), the XML-based markup language that works with Windows Presentation Foundation (WPF), Vista's new graphics subsystem.

如子可教 2015-06-02   409   0
P826

  C#高级编程(第6版)最经典版本 文档

C#高级编程(第6版)2008最新版第1章.NET体系结构我们不能孤立地使用C#语言,而必须和.NET Framework一起考虑。C#编译器专门用于.NET,这表示用C#编写的所有代码总是在.NETFramework中运行。对于C#语言来说,可以得出两个重要的结论:(1)C#的结构和方法论反映了.NET基础方法论。(2)在许多情况下,C#的特定语言功能取决于.NET的功能,或依赖于.NET基类。由于这种依赖性,在开始使用C#编程前,了解.NET的结构和方法论就非常重要了,这就是本章的目的。下面是本章的内容:● 本章首先了解在.NET编译和运行所有的代码(包括C#)时通常会出现什么情况。

mayunxin 2015-05-29   5188   0
.NET开发   C#  
P14

  ASP.Net MVC4中调用Web API的四个方法 文档

ASP.Net MVC4中调用Web API的四个方法

martinmvc5 2015-04-18   878   0
P3

  C#截取字符串获取IP日期 文档

C#截取字符串获取IP日期

qyw96 2015-04-09   559   0
.NET开发   C#  
P13

  NET 性能优化方面的总结 文档

1. C#语言方面   1.1垃圾回收  垃圾回收解放了手工管理对象的工作,提高了程序的健壮性,但副作用就是程序代码可能对于对象创建变得随意。 1.1.1避免不必要的对象创建   由于垃圾回收的代价较高,所以C#程序开发要遵循的一个基本原则就是避免不必要的对象创建。以下列举一些常见的情形。  1.1.1.1避免循环创建对象 ★   如果对象并不会随每次循环而改变状态,那么在循环中反复创建对象将带来性能损耗。高效的做法是将对象提到循环外面创建。 ToUpper或ToL

ddxkj 2015-04-01   1761   0
P45

  C#语法 文档

第二章C#基础知识回顾.net平台的体系结构?C#语言的特点CLR是什么?CTS是什么?JIT是什么?C#代码如何被执行?VS2005如何创建控制台应用程序?目标C#代码基本结构及编程规则在C#中定义变量和常量使用C#中的基本数据类型理解装箱和拆箱的概念使用C#中的运算符。

ddxkj 2015-04-01   2390   0
.NET开发   C#  
P4

  LINQ 查询简介 (c#) 文档

查询是一种从数据源检索数据的表达式。查询通常用专门的查询语言来表示。随着时间的推移,人们已经为各种数据源开发了不同的语言;例如,用于关系数据库的SQL和用于XML的XQuery。因此,开发人员不得不针对他们必须支持的每种数据源或数据格式而学习新的查询语言。LINQ通过提供一种跨各种数据源和数据格式使用数据的一致模型,简化了这一情况。在LINQ查询中,始终会用到对象。可以使用相同的基本编码模式来查询和转换XML文档、SQL数据库、ADO.NET数据集、.NET集合中的数据以及对其有LINQ提供程序可用的任何其他格式的数据。

ddxkj 2015-04-01   1511   0
P32

  dotnet开源项目 文档

(ASP.NETMVP).net开源项目议题知识产权和开源协议主要的开源社区开源的.net framework项目开源的AOP项目开源的工具项目开源的IOC项目开源的规则引擎项目开源的集成开发环境项目开源的CMS/Portal/Blog项目开源的持久层框架项目开源的企业应用框架开源的Wiki项目开源的论坛系统知识产权和开源协议从自由到开源知识产权(copyright)与互惠(copyleft)开源许可证和非开源许可证开源许可证(GPL/LGPL/BSD等)共计58种LGPL是GPL的一个为主要为类库使用设计的开源协议。和GPL要求任何使用/修改/衍生之GPL类库的的软件必须采用GPL协议不同。

ddxkj 2015-03-30   2044   0
.NET开发   方案   报告   Apache   C#  
P8

  WCF基础知识问与答 文档

WCF基础知识问与答学习WCF已有近两年的时间,其间又翻译了Juval的大作《Programming WCF Services》,我仍然觉得WCF还有更多的内容值得探索与挖掘。学得越多,反而越发觉得自己所知太少,直到现在,我也认为自己不过是初窥WCF的门径而已。“学以致用”,如果仅仅是希望能够在项目中合理地应用WCF,那么对于程序员而言,可以有两种选择,一种是“知其然而不知其所以然”,只要掌握了WCF的基础知识,那么对于一般的应用就足够了。

sungangMr 2015-03-19   1431   0
P7

  C#.Net 常用函数 文档

1、DateTime数字型System.DateTime currentTime=new System.DateTime();

lhjlhj12 2015-02-27   471   0
.NET开发   C#  
1 2 3 4 5 6 7 8 9 10

关键词

最新上传

热门文档