Introduction to .NET, .NET Framework features & architecture, CLR, Common Type System, MSIL, Assemblies and class libraries. Introduction to visual studio, Project basics, types of project in .Net, IDE of VB.NET- Menu bar, Toolbar, Solution Explorer, Toolbox, Properties Window, Form Designer, Output Window, Object Browser. The environment: Editor tab, format tab, general tab, docking tab. visual development & event drive Programming -Methods and events.
The VB.NET Language- Variables -Declaring variables, Data Type of variables, Forcing variables declarations, Scope & lifetime of a variable, Constants, Arrays, types of array, control array, Collections, Subroutines, Functions, Passing variable Number of Argument Optional Argument, Returning value from function.
Control flow statements: conditional statement, loop statement. Msgbox&Inputbox. Workingwith Forms: Loading, showing and hiding forms, GUI Programming with Windows Form:Common Controls, scroll bar, Timer, ListView, TreeView, toolbar, StatusBar. Properties,Methods and events. OpenFileDilog, SaveFileDialog, FontDialog, ColorDialog, PrintDialog.Link Label. Designing menu. Object oriented Programming: Classes & objects, fieldsProperties, Methods & Events, constructor, inheritance. Access Specifiers: Public Private,Projected.
Database programming with ADO.NET – Overview of ADO, from ADO to ADO.NET,Accessing Data using Server Explorer. Creating Connection, Command, Data Adapter andData Set with OLEDB and SQLDB. Display Data on data bound controls, display data ondata grid.