Instructions
This lab will give you experience with using XML within ASP.NET as well as help you learn about RSS feeds, how they can be used, and how to build them.
Procedures
- Create an RSS management system
- Here is an example RSS feed
- Adhere to the RSS 2.0 standard
- It will have 4 views
- View only
- Example
- Should act as a forward-facing page - no administration - not linked to any of the administration
- View w/ update, delete, and add links
- Example
- Same as View only, but provides links to be able to manage the feed
- Add page
- Example
- Provide input boxes for title, description, link, and author
- Update page
- Example
- Same as Add page, but autopopulates for editing
- Delete page
- Pass-through, processing page. Grab the guid of the item and remove it from the feed.
- Order the feed appropriately. Newest items should appear at the top of the feed
- Test the feed in Firefox
Grading
Coding & Functionality |
-20 max |
|
|
Total |
20 pts possible |
|