Visual Basic .Net 2010 – My Phone-Book Full Project

Book Review

This is the 2nd chapter of the book , and it is about a phone-book application with full explanation and screen photo shots.

This chapter id useful for both beginner and intermediate level VB .Net 2010 trainee with basic knowledge or even null of Programming with databases topic.

The chapter covers everything about connecting database [Access 2007] with VB .Net 2010 through screen photo shots  of code snippets of the project.

The book also covers these points :

  1. Retrieving\Importing data from MS Access 2007 Data-Base table into a DataGridView control at run-time
  2. Update the DataGridView with new records affected at run-time, i.e adding new contact; if saved successfully, it shows up in the DataGridView immediately.
  3. Navigation System through Data-Base table [First – Next – Previous – Last].
  4. The main buttons [New\Save],[Search],[Edit],[Delete]

The Project Application contains code tricks about how to animate shapes while showing label [Data-Base Connected].

It also uses the both (Online – Offline) or (Connected – Disconnected) modes to work with database access 2007 table.

The project provides comments between lines of codes or [This is another way to do it].

The Project is fully explained in the book’s recent chapter 2 and the web page of the developer.

The book is released on MediaFire.com fast Link 

Visual Basic .Net – Your First Database Connection Book

Hello,

This is a new book about using MS-Visual Basic .Net 2010 to connect to database and build complete applications based on database.

The book title’s (“Microsoft Visual Studio 2010 Data-Base Applications”) it comes in PDF format, with many Source codes and photo shots of – How To Do …… ?

Screen shots in the book of – How To Do … ? – are fully explained in the official site, at least the 1st Part (Part-1) is .

The book comes in Chapters, each chapter represents parts , and it is still not finished yet, but each part represents a whole new different subject about Visual Basic 2010 with Databases .

The index of the book :
Chapter – 1
1) How to determine which Data-Base is suitable for your application? – P1
2) Connecting your 1st Data-Base using MS-VS2010 Wizard.
3) Creating your 1st MS-VB2010 Data-Base based Application.
4) Connecting your Data-Base using code.
5) Creating your Data-Base based application using code.
6) Creating reports.
7) Package & Deploying your application for use on another computer.