Quote:
|
Originally Posted by jjjay
Okay, so I'm a programming newbie and thinking of getting to grips with some Windows programming.
Which language would you recommend?
It'll probably have to be visual basic or something along those lines. C# or C++ would probably confuse me too much.
I know .net is the latest, but is everyone using that now or still churning stuff out in older programming languages?
any suggestions would be greatly appreciated...
BTW - i've got a copy of VB6 kicking around, so that's a start, but I don't know if anyone creates apps in that any more?
Thanks!
|
Hmm.... Well I guess it depends what you are doing. In my "non-adult" day job, I pretty much do data driven, ASP.Net websites, using C#, and SQL for the DB queries. I don't really write standalone Windows programs. Please note that Visual Studio .Net and the associated MS backends can get very pricey real quick. They are a couple of decent free tools that Microsoft has. You could also do some basic Asp.net sites using Dreamweaver. It has build in support for this although few people use it.
If you want to write data driven websites for your own purposes, I would say PHP and MYSQL(both free) would do the job in most cases. You could use Dreamweaver for development.
Good luck.