What is ASP.NET ?

It is an open source server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.
It was first released in January 2002 with version 1.0 of the .NET Framework, … Read more

What is Java?

It is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. Java is intended to let application developers “write once, run anywhere” (WORA), meaning that code that runs on one platform does not need to be recompiled to run … Read more

What is J2EE ?

The Application Server implements Java 2 Enterprise Edition (J2EE) 1.4 technology. The J2EE platform is a set of standard specifications that describe application components, APIs, and the runtime containers and services of an application server. J2EE Applications.
J2EE is a platform-independent, Java-centric environment from Sun for developing, building and deploying … Read more

What is JSP ?

JSP stands for JavaServer Pages. It is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. Released in 1999 by Sun Microsystems, JSP is similar to PHP, but it uses the Java programming language.
To deploy and run JavaServer Pages, … Read more

What is CDN ?

CDN stand for content delivery network or content distribution network. It is a large distributed system of servers deployed in multiple data centers across the Internet. The goal of a CDN is to serve content to end-users with high availability and high performance.
CDNs serve a large fraction of the … Read more

What is SVG ?

SVG stands for Scalable Vector Graphics. It is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their behaviors are defined in XML text files. … Read more

What is SMS ?

SMS stands for Short Message Service. It is a text messaging service component of phone, Web, or mobile communication systems. It uses standardized communications protocols to allow fixed line or mobile phone devices to exchange short text messages.
SMS was the most widely used data application, with an estimated 3.5 … Read more

What is PDF ?

PDF stands for Portable Document Format. It is a file format used to present documents in a manner independent of application software, hardware, and operating systems. Each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, fonts, graphics, and other information needed to display it. … Read more

What is JPEG ?

It is an Image File Format. JPEG stands for Joint Photographic Experts Group. (.JPG file extension, pronounced Jay Peg). This is the right format for those photo images which must be very small files, for example, for web sites or for email.
In computing, JPEG (seen most often with the … Read more

What is GIF ?

GIF stands for The Graphics Interchange. It is a bitmap image format that was introduced by CompuServe in 1987and has since come into widespread usage on the World Wide Web due to its wide support and portability.

The format supports up to 8 bits per pixel for each image, allowing … Read more