yeraulone wrote: » Are you using SQL Server Database for your new application? If so... I may be wrong but I think that MS Visual Web developer Express does not have the database admin features you require. Its a trimmed down version of Visual Studio.. You can download a full version of Visual Studio and use it for a three month trial from the microsoft website, or you could use Microsoft SQL Server Management Studio Express, which is a free admin tool for SQL Server database. You can get that from here If you are using a MySQL database, then you could use phpMyAdmin as usual
Darragh29 wrote: » I thought I'd start getting to grisp with C# and the MSDN framework because this seems to be the future, but to be honest I'm starting to regret going near it.
eoin_s wrote: » That's no reason to give up on what is a very good framework. Stick with it. Check this out - I know it's an external application to your IDE, but may be helpful.http://www.toadsoft.com/toadsqlserver/toad_sqlserver.htm
Darragh29 wrote: » Thanks a mil yeraulone, I figured out that I had to download Microsoft SQL Server Management Studio Express to manage the database. I thought Microsoft would have thought given this type of basic functionality with an application that claims to be a powerful dynamic web development tool! I'm pretty fluent in PHP and HTML & CSS, but I thought I'd start getting to grisp with C# and the MSDN framework because this seems to be the future, but to be honest I'm starting to regret going near it.