Accounts and pages
Put a login in front of the application and give every page the same header, footer and side menu.
The search runs entirely in your browser over the published lesson list.
Downloadable practice kit
Reading about a control is not the same as running one. This kit gives you complete, working web applications to open, run and take apart.
The kit is a set of finished ASP.NET web applications that read from and write to a database. Nothing is stubbed out and nothing is left as an exercise. You restore one database file, point the project at it, press run, and a real application appears in the browser.
Each application is written twice. One copy drives its data with the SqlDataSource control and the other uses the ObjectDataSource control, so you can compare both approaches to the same problem and decide which one suits your project.
The main sample is a customer service tool for a fictional online toy shop. A support worker can sign in, search for an order, read the customer notes, change an order and add a new note. It is deliberately ordinary work, because ordinary work is what most web developers are paid to do.
Put a login in front of the application and give every page the same header, footer and side menu.
Build a multi field search and show the results in a grid that reacts to what the visitor typed.
Insert, update and delete rows, including writing to more than one table at a time.
Catch exceptions in production and show the visitor a page that makes sense.
See how an application database should be shaped before a single control is dropped on a page.
Use data source controls so you stop hand writing the same connection and command code.
Tell me which track you are working through and what you want to build, and I will send the kit details and the current licence terms. Use the form below.
Downloads are covered by the example application licence.
Leave your address and get a short note whenever a fresh lesson is published. No account needed and you can stop at any time.