Data is very important for every company these days
Accessing your business data is even more important
The use of databases is therefore common in every .NET project.
We have used a variety of databases in our years as developers:

DBase

MS Access (95 .. 2007)

SQL Server (2000 .. 2005)

Oracle (7.. 10)

Sybase
We are familiar with the following techniques:

(Transact) SQL (Queries)

Stored Procedures

Reporting Services

Data Transformation Services

Etc...
We are also familiar with the different techniques to access the database from .NET applications:

DAO

ODBC

OLEDB

ADO

LINQ

Etc...
|