Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
87 views

C#

The document provides an overview of the C# .NET framework, covering topics such as CLR, JIT, CTS, CLR, MSIL, and garbage collection. It then discusses C# basics like variables, data types, operators, and arrays. Object-oriented concepts in C# like classes, objects, constructors, and access modifiers are explained. The document also covers inheritance, interfaces, properties, indexers, delegates, and events. It describes windows forms controls and basics. Exception handling, assemblies, reflection, threading, collections, and file handling in C# are also explained.

Uploaded by

Michealjack MJ
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views

C#

The document provides an overview of the C# .NET framework, covering topics such as CLR, JIT, CTS, CLR, MSIL, and garbage collection. It then discusses C# basics like variables, data types, operators, and arrays. Object-oriented concepts in C# like classes, objects, constructors, and access modifiers are explained. The document also covers inheritance, interfaces, properties, indexers, delegates, and events. It describes windows forms controls and basics. Exception handling, assemblies, reflection, threading, collections, and file handling in C# are also explained.

Uploaded by

Michealjack MJ
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

C# .

NET
I.

An overview of .Net Framework


->Introduction of .Net Framework
->.Net Framework Features
CLR,JIT,CTS,CLR,MSIL,GARBAGE COLLECTION

II.

C# Basics
->Variables and Constants
->Basic DataTypes in C#
->Boxing and UnBoxing
->Different types of Operators
->various Selection and Iteration Constructs
->Arrays , Structures and enumerators

III.

Implementing oops concepts in C#


->Classess and Objects in C#
->Constructors,Destructors
->Access modifier,methods,namespaces

IV.

Inheritance in C#
->Inheritance,Abstraction,Interfaces

V.

Properties, Indexers, Delegates and Events


->Properties,types of properties
->Indexerer,Delegates and Events

VI.

Window Forms Basics


->Forms
->Basic controls like
->Textbox,labels,Button,Combo box,List box etc

VII.

Window Forms Controls


->Radio Button,Pictures box,Tab control,scroll bar,Datagrid

VIII.

Exception Handling
->Exception Definition
->Try catch and finally blocks

IX.

Assemblies and Reflection


->Discussion about Assembly and Reflection.

X.

Threading
->Explaining Threading
->Discuss System.Thread Namespaces
->Thread Scheduling and Thread security

XI.

Array list and Collections


->Properties and Methods of System.Array Class
->System.collection namespaces
-> Properties and Methods of System.ArrayList Class

XII.

File Handling in C#
->Describe the System.IO Namespaces
->Read and Write to a text file
->Read and Write binary data to a file
->Read and write to a memory stream

You might also like