Intelligentedu intelligentedu
Best New Free Computer IT Training Tutorial Resources 最佳新免費電腦的資訊科技培訓,補習資源
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese
한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian





Blog Roll: 博客滾動:


Top Links: 頂部鏈接:

March 4, 2008 2008年3月4日

18 C# .NET Tutorials 18 C # 。 NET的教程

Here are這裡是 18 C# .NET Tutorials 18 C # 。 NET的教程 , from ,從 brainbell.com , that will teach you how to program using the C# language in the .NET framework. ,這將教導您如何計劃使用C #語言在。 NET Framework 。 They will teach you the basics with getting started with coding C# and also show you more intermediate and advanced topics, including: Attributes, Interfaces, Expressions and Operators, Program Flow Control, Error Handling with Exceptions, Delegates and Event Handlers, and Multithreaded Programming他們會教你基礎與入門與編碼C #和還顯示,您更多的中級和高級主題,包括:屬性,接口,表現形式和經營者,程序流程控制,錯誤處理的例外,代表和事件處理程序,以及多線程編程


Object Oriented Programming 面向對象編程
The tutorial provides an overview of the terminology of object-oriented programming (OOP) and gives you an understanding of the importance of object-oriented concepts to programming.補習社提供了一個概述術語面向對象編程( OOP ) ,讓您一重要性的認識,面向對象的概念來編程。

Microsoft .NET 在Microsoft 。 NET
Get a good understanding of .NET and how the C# language is a part of it.取得了良好的理解。淨額,以及如何C #語言是它的一部分。

Hello, C# 您好, C #中
This C# tutorial gives you an overview of the development process for a simple C# application.這C #中補習讓您概述了發展過程中為一個簡單的C #應用程序。 It shows you the advantages and disadvantages of the different editors to write in C#, write the "Hello, World" example application to get to know the basic syntax and structure of writing C# applications.它顯示你的好處和壞處不同的編輯寫在C # ,寫的“ Hello , World ”範例的應用為了結識的基本語法和結構,寫作的C #應用。 You'll also learn how to compile using the command-line compiler.您也將了解如何編制使用命令行編譯器。

The C# Type System C #類型系統
In this C# tutorial, you'll learn about the C# type system.在這方面的C #補習,你將學到的C #類型系統。 Find out how .NET divides types into the two categories: value types and reference types; and then learn how boxing enables a completely object-oriented type system to function efficiently.找出如何。 NET的類型劃分成兩類:值類型和引用類型;然後學習如何拳擊,使一個完全面向對象的類型系統的有效運作。 Finally, learn how type casting works in C#, and find out how to start using namespaces.最後,了解如何型連鑄工程在C # ,並了解如何開始使用的命名空間。

C# Classes C #中班
In this C# tutorial, you'll learn the basics of defining classes in C#, including instance members, access modifiers, constructors, and initialization lists, and then learn how to define static members and the difference between constant and read-only fields.在這方面的C #補習,你將學到的基本界定班在C # ,包括例如成員,訪問修飾符,建設者,和初始化名單,然後了解如何定義靜態成員和之間的差額不斷和唯讀領域。 After that, this tutorial teaches you about destructors and deterministic finalization.之後,本教程教你約destructors和確定性的最後定稿。 Finally, the tutorial provides a quick discussion of inheritance and C# classes.最後,補習社提供了一個快速的討論,繼承和C #班。

C# Methods 方法的C
This C# tutorial shows you how to use the ref and out method parameter keywords and how they enable you to define a method such that it can return more than a single value to the caller.這C #中補習社將告訴您如何使用編號和方法的參數的關鍵詞,以及他們如何使您能夠定義一個方法,例如,它可以返回多於一個單一的價值來電。 You'll learn how to define overloaded methods so that multiple methods with the same name can function differently depending on the types and/or number of arguments passed to them.您將了解如何界定重載方法,使多種方法具有相同名稱的功能,可以根據不同的類型和/或數量的論據,通過給他們。 Then you'll learn how to handle situations in which you don't know the exact number of arguments a method will have until run time.然後,您將了解如何處理在何種情況下你不知道確切數目的論據的一種方法,直到將運行時間。 Finally, discussion of virtual methods and how to define static methods.最後,討論的虛擬方法和如何定義靜態方法。

C# Properties, Arrays, and Indexers C #中屬性,陣列,和indexers
In this C# tutorial, you'll learn about properties, arrays, and indexers because these language features share a common bond.在這方面的C #補習,您將了解性能,陣列, indexers ,因為這些語言功能都有一個共同的債券。 They enable you, the C# class developer, to extend the basic class/field/method structure of a class to expose a more intuitive and natural interface to your class's members.他們讓你, C #類的開發,擴大基本類/場/方法的結構一類揭露更為直觀和自然界面,您的類的成員。

C# Attributes C #中的屬性
C# attributes provide you a generic means of associating information (as annotations) with your defined C# types. C #中的屬性為您提供一個通用的手段締信息(說明)與您定義的C #類型。 You can use attributes to define design-time information (such as documentation information), run-time information (such as the name of a database column for a field), or even run-time behavioral characteristics (such as whether a given member is "transactionable"?that is, capable of participating in a transaction).您可以使用屬性界定設計時間信息(如文件信息) ,運行時間信息(如名稱,一個數據庫列一個領域) ,或什至運行時間的行為特徵(如是否給會員是“ transactionable ” ?是,能夠參與在交易中) 。

