ASP.NET Website Programming
Problem - Design - Solution
Chapter One
Building an ASP.NET Website
In this book we are going to build a content-based ASP.NET website. This website will consist of a
number of modules, which will all fit together to produce the finished product.
We will build each module in a standard order:
Identify the problem - What do we want to do? What restrictions or other factors do we need
to take into account?
Produce a design - Decide what features we need to solve the problem. Get a broad idea of
how the solution will work.
Build the solution - Produce the code, and any other material, that will realize the design.
This book focuses on programming. When we talk about design, we generally mean designing the
software - we will not be looking at graphic or user interface design.
Your website will not be solving all of the same problems as ours, but many of the modules we build - and
the programming techniques we use - are very transferable.
In this chapter we will take a high-level look at the whole site - what it needs to d ... read full excerpt from ASP.NET Website Programming: Problem - Design - Solution, C# Edition ebook