Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am planning to develop a Video library management tookit using ASP.Net Framework 4.

Where can I find a good article to develop 1 which will help me out regardig features required, language that should me used (how about C#?), the maintenance of database, how will the silverlight 3 be used in this case and all related information.
Posted

1 solution

Whether you use ASP.Net or Silverlight, you can use C# as the code behind language.

If you have a lot of animations or some 'jazzy' GUI, then you can consider Silverlight.
 
Share this answer
 
v2
Comments
aarti369 6-Nov-10 16:35pm    
Thanks Abhinav,
I am also wandering how videos are stored in a database.
Abhinav S 6-Nov-10 22:54pm    
You are welcome. Vote if it helps :).

Regarding storing videos - Depends on what database, but in SQL server - you need to make use of a BLOB field. If you search on the internet for SQL server and Blobs, I'm sure you'll come across some examples.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900