Software Architecture
The software architecture of a program or computing system is the structure or structures of the system, which comprise software elements, the externally visible properties of those elements, and the relationships between them...
Please select an article:
Ajax
AJAX stands for asynchronous JavaScript and XML. AJAX as a web developing technique contains JavaScript and XML programming elements for developing highly responsive application over the web. Web applications contain both client side and server side.
N-Tier Architecture
Choosing an appropriate architecture is a critical moment for all application development projects. Multi-layered architectures, called N-Tier, have earned vast acceptance in the software development industry during the last decade due to its flexibility and reusability.
Content Management System
Content Management System (CMS) is an easy way for managing the content of a website.
Object Oriented Programming principles
Every programming language will have to support a minimum set of principles in order to be called an OOP language.
Object Relational Mapping
There are many different tools to write your applications and various databases for storing data. But, we mostly use object technologies such as c# and java for developing software and relational databases for storing our data.
Service / Object Orientation
Will SOA (Service Oriented Architecture) win the competition against Object Orientation? Read about why comparing the two is actually incorrect.
Design Patterns
When designing different software we might face problems that are structurally identical and repeating in many projects. Design Patterns are there to help with this scenario.