C# Interfaces 接口的C
C# Interfaces allow you to define behavioral characteristics, or abilities, and apply those behaviors to classes irrespective of the class hierarchy. C #中的接口,讓您界定的行為特徵,或能力,並適用於這些行為的班級,不論階級層次。

C# Expressions and Operators C #中的表達及營辦商
This C# tutorial shows you how to express assignments and comparisons through the use of operators.這C #中補習告訴您,如何表達的轉讓和比較,通過使用運營商。 You'll learn what operators are and how operator precedence is determined in C#, along with specific categories of expressions for doing such things as performing math, assigning values, and making comparisons between operands.你將學到什麼營辦商,以及如何運算符優先級是確定在C # ,隨著特定類別的表現做這些事情,作為表演數學,分配價值,並作出比較運算。

C# Program Flow Control C #程序流量控制
The statements that enable you to control program flow in a C# application fall into three main categories: selection statements, iteration statements, and jump statements.該報表,使您可以控制程序流程在一個C #應用程序分為三個主要類別:選擇報表,迭代報表,並跳轉報表。 In this C# tutorial, you'll learn how to use each of these statement types to control structure flow.在這方面的C #補習,您將了解如何使用每個這些聲明類型,以控制結構的流動。

C# Error Handling with Exceptions C #中的錯誤處理與例外
This C# tutorial teaches you the general mechanics and basic syntax of exception handling, how exception handling compares with the more prevalent methods of error handling.這C #中補習教您一般力學和基本語法的例外處理,如何處理比較例外,與較普遍的方法,錯誤處理。 You will also learn about .NET exception-handling issues, such as using the Exception class and deriving your own exception classes and issue of properly designing your system to use exception handling.你也會了解。 NET的例外處理的問題,如使用異常處理類並從中您自己的例外,階級和問題,妥善設計您的系統使用異常處理。

C# Operator Overloading and User-Defined Conversions C #中的經營者超載和用戶定義的轉換
This C# tutorial teaches you how to use two closely related features of C# that give you the capability to create structure and class interfaces that are easier and more intuitive to use: operator overloading and user-defined conversions.這C #中補習教您如何使用兩個密切相關的特點, C #中,讓您的能力,創造結構和階級的界面,更容易和更直觀的使用:超載運營商和用戶定義的轉換。

C# Delegates and Event Handlers C #中的代表和事件處理程序
In this C# tutorial, learn how to code using delegates, how they compare to interfaces, the syntax used to define them, and the different problems that they were designed to address.在這方面的C #補習,學習如何使用代碼代表,他們如何比較接口,語法用來界定他們,和不同的問題,他們設計來解決。 You'll also see several examples of using delegates with both callback methods and asynchronous event handling.您也將看到的幾個例子使用的代表與回調方法和異步事件處理。

C# Multithreaded Programming C #中多線程程序設計
This C# tutorial teaches you the basics, along with more advanced issues regarding the aborting, scheduling, and lifetime management of threads and also discuss thread synchronization with the System.Monitor and System.Mutex classes and the C# lock statement.這C #中補習教你最基本的,隨著更先進的問題,關於墮胎,調度,管理和壽命的線程,並討論線程同步與system.monitor和system.mutex班和C #鎖聲明。

Querying Metadata with Reflection 元數據查詢與反思
This tutorial explains the reflection API and how you can use it to iterate through an assembly's modules and types and to retrieve the different design-time characteristics of a type.本教程解釋了反射API和如何您可以使用它來迭代通過一大會的模塊和類型和檢索的不同設計的時代特徵一類。 You'll also learn about several advanced usages of reflection, such as dynamically invoking methods and use type information (through late binding) and even creating and executing MSIL code at run time.您還可以了解幾個先進的用法的反思,如動態調用方法和使用的類型信息(通過後期綁定) ,甚至創造和執行msil代碼在運行時。

Interoperating with Unmanaged Code 交互與非託管代碼
Unmanaged code refers to code that is not managed, or controlled, by the .NET runtime.非託管代碼是指代碼這是不管理,或控制,由。 NET運行時。 This tutorial cover the three main examples of unmanaged code in .NET: Platform Invocation Services, Unsafe code , COM interoperability.本教程包括三個主要的例子,非託管代碼在。 NET :平台調用服務,不安全的代碼, COM互操作性。

Working with Assemblies 工作與集會
This tutorial describes the major advantages of using assemblies, including the packaging and versioning of your .NET components.此教程說明主要優點,利用集會,包括包裝和版本您的。 NET組件。

Popularity: 23% [人氣: 23 % [ ? ] ]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. 分享和享受: 這些圖標鏈接到社會書籤網站,讀者可以分享和發現新的網頁。
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Shadows
  • YahooMyWeb
  • StumbleUpon
  • Digg
Related Posts: 相關文章:
  • 5,000 pages of Software and Computer Tutorials 5000頁的軟件和計算機教程
  • Lots of PHP Tutorials很多的PHP教程
  • PHP Programming Tutorials PHP的編程指南
  • Perl Programming Tutorials的Perl編程指南
  • 222 Open Source Online Books and Tutorials 222開放源代碼線上書籍和教程

  • Filed under:提起下: Best New Free Computer IT Training Tutorial Resources最佳新免費電腦的資訊科技培訓,補習資源 — computer_teacher @ 10:17 pm -c omputer_teacher@下午1 0時1 7分

    No Comments沒有評論 »

    No comments yet.沒有評論。

    RSS feed for comments on this post. RSS饋送的評論對這個職位。

    Leave a comment留下意見

    You must be您必須 logged in記錄在 to post a comment.張貼評論。



    Powered by 動力 WordPress 在WordPress