You can use ASP.NET Routing to decode meaningful URLs into real physical path names.
New for ASP.NET developers with .NET 3.5 SP1 is routing, an easy way to simplify site maintenance -- and give meaning to your users' lives.
After using EF to drive a series of drop-down lists, Peter moves on to the next step: using EF to build a Master/Detail page.
What's one test of a new technology? Seeing whether you can use it with the old technology.
To support a real page, your entity model is going to need multiple entities and associations between them. Here's how to add them.
Peter begins to explore the usability of Dynamic Data and Entity Framework by adding the simplest possible data model to his application.
What's in SP1 for ASP.NET developers? At least one bug fix, a couple of enhancements and -- perhaps -- something that will change your life. But Peter is suspicious.
Peter shows you how to make a Master-Detail page that will work right and save your users a lot of grief.
Peter stumps for the Cache, despite developers' worries over stale or lost data.
The ASP.NET Cache object could be the secret to speeding up your application if you just started using it more.
Peter answers a reader's question by showing how to access data inside the individual controls of the various DataViews.
Want to give your users personalized pages without giving up control? It's easy with Web Parts. Peter shows you how.
Moving from a test to a production environment can be tricky. Here's where the Web Deployment Projects add-on comes in handy.
Peter shows a "code-lite" way to handle exceptions when using DataView to update data.
This is one big problem that's simple to fix. Peter shows you two solutions.