File Transfer Protocol(FTP)

Introduction of FTP FTP stands for “File Transfer Protocol”. Definition FTP is a very important protocol used for exchanging files over the Internet.  Features FTP is most commonly used to download a file from a server using the Internet or …

Loading

Http/Https

Introduction of HTTP/HTTPS HTTP/HTTPS is the client-server network protocol that has been in use by the World Wide Web since 1990. HTTPS stands for Hypertext Transfer Protocol Secure. HTTPS is a crucial component of modern web security, ensuring that data …

Loading

E-mail

Click this link for details of E-mail Protocols History Before 1990, it was mostly used in academia. During the 1990s, it became known to the public at large and grew exponentially to the point where the number of e-mails sent …

Loading

World Wide Web/WWW/W3/Web

History of WWW The Web/WWW began in 1989 at CERN(The European Organization for Nuclear Research; the largest particle physics laboratory in the world; The name CERN is derived from the acronym for the French “Conseil European pour la Recherche Nucléaire”; …

Loading

Inheritance Examples in VB .net

NB : (I) To open a fresh Console Application or Module :- Open VB .net application first -File Menu – New – Project – Visual Basic – Console Application – ok. (II) To open a fresh Window Form Application :- …

Loading

Constructor Examples in VB .net

Example : A Constructor Examples in VB .net to show the parameterized constructor concept. Example : A Constructor Examples in VB .net to show the constructor overloading concept. Example : A VB .Net program to show the Shared constructor concept.

Loading

Connectivity in VB .net

Introduction/Overview Database Access Technology or connectivity in VB .net is the mechanism through which an application program connects and communicates with data repositories/databases/data sources successfully. Database connectivity in VB .net software is also known as database middleware/sometimes called API(Application Program Interface) because it …

Loading

Looping Statement Examples

Example : A VB .Net Looping Statement Examples or Program to display all the numbers from 10 to 20 using For Loop through Module via Console Application. Example : A VB .Net Looping Statement Examples or Program to display all the numbers …

Loading

Array Examples in VB .Net

Example : An Array Example in VB .Net or a Program to display only the first and last integer values from a statically stored Array value through a Module via a Console Application. Example : An array Example in VB .Net or a program to display all the integer values in different …

Loading