Happy Diwali to all the viewers
I wish all of you Happy Diwali. Dīwali is a significant festival an official holiday in India. While Diwali is popularly known as the “festival of lights”, the most significant spiritual meaning is “the...
I wish all of you Happy Diwali. Dīwali is a significant festival an official holiday in India. While Diwali is popularly known as the “festival of lights”, the most significant spiritual meaning is “the...
A User Control is a composite of existing elements. You add elements to a User Control to achieve the desired functionality. User control can be consumed more than one time in any application. This...
The software architecture of a program or computing system is the structure or structures of the system, which comprise software components, the externally visible properties of those components, and the relationships between them. The...
A Sequence Diagram is an Object Diagram that describes object interaction. Objects are shown at the very top from left to right, while the time flows from top to bottom. Arrows indicate messages and...
A collaboration diagram, also called a communication diagram or interaction diagram, is an illustration of the relationships and interactions among software objects in the Unified Modeling Language (UML). The concept is more than a...
Binding refers the object type definition. You are using Early Binding if the object type is specified when declaring your object. E.g. if you say Dim myObject as ADODB.Recordset that is early binding (VB...
This article provides a brief introduction to Facade Design Patterns. Facade Design pattern provides an easy to use interface to an otherwise complicated collection of interfaces or subsystems. It makes things easier by hiding...
Introduction Traditional applications using relational data sources such as Oracle, SQL Server and DB2 to expose their business logic to external world in a tightly coupled manner. This tightly coupled approach leads to the...
Here is an example on how to send HTML email from your ASP.NET page using your Google account. (This setup can be easily used to send messages via any other SMTP server that requires...
Introduction There are times, when one need to have a class which can be only instantiated once. Singleton Design Pattern addresses to such situation by providing a design for such classes (known as Singleton...
More