Skip to content

luomeng007/C-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

C Sharp Tutorials

Environment

Version Of Visual Studio C Sharp

Illustration

The serial number like 001, 002 and so on in content below, indicates the recommended reading order.
In order to make each part clear. For similar stuffs, I would like to ascribe them into one group.

Basis

Print

001. Print Hello Word On Screen
004. Elegant Print
017. Format Print

Variables

002. Basic Type Variables
002. Basic Calculations
019. Keyword---float_Single_double_Double
024. Keyword---const
025. Keyword---object
028. Set Variables By Using Generic Method
032. Set Variables With Default Values

Functions

003. Define A Function For Adding Two Integers
013. Keyword---ref On Single Variable
013. Keyword---ref On Single 1D Array
013. Keyword---ref on Multiple 1D Arrays
014. Keyword---out On Single Variable
014. Keyword---out On Single 1D Array
014. Keyword---out on Multiple 1D Arrays
027. Swap Values In Two Variables By Using Generic Method

Array

005. One Dimensional Array
005. Two Dimensional Array
005. Three Dimensional Array
006. Keyword---Length
007. Keyword---GetLength
030. Create A Generic Array By using Generic Method

List

008. One dimensional List
008. Two And Three dimensional List
009. Keyword---Count
010. Keyword---Capacity
011. Keyword---var
035. Enumerator Method

Comparision

012. Compare By Using Comparision Operators
012. Compare Two Strings
012. Compare Two Values

Annotations

015. Write Good Annotations

Data Type

Get Data Type

016. Get Type Of Single Variable
016. Get Type Of Elements In List

Convert Data Type

018. Parse Method
018. Convert Method
023. Cast Type Object To Type String By Keyword---as
023. Cast Type Object To Type String By Assigning Vaues
031. Use Keyword Directly

Class

020. Class Properties
020. Keyword---Public
020. Keyword---Private(Package)
021. Class Inherit
029. Define A Generic Class
033. Get And Set Method

Condition

022. Keyword---If Else

Loop

022. Keyword---for
022. Keyword---foreach
022. Keyword---while

Dictionary

034. Create Dictionary

File Operation

037. Read Data From Specific Directory
037. Read Data From File Character By Character
037. Read Data From File Line By Line
038. Write Data Into File

Advanced

036. Lambda Expression And Delegate Method
039. Complex Variables
040. Enumeration Method
041. Keyword---sizeof
042. Ternary Operator
Others

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages