Skip to Content
Beginning ASP.NET Web Pages with WebMatrix®
book

Beginning ASP.NET Web Pages with WebMatrix®

by Mike Brind, Imar Spaanjaars
November 2011
Beginner
432 pages
11h 13m
English
Wrox
Content preview from Beginning ASP.NET Web Pages with WebMatrix®

Chapter 10

Introduction to Data and Databases

What you will learn in this chapter:

  • What a database is
  • What tools WebMatrix provides for working with data
  • What SQL is and how to use it
  • How relationships work within databases
  • How to use the Database Helper

Up to this point, most of the data you have worked with has been stored temporarily in variables within your C# code. You have persisted (saved) some data to text files, such as the exception logging that you created in the last chapter, and you have generated data that resides in e-mails in a number of exercises. You also created folders containing image data in Chapter 8. Data has so far come in many different forms, but none of it very structured or organized. As your site grows and the number of users increases, you will gather more and more data. You will need to be able to store this permanently, and you will need to be able to query it, display it, change it, and even remove it.

You will need to be able to organize your data so that it is well structured. This will make it easier to manipulate. You will also need some means of communicating how you would like to manipulate the data programmatically. In this chapter, you explore solutions to these two requirements — the structure provided by databases, and the means of communication provided by Structured Query Language (SQL).

What is a Database?

A database is a software program designed for the storage, retrieval, and manipulation of data. Databases come in a number of ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Stephen Walther, Kevin Hoffman, Nate Dudek

Publisher Resources

ISBN: 9781118050484Purchase book