Learning .Net

Get Started. It's Free
or sign up with your email address
Learning .Net by Mind Map: Learning .Net

1. methods using parameter and return type

1.1. using nonparameter and no return type

1.2. using parameter and non return type

1.3. using parameter and return types

2. n bkn

2.1. m n

3. 2.Learning Databasmagment system

3.1. Next level topi

3.2. mm

3.3. bnm

3.4. nb b

3.5. bk

3.6. n

3.7. bn bn

4. The ways of create List in C#

5. 1st level :Learning C#

5.1. Introduction of .NETand its application

5.2. C#Tutorial

5.2.1. ,C# VariablesTypes

5.2.2. Data Typees

5.2.3. Operators

5.2.4. C# Types of casting

5.2.5. C#String

5.2.5.1. stringLength

5.2.5.2. ToUpper() And ToLower() methods

5.2.5.3. Concatenation

5.2.5.4. Interpolation

5.2.5.5. Access string Using IndexOf() methods

5.2.6. C# Boolean

5.3. Statement

5.3.1. if and else if loops

5.3.2. switch loops

5.3.3. while and do while loops

5.3.4. for loops

5.3.5. foreach loops

5.3.6. Concept of break and continue

5.4. C# Arrays

5.4.1. single arrays

5.4.1.1. Ways of creating and intializing arrays

5.4.2. 2 Dimension arrays

5.4.2.1. .....

5.4.3. 3 Dimension arrays

5.4.4. jagged arrays

5.5. List concept

5.6. C# Methods/functions

5.6.1. Ways of methods calling

5.6.1.1. call by value

5.6.1.2. call by reference

5.6.1.3. call by out parameter

5.6.1.3.1. User of call by out parameter

5.6.2. methods types

5.6.2.1. Default parameter methods

5.6.2.2. methods returns

5.6.2.3. methods overloading

5.7. C# Construction

5.7.1. Types of contruction

5.7.2. how constructor is different with method

5.8. oops

5.8.1. Special charateristic of oops

5.8.1.1. object and classes

5.8.1.1.1. Types of classes

5.8.1.1.2. types of variables in class

5.8.1.2. construction and destruction

5.8.1.3. NameSpace

5.8.1.3.1. AccessModifiers

5.8.1.3.2. encapulation

5.8.1.3.3. namespace

5.8.1.4. Inheritance

5.8.1.5. Polymorphism

5.8.1.5.1. MethodOverloading

5.8.1.5.2. Method Override

5.8.1.5.3. Base

5.8.1.5.4. sealed

5.8.1.5.5. Polymorphism

5.8.1.6. abstraction

5.8.1.6.1. abstract

5.8.1.6.2. interface