All Tags »
asp.net »
design patterns »
web navigator
Sorry, but there are no more tags available to filter with.
-
The video and code for download is now posted at http://polymorphicpodcast.com/shows/webnavigator/.
Learn an object oriented way to encapsulate the location of your web pages, shielding the physical location of the pages to your application and creating a programmatic contract for required resources.
[advertisement] Watch the show and learn how ...
-
Listen to the show
Watch the video
Download the code
Problem:You and Joe are working on a sizable web application. Nasty-Coder Joe, who is on another team, creates a new page that requires 2 session variables and a query string parameter in order for his page to work properly. You now need to pass data to this page to finish your last feature ...