Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

OOP Concept

1.
2.
3.
4.
5.
6.

Understanding
Understanding
Understanding
Understanding
Understanding
Understanding

Class, Object, and Method.


Access Modifier
Encapsulation
Overloading and Overriding
Polymorphism
Inheritance

About Microsoft .NET


1.
.NET Entreprise
2.
Category of Programmers
3.
Understanding Platform and Framework
4.
Framwork Components (Runtime, SDK,
Visual Studio .NET)
5.
Core of .NET Framework (Application
Services, Base Class Library, Common
Language Runtime)
6.
.NET Framework Stack
7.

C# Basic Language
1.
Datatypes
2.
Global, Stack, and Heap Memory
3.
Common Type System
4.
Reference Type and Value
5.
Datatypes & Variables Declaration
6.
Implicit and Explicit Casting
7.
Checked and Unchecked Blocks
Overflow Checks
8.
Casting between other datatypes
9.
Boxing and Unboxing
10. Enum and Constant
11. Operators
12. Control Statemens
13. Working with Arrays & List Linear
14. Working with Methods
15. Pass by value and by reference and out
parameters
16. Misc

Console Application
1.
2.

Solution and Project in VS .NET


Importance of Main Entry point of an
application
3.
Different form of Main

Windows Form (Basic I Interface and


Controls)
1.

Understanding and Working with few


important
controls
2.
Menus
a. MenuStrip
b. Synchronization of Menu Item with
Application
c. Context Sensitive Menu
3.
Dialogboxes
a.Modal Dialogbox
b.Modeless Dialogbox
4.
Developing MDI Application
5.
To add Login facility to the application
6.
Working with Resource File
7.
Working with Properties -> Setting
8.
Working with Event Handler
9.
What is Form InheritanceWorking with
Timer
Component
10. NotifyIcon Control

Basic Desktop Application


1.
2.
3.

Basic Calculator
Binner Decimal Convertion
Static Words Match Games

Windows Form (Basic II Database)


1.

Understanding and Working with few


important
library of database provider.
(Introduction to ADO .NET optional).
2.
Using database engine and Internal Server.
3.
Connecting to Database Provider.
4.
Data Gridview and Data Binding.
5.
Using Simple MS Access Database Provider.
6.
Using Simple SQL Server Database
Provider.
7.
Using SQL Command and Access to
Database.

Basic Desktop Application


1.

Administrative Application with Add,


Update, View,
Search, and Delete Controls. (Part 1)
2.
Administrative Application with Add,
Update, View,
Search, and Delete Controls. (Part 2)

You might also like