| |
MICROSOFT .NET OVERVIEW:
- Why .Net?
- Introduction to .Net frame work.
- Basic functionality of CLR.
- MSIL.
- CTS &CLS.
- .Net languages.
- System requirements.
C#- The Language:
- Writing Programs in C#.
- Compiling and executing from command prompt.
- Conditional statements.
- Loops.
- Structures.
- Introduction to assemblies and namespaces.
- Base class libraries.
- Data types.
- Boxing and Un-Boxing.
- Array.
- Collections.
OBJECTS ORIENTED PROGRAMMING:
- Structure Vs class.
- Access specifier.
- Properties.
- Method Overloading.
- Operator Overloading.
- Constructors.
- Shared Modifiers.
- Inheritance.
- Overloading and Overriding.
- This keyword.
- Sealed class.
- Interface.
- Polymorphism.
- Early-binding and late-binding.
- Destructors.
MEMORY MANAGEMENY: Top
- Garbage Collector.
- Stack and Heap.
- System GC class.
EXCEPTION HANDLING:
- System defined exceptions.
- Custom exceptions.
- Try Catch and finally structure.
- Throwing exceptions.
GUI APPLICATION DEVELOPMENT:
- Introduction to “System.windows.from DLL”.
- Basic controls rich textbox, dialog.
- Boxes, toolbar.
- Working with context menus.
- Main menu and MDI menus.
- Visual inheritance.
- Creating custom controls.
DELEGATES:
- Introduction to delegate concepts.
- Even handling architecture with delegate.
- Handlers, Add handler and remove handler.
ASSEMBLIES: Top
- Introduction to COM architecture.
- Disadvantage if COM.
- Introduction to assemblies.
- Private Vs shared assemblies.
- Creating private assembly.
- Probing and preparing configuration file.
- Strong name utility.
- Creating shared assembly.
- CLR architecture.
- Native generator utility.
- Assembly versioning.
- Compatibility of assembly.
- Configuration files for shared assembly.
DATA ACCESS WITH ADO.NET:
- Introduction to data access, libraries and DAO, RDO and ADO.
- Drawback of ADO.
- ADO.Net managed data providers.
- Introduction to system.data.Oledb.
- Data reader.
- Introduction to system.data.Sql client.
- Prepared statement.
- Transaction handling.
- Introduction to.
SYSTEM .DATA.ORACLECLIENT:
- Dataset and data adapter.
- Data binding.
- Data grid programming.
- Data view.
- Data Relation.
CRYSTAL REPORS
FILE STREAMS
ADVANCED CONCEPTS
MULTI THREADING
- Thread class.
- Sleep, suspend and resuming thread.
- Asynchronous connection.
- Synchronization of thread.
WINDOWS SERVICES: Top
- Introduction to window services.
- Creating your own windows services.
LOCALISATION AND GLOBALISATION WHAT’S
NEW IN VB.NET 2005? |