Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build Step by Step a Complete Database App. in VB .Net
Rating: 4.2 out of 5(19 ratings)
275 students

Build Step by Step a Complete Database App. in VB .Net

How to build a database application in .NET (with many programming examples). Check Section 2 Lecture 10 !!
Last updated 3/2025
English

What you'll learn

  • Introduction to database design and implementation of a simple database program in VB .NET
  • Students will learn step by step how to build a second complete application in ASP. Net
  • Learning what is the ADO. NET technology with examples
  • An explanation of third complete database application in VB. Net with source code fully explained
  • Students will be able to understand the coding required to build this awesome application

Course content

2 sections16 lectures5h 0m total length
  • Review of the Database Tables & Relationships in MS Access15:15

    Dear students,

    This is the very first lecture for this course.

    We will review the actual database that we will use in the 2 programs we are going to develop in ASP. NET and VB. Net

    We will check the tables that the database consists of and the relationships that each table has.

    We will speak about the primary key, the 1- many relation of the tables and many other interesting facilities of the Access database application.



  • The DataSet Family of Objects5:02

    Dear Students

    This is a very important lecture (actually is not a lecture, there is no video tutorial and you must read the attached chapter and run the Sample Programs which are also attached) because we will describe the DataSet family of objects.

    ADO.NET includes a variety of objects including DataSets, DataTables, DataRows, DataColumns, DataRelations, DataViews and Constraints. Using these objects, you can model practically every aspect of database’s content and structure. You can filter the data and built objects representing subsets of the data you have selected. You can add, modify and delete data.

    This chapter will explain these objects and to show you how you can use them to perform these crucial database operations ( add, modify, and delete data).

    After you carefully read this chapter you will be able to understand the next video lecture which we will build a bigger program using these concepts.


  • The Database Program in VB.NET28:28

    In this lecture, we are going to describe how to program a simple database application in Visual Studio with VB.NET

    We will run the program to see how it loads the records from the Student's database (in MS Access) to the datagrids and we will discuss some important database components like the DBconnection, DBdataadapter the currency manager ,and the dataset.

    In the resources of the lecture there is the program's source code which is fully commented so that to understand the program's logic 

    and also the actual program in a separate file.

    I believe that after hearing my lecture, and study the source code of the program you will have a good knowledge of how to implement a simple database application. 

Requirements

  • Know how to use the basic tools in Visual Studio and program in Visual Basic programming language
  • Be aware of the basic SQL language and understand the basic concepts of a database design
  • Know basic programming in vb. net like variables, loops, if..then..else statements

Description

Before i start to speak for the specific course,  as a quick reference you will learn among other things the following:

1. How to create a progress bar with percentage indicator.

2. How to create a login Form and authenticate users.

3. How to create an Adrotator tool

4. How to perform calculations in a Datagrid tool

5. How to implement the SitemapDataSource component which displays the Navigation path of the page.

6. How to use Regular Expressions to Validate that the data a user entered is correct.

7. How to implement a menu bar

    and much more

Dear Students welcome to my course.

We will start in the first section to refresh your knowledge in Database programming issues and a good introduction in ADO net technology which  will help you to understand how to program in Visual Basic programming language.

We will build a simple database application in Visual Studio and all the steps will be explained in detail.

In the second section, we will start working with ASP  Net various features

This course will give you the necessary knowledge to advance your skills in web programming and we will focus mainly in database design.

The only requirement from your side is to have a basic knowledge of using Visual Studio like loading an existing  project, use the toolbox that consists of various useful components that are essential to help us build the project plus a beginner's  knowledge of Visual Basic programming language.

In this course we will build step by step a second application which will have access to a database consisting of Customers placing Orders and Performing transactions.

This is an intermediary level course so the student that will choose this course must have a basic knowledge of Visual Basic Programming and how to use Visual Studio tools in general.

Through this course i will describe all the web pages that the application consists off and the programming code that is behind each page.

The code is very well commented so that the student will understand the logic.

The application will be presented to you step by step in run mode to see how it works.

Each lecture consists of a video tutorial that describes every web page in design mode. Last chapter will demonstrate in a video lecture how the whole program works both in design and later in running mode.

Finally, from Lecture 9 i will demonstrate a complete database application in VB Net which consist of many sub-forms and demonstrates the 1 to many relations.

It is a stock management system and every main from will be presented and the code will be explained step by step  with video lectures.

At the programs will be available to you so that you can open each form and view it in design view and in running mode.

All source code is also available for you to and all the main parts are commented.

I am sure that you will like my tutorial and you will be able to gain much programming experience in both ASP NET and VB NET


Your Instructor

Stelios Michaelides

Who this course is for:

  • Students who wish to learn how to program in ASP. NET and VB. NET (we will focus in database design)
  • From Beginners to High Level skills in both ASP. NET & VB. NET