Click here to Skip to main content
15,886,024 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to make a website for my quotes collection
it will include rating for each quote and username for each person
which is the best way to do that?
what language should I learn? and which program to use ?
I know c#
where can I learn visual web developer?
Posted
Updated 15-Mar-11 18:56pm
v2

1 solution

ASP.NET (Web Application) with C# language is fair enough. You can use Visual Web Developer as the Development Tool.

WPF Browser application is out of context for your need.
 
Share this answer
 
Comments
john1990_1 16-Mar-11 0:56am    
why is it our of context of my need?
Venkatesh Mookkan 16-Mar-11 0:58am    
WPF Browser application is heavy and it does not count as Website. You can still use Silverlight which is light and Sub-set of WPF.
john1990_1 16-Mar-11 0:59am    
what do you mean by heavy? loads slow on computer?
so WPF silverlight is a solution and can be good?
Venkatesh Mookkan 16-Mar-11 1:02am    
WPF Browser application requires .NET Framework installed and .NET framework inturn comes with hardware requirement etc. The Setup would come around ~400MB.

Silverlight is light. The setup is ~4MB size. Runs on the browser like Flash.
john1990_1 16-Mar-11 1:04am    
you mean that if I make a website in WPF browzer Application, EVERYONE that views the site must download and install .NET which is 400 MB

and how do I get SilverNet? is it in Visual c# too ?

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