Databases

A data base is a structured collection of records or data, while a Database Management Systems is the software used to organize and maintain the database...

Please select an article:

SQL Server 2008
SQL Server 2008 is a powerful tool for managing, organizing and maintaining data.

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.

Entity Framework
ADO.NET Entity Framework is a framework, object-relational mapping and data programming model from Microsoft.

NHibernate
Nhibernate is a .NET solution for ORM (Object Relational Mapping) which frees the developers from huge amount of work for mapping a relational database to object oriented .NET classes and instances. Nhibernate is open source and is free for everyone to use.