Home » C# Basics
10
Data Access
In this chapter we will learn the basic concepts of realtional databases, and how to create and access them.
In This Chapter:
- Database Basics
- Defining what a relational database is and how the data is stored
- Creating a Database - Part 1
- How to create a database and store data in SQL Server 2005
- Creating a Database - Part 2
- How to access data stored in SQL Server 2005 using the .Net framework and C# programming