I’m kinda lost and need some help.
In the past i have used php and mysql to make websites that are data driven with database. Now i want to use my C# skills to make a site. This new site will be connected to database and have alot of data.
Should i use Visual Studio to do a ASP.NET site ?
What is this WPF Browser Application thing, does that work in all browsers ?
Is there something else that i could use c# with ?
As new to .Net, To start with webappication Following Combination might help
If want robust Development
Above will do most of the code for you and you can easily alter the disigner or modify accordingly.
If you want more control over your Development process, I would recommend following
WPF is next generation of Windows / desktop based application programmng not Web based. It does provide a template for Browser based Application but is probably limited to Internet Explorer, but not all browsers. I not sure about WPF, some one might add to it.
As you intend to work on Web Application, this would not be a good idea to start with
IDE fro all above is definitely Visual Studio 2008+, as it provides access to all of the units / components of your application including view and designer for Database.
You can download one here
for 3 Months Trial
Hope it help