ABCDEFGHIJKLMNOPQRSTUVW
1
2
3
4
Lesson 1Lesson 1
5
1Ծրագրավորման և ծրագրավորման լեզուների մասին
High Level, Low Level, Compiler, Interpreter
1About programming and programming languages
(High Level, Low Level, Compiler, Interpreter)
6
2Ի՞նչ է IDE-ն2What is an IDE?
7
3Visual Studio ծրագրային միջավայր։ Որտեղից ներբեռնել։3Visual Studio software environment. Where to download?
8
4Հիմնական հասկացություններ՝ C#, .NET, CLR4Basic concepts (C#, .NET, CLR)
9
5Պարզ տիպեր՝ փոփոխականներ և կոնստանտներ (Primitive Types)5Primitive Types: Variables and Constants
10
6Անվանակոչման սկզբունքներն ու կանոնները6Naming Conventions
11
7Առաջին ծրագրի ստեղծում։7Creating the first program.
12
ԽնդիրներTasks
13
14
15
Lesson 2Lesson 2
16
1Տիպերի փոխարկման/կոնվերտավորման տեսակները:1Type Conversion
17
2Ի՞նչ է օպերատորը։ Օպերատորների տեսակները։2Operators: Arithmetic, Comparison, Assignment, Logical
18
3Օպերատորների կիրառության օրինակներ3Examples of using operators
19
4Մեկնաբանություններ4Comments
20
ԽնդիրներTasks
21
22
23
Lesson 3Lesson 3
24
1Պայմանական համակարգեր1Conditional Statements
25
2 If/else համակարգ2 If/else Statements
26
3 Switch/case համակարգ3 Switch/case Statements
27
4 a ? b : c օպերատոր4 a ? b : c Conditional operator
28
ԽնդիրներTasks
29
30
31
Lesson 4Lesson 4
32
1Ցիկլեր1Loops
33
2 For, Foreach2 For, Foreach
34
3 While, Do while3 While, Do while
35
4 Ցիկլերի կիրառության օրինակներ4 Examples of using Loops
36
ԽնդիրներTasks
37
38
39
Lesson 5 - Պրակտիկ օրինակներ ուսանողների հետLesson 5 - Practic examples with students
40
41
42
Lesson 6 Lesson 6
43
1Non-Primitive Types1Non-Primitive Types
44
շ Կլասներ (Կլասների հայտարարում, Օբյեկտների ստեղծում, Ստատիկ մոդիֆիկատոր2 Classes (Declaring Class, Creating Objects, Static Modifier
45
3 Կառուցվածքներ (Structs)3 Structs
46
4 Կլասների կիրառության օրինակներ4 Examples of Classes
47
ԽնդիրներTasks
48
49
50
Lesson 7Lesson 7
51
1Non-Primitive Types1Non-Primitive Types
52
շ Զանգվածներ - հիմնական հասկացություններըշ Arrays - basic concepts
53
3 Սթրինգեր - հիմնական հասկացությունները3 Strings - basic concepts
54
4 Էնամս - հիմնական հասկացությունները4 Enums - basic concepts
55
ԽնդիրներTasks
56
57
58
Lesson 8Lesson 8
59
1 Հղումային տիպեր1 Reference Types
60
շ Արժեքային տիպերշ Value Types
61
3 Հղումային և արժեքային տիպերի օրինակներ3 Examples of Reference and Value Types
62
ԽնդիրներTasks
63
64
65
Lesson 9Lesson 9
66
1 Զանգվածներ - հատկություններ և մեթոդներ1 Arrays, Properties & Methods
67
շ Ցուցակներ - հատկություններ և մեթոդներշ Lists, Properties & Methods
68
3 Զանգվածներ և ցուցակների կիրառության օրինակներ3 Examples of using Arrays & Lists
69
ԽնդիրներTasks
70
71
72
Lesson 10 - Պրակտիկ օրինակներ ուսանողների հետLesson 10- Practic examples with students
73
74
75
Lesson 11Lesson 11
76
1 DateTime - հատկություններ և մեթոդներ1 DateTime, Properties & Methods
77
շ TimeSpan - հատկություններ և մեթոդներշ TimeSpan, Properties & Methods
78
3 DateTime և TimeSpan կիրառության օրինակներ3 Examples of using DateTime & TimeSpan
79
ԽնդիրներTasks
80
81
82
Lesson 12Lesson 12
83
1Տեքստերի հետ աշխատանքներ1Working with Text
84
շ Սթրինգերի կիրառության օգտակար մեթոդներշ Useful string methods
85
3 Սթրինգի փոխարկումը թվի և հակառակը3 Converting a string to number and a number to a string
86
4 StringBuilder - օգտակար մեթոդներ4 StringBuilder & useful methods
87
ԽնդիրներTasks
88
89
90
Lesson 13Lesson 13
91
1Ֆայլերի հետ աշխատանքներ1Working with Files
92
շ File, FileInfo կլասներն ու վերջիններիս օգտակար մեթոդներըշ File, FileInfo classes & useful methods
93
3 Directory, DirectoryInfo կլասներն ու վերջիններիս օգտակար մեթոդները3 Directory, DirectoryInfo classes & useful methods
94
4 Path կլասն ու վերջինիս օգտակար մեթոդները4 Path class & useful methods
95
ԽնդիրներTasks
96
97
98
99
Lesson 14Lesson 14
100
1 Ֆորմաներ - հիմնական հասկացությունները1 Forms Basic concepts