1 / 18

Moving a Commercial ASP.NET Application to Silverlight

Moving a Commercial ASP.NET Application to Silverlight. Jeffrey M. Rhodes Platte Canyon Multimedia Software Corporation. Product Objectives. Provide the power of ASP.NET but with no programming or advanced configuration Store questions and objectives in SQL Server, Access, or XML

ayanna
Download Presentation

Moving a Commercial ASP.NET Application to Silverlight

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Moving a Commercial ASP.NET Application to Silverlight Jeffrey M. Rhodes Platte Canyon Multimedia Software Corporation

  2. Product Objectives • Provide the power of ASP.NET but with no programming or advanced configuration • Store questions and objectives in SQL Server, Access, or XML • Create exams composed of questions pulled randomly by objective from a pool • Create exams that support the SCORM 1.2/2004 Runtime Environment and packaging specification (can’t do the latter currently) • Make it easy for Subject Matter Experts to edit questions

  3. Version 2 Demo Question Web Player Graphical Button

  4. What are the Problems? • Requires ASP.NET virtual directory • Prevents complete SCORM compliancy • Has limited question types (multiple choice, true-false, fill-in-the-blank) due to databinding approach • Has frequent postbacks that are frustrating to users with slow connections • Difficult for users to customize

  5. Why Silverlight? • Easy to play media and display graphics • Has power to perform more complex actions like drag & drop and drawing lines • Does not require a virtual directory • Allows reuse of much existing “Question” object functionality • Considered implementing in Flash using existing Flash “Learning Interactions” but these are limited to ActionScript version 2 • Security model more conducive to web services than Flash

  6. Version 3 Demo Page.xaml matching_lines.xaml

  7. Edit Resources/Templates in Expression Blend

  8. Deployment and .xap Content rather than resources so can add to the .xap programmatically without rebuilding DLL

  9. Key Programming Tasks • Navigate between questions • Dave Relyea’s Transition Control • Display graphic • Play media • Similar to graphic but don’t need to create object

  10. Key Programming Tasks • Configure buttons with graphics and text • Set Content to be a new StackPanel

  11. Key Programming Tasks • Time questions • Implement at QuestionTemplate level

  12. Key Programming Tasks • Communicate with an LMS via JavaScript • Window.Invoke() for calling JavaScript function • Window.Eval() for injecting complete JavaScript calls

  13. Key Programming Tasks • “Server-side” tasks: email, save results • WCF web service

  14. Key Programming Tasks • Create “Rollover” Button • Custom component implemented with VisualStateManager

  15. Feedback/Challenges • Feedback: extremely positive so far with customers like Exxon/Mobile and Motorola eagerly waiting for release • Challenge: creating new templates eased with Blend but still challenging for non-programmer due to necessity to work with “code-behind” file and build DLL • Harder than opening Flash .fla and saving as a new name • Challenge: dependent on corporate acceptance of Silverlight

  16. Rest of the Puzzle

  17. References • Dave Relyea’s Transition Control: http://tinyurl.com/57bwh4 • Delay’s HtmlTextBlock: http://tinyurl.com/d8m23s • Sample Exam: http://www.examengine.net/ExamEngine3 • Mike & Mike’s Silverlight Demos (Beta 2): http://www.miketaulty.com/SLVideos.html • Tim Heuer’s Blog: http://timheuer.com/blog • Scott Guthrie’s Blog: http://weblogs.asp.net/Scottgu • Shawn Burke’s Blog: http://blogs.msdn.com/sburke

  18. Questions? Jeffrey M. Rhodes Platte Canyon Multimedia Software Corporation jrhodes@plattecanyon.com

More Related