HTML
Terminology & Miscellaneous
Web Page/Page Multimedia documents(a document contains information in the form of text, image, audio, animation, video etc) when formatted and annotated with the Hypertext Markup Language (HTML) which mainly includes hypertext, hypermedia etc. are called web page. Typically, Web Pages are named or identified using URLs (Uniform Resource Locators). Web Read more…
TCP/IP Protocol Suite
Simple Object Access Protocol(SOAP)
Introduction of SOAP SOAP was initially called as XML-RPC. The stable release version of SOAP is/was v1.2 in April 2007. Definition SOAP is XML-based, hence lightweight(i.e. only uses XML format of data/message for request and response), Application layer protocol for accessing/exchanging of information in a decentralized way from several web Read more…
TCP/IP Protocol Suite
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 to upload a file to a server. FTP allows a Read more…
TCP/IP Protocol Suite
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 transmitted between clients and servers is encrypted and secure. Implementing Read more…
TCP/IP Protocol Suite
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 per day now is vastly more than the number of Read more…
TCP/IP Protocol Suite
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”; located in Geneva, Switzerland; Established on 29 September 1954, 23 Read more…
VB .Net Theory
Class Object Examples in VB .net
Example : Class object examples in VB .Net to display the area of a rectangle taking corresponding values using Class-Object concept with Form Application in Console Application.
VB .Net Theory
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 :- Open VB .net application first -File Menu – New – Read more…
VB .Net Theory
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.