![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Needeth alot of helpeth
Join Date: Jun 2008
Location: Western New York
Posts: 1
Rep Power: 0
![]() |
Suggestions Please....
Hi All, Hope everyone is having a good day.
I have a question, I am looking to branch out on my own and learn a new computer language. My future dream is to design a Customer Management software tool all myself then market it. I know I will be using a SQL database. I don't know alot about computer programming (this is gonna be an ongoing project for quite a few years) What programming language would you recommend learning? C, C#, C++, VisualBasic, VisualBasic.net, etc........? What are major differences? Any advice is greatly appreciated.
__________________
Lisa "A dog is the only thing on earth that loves you more than you love yourself." - Josh Billings |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 199
Rep Power: 2
![]() |
Re: Suggestions Please....
VB.NET is used alot in the industry, same with JAVA (In the way of dealing with SQL databases).
Commerical software is mostly written in C++. I have never used C++ with SQL though.
__________________
SYNTAX ERROR ... |
|
|
|
|
|
#3 |
|
Caffeinated Neural Net
![]() Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,034
Rep Power: 5
![]() |
Re: Suggestions Please....
I'll toss off a recommendation for C#, but that's mainly because I'm a C# fanboy. Really, though, you can do this in any language. However, some languages make it easier than others, and your target platform will be a big factor too. If portability is the biggest concern, go with Java. If ease of development is primary, and you're mainly targeting Windows, go with a .NET language like VB.NET or C#. If it's a web application, then PHP is probably a good choice (never used it myself, but it's pretty common for web stuff), though you could also use a .NET language (with ASP.NET) or Java. You could even do a web app in a language not usually geared to this sort of thing, but of course, it will be harder.
If you are going with Windows, I would really advise a .NET language. You'll get a visual forms designer (no mucking about with guesswork in placing elements of your GUI), a nice IDE if you use Visual Studio (some of the third-party ones look nice too, but I've never used them yet), and a wizard to generate boilerplate DBMS-interface code (great for newbies).
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Building up a good portfolio - Suggestions? | kruptof | Coder's Corner Lounge | 3 | Jun 9th, 2007 8:39 AM |
| Suggestions for a tutorial | a thing | Coder's Corner Lounge | 4 | Sep 26th, 2006 6:13 PM |
| Not encoding nor zip - suggestions | markbadger | Other Programming Languages | 2 | Dec 29th, 2005 8:41 AM |
| Looking for a good C# ide for windows... any suggestions? | uman | C# | 11 | Apr 11th, 2005 12:08 AM |
| Code suggestions | Mad_guy | Perl | 0 | Feb 18th, 2005 10:31 PM |