You should specify whether their primary need will be for WinForms (applications) or ASP.Net (websites) - or both, and it also depends on what other technologies you're going to be using - there's a lot of stuff out there now.
The best way to learn is doing.
Even if they're learning as they knock out production code, they should maintain their own sandbox or playpen projects for trying stuff out.
If they have some 'official' learning time set aside, rather than just use a book or a blog or whatever, choose some minimalist project to implement. Then enhance it until done, or chose another project with a different focus.Obviously this would be tailored to suit whatever they're likely to work on first.
e.g.
- Build me a hello world website.
- Link to other pages using the <a href> tag and the linkbutton control
- Inherit from a master page which shows a menu
- Implement a form which reads from and posts to a database, explore PostBack
- Implement a sitemap
- Add authentication using the ASP.Net 2.0 Role and Membership providers
- etc. etc.