c# contents

6
OOP Concept 1. Understanding Class, Object, and Method. 2. Understanding Access Modifier 3. Understanding Encapsulation 4. Understanding Overloading and Overriding 5. Understanding Polymorphism 6. Understanding 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.

Upload: hmhida

Post on 17-Sep-2015

212 views

Category:

Documents


0 download

DESCRIPTION

,

TRANSCRIPT

OOP Concept1. Understanding Class, Object, and Method.2. Understanding Access Modifier3. Understanding Encapsulation4. Understanding Overloading and Overriding5. Understanding Polymorphism6. Understanding Inheritance

About Microsoft .NET1. .NET Entreprise 2. Category of Programmers3. Understanding Platform and Framework4. Framwork Components (Runtime, SDK, Visual Studio .NET)5. Core of .NET Framework (Application Services, Base Class Library, Common Language Runtime)6. .NET Framework Stack7.

C# Basic Language1. Datatypes2. Global, Stack, and Heap Memory3. Common Type System4. Reference Type and Value5. Datatypes & Variables Declaration6. Implicit and Explicit Casting7. Checked and Unchecked Blocks Overflow Checks8. Casting between other datatypes9. Boxing and Unboxing10. Enum and Constant11. Operators12. Control Statemens13. Working with Arrays & List Linear14. Working with Methods15. Pass by value and by reference and out parameters16. Misc

Console Application1. Solution and Project in VS .NET2. Importance of Main Entry point of an application3. Different form of Main

Windows Form (Basic I Interface and Controls)1. Understanding and Working with few important controls2. Menusa. MenuStripb. Synchronization of Menu Item with Applicationc. Context Sensitive Menu3. Dialogboxesa. Modal Dialogboxb. Modeless Dialogbox4. Developing MDI Application5. To add Login facility to the application6. Working with Resource File7. Working with Properties -> Setting8. Working with Event Handler9. What is Form InheritanceWorking with Timer Component10. NotifyIcon Control

Basic Desktop Application1. Basic Calculator2. Binner Decimal Convertion3. 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 Application1. 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)