• 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

    關鍵詞

    最新上傳

    熱門文檔

  • sesese色