Document1 PDF
Document1 PDF
Document1 PDF
NET 0-0-3-1
Course Outcomes
CO1 To make the students to use Visual Basic.Net to build Windows applications using
structured and object-based programming techniques.
CO2 Students will be able to design/develop programs with GUI interfaces
CO3 Assemble multiple forms, modules, and menus into working VB.NET solutions
CO4 Build integrated VB.NET solutions using files and structures with printing
capabilities
CO5 Translate general requirements into data-related solutions using database concepts
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. Working
with 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, fields
Properties, 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 and
Data Set with OLEDB and SQLDB. Display Data on data bound controls, display data on
data grid.
31
TEXT BOOKS/ REFERENCES:
1. Vb.net programming black book by Steven Holzner –Dreamtech publications
2. Mastering vb.net by EvangelosPetroutsos- bpb publications Introduction to .net
framework-Worx publication