Difference Between geek and nerd
GEEK NERD They are expert in a particular kind of lifestyle in which they have deep interest. They are deeply interested in Academics. They may not possess above-average intelligence…
Difference between VBScript and JavaScript | VBScript vs. JavaScript
VBScript JavaScript VBScript (Visual Basic Script) is the Active Scripting Language , lightweight & designed for fast interpreter . JavaScript is the Client side scripting language, prototype based and mostly…
Difference between Structured Programming and Object Oriented Programming | Structured Programming vs. Object Oriented Programming
Structured Programming Object Oriented Programming Structured Programming is designed which focuses on process/ logical structure and then data required for that process. Object Oriented Programming is designed which focuses on…
Difference between Visual Programming and Non Visual Programming |Visual Programming vs. Non Visual Programming
Visual Programming Non-Visual Programming Visual Programming requires IDE: Integrated Development Environment. Non Visual Programming does not require IDE : Integrated Development Environment. Visual Programming uses IDE so development of programme…
Difference between HTML Controls and ASP.Net Standard Controls | HTML Controls vs. ASP.Net Controls
HTML Controls Controls HTML control runs at client side. controls run at server side. You can run HTML controls at server side by adding attribute runat=”server”. You can not run…
Difference Between ADO and ADO.Net | ADO vs. ADO.Net | A Comparison of ADO and ADO.Net
ADO : ActiveX Data Objects and are two different ways to access database in Microsoft. ADO ADO is base on COM : Component Object Modelling based. is based on CLR…
Difference between Panel and PlaceHolder Control | Panel Control vs. PlaceHolder Control in ASP.Net
Panel Control vs. PlaceHolder Control Panel Control PlaceHolder Control Panel Control does have its visual layout and used as the container for other controls. PlaceHolder control does not have…
Difference between LED and LCD | LED vs. LCD
LED LCD Stands for : LED stands for “Light Emitting Diode”. LCD stands for “Liquid Crystal Display”. Backlight Technology : LED is a kind of LCD actually with advancement…
Parse vs. TryParse | Difference between Parse and TryParse
Parse vs. TryParse Parse TryParse Parse is used to convert data from string to other data type. It always expects a string to be passed. Parse throws an exception if…
Difference between Implicit Conversion and Explicit Conversion | Implicit Conversion vs. Explicit Conversion
Implicit Conversion Explicit Conversion Implicit Conversion is done automatically. Explicit Conversion is done programatically. In Implicit conversion, no data loss take place during the data conversion. In explicit conversion, data…