Skip to content

Repository for C# Tutorial Files

Notifications You must be signed in to change notification settings

PrathameshDhande22/C-Sharp-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Tutorial

These Repository Contains the All files related to Tutorial

Tutorial Reference Youtube Playlist Click Here

Note: Open the tutorial.csproj or tutorial.sln in the Visual Studio and change only the startup object by right clicking to the Project after opened and select only main the object of the particular file. To run the project follow these steps.

Topics Covered:

Sr.No Topics
1 Introduction
2 Reading Writing Console
3 Built-in Types
4 Operators
5 Nullable Types
6 Datatype Conversion
7 Arrays
8 Comments
9 If Statement
10 Switch Statements
11 Goto Keyword
12 While Loop
13 Do While
14 For Loop
15 Exercise
16 Method
17 Pass by Value & Reference
18 Out Parameters
19 Parameter Arrays
20 Namespaces
21 Class
22 Static & Instance Members
23 Inheritance
24 Method Hiding
25 Polymorphism
26 Method Overloading
27 Properties
28 Structs
29 Sealed Keyword
30 Interfaces
31 Explicit Interface
32 Abstract Class
33 Multiple Inheritance
34 Delegates
35 Multicast Delegates
36 Exception
37 Inner Exception
38 Custom Exception
39 Enums
40 Access Modifiers
41 Obsolete Attributes
42 Custom Attributes
43 Reflection
44 Generics
45 Override ToString
46 Override Equals
47 Convert String & ToString
48 StringBuilder
49 Partial Classes
50 Indexers
51 Optional Parameters
52 Dictionary
53 List Class
54 Generic Class List
55 Sorting Simple Types
56 Sorting Complex Types
57 Sorting Complex types using Delegate
58 Useful Methods List
59 List Extension Methods
60 Threading
61 Multithreading
62 Anonymous Method
63 Lambda Expression
64 Func Delegate
65 Async Await
66 Tuples ValueTuples Nullable Types
67 Value Tuple
68 File Reader
69 File Writer
70 Query Keywords
71 Operator Overlaoding

Author: Prathamesh Dhande