Author: Stephen Walther on ASP.NET MVC | Posted on: 9/3/2008 7:56:28 PM | Views : 859

In this series of blog entries, I build an entire ASP.NET MVC application from start to finish. In this entry, I integrate the Silverlight Media Player into the Family Videos MVC application so I can play videos. Before reading this blog entry, you might want to first read the previous two entries: Family Video Website #1 – Upload the Videos – In this entry, I create an MVC controller that accepts large file uploads. Family Video Website #2 –Add the Database – In this entry, I added a database so that I could associate additional information, such as a title and description, with each video. In this blog entry, I make two major changes to the Family Videos Website. First, I redesign the view that renders the uploaded...(read more) Go to the complete details ...