From the course: Database Foundations: Application Development
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Model tabular data
From the course: Database Foundations: Application Development
Model tabular data
- [Instructor] The modular design of an asp.net site also applies to the database connection, and it controls how data is used throughout the entire site. To see how this works, we need to dig into the project files again. Now a word of warning before we get started, this is going to be a bit of a journey through a number of different files. To simplify things, I'm going to open the entire aspnet folder inside of Visual Studio. This will allow me to open and explore the different files without having to go back and forth to the desktop. On the left-hand side of the screen, I get this explorer panel, and I can expand the aspnet folder, and see all the different folders and files that the project contains. Now your text editor may or may not support this kind of project tree view. If it doesn't, that's fine. You can open up each file one at a time. Okay, I'm going to start by closing the Welcome tab. And then I'm going…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.