Jump to content

Need info on developing a Windows project

- - - - -

  • Please log in to reply
4 replies to this topic

#1
NeoCris

NeoCris

    Newbie

  • Members
  • Pip
  • 2 posts
Hello.
I would like to know opinions on which languages I should use to develop a windows application.

I've experience with several languages (C/C++/Java/Lisp) but I've only developed application for linux and very few had a graphical interface.

The application I'll be starting soon will be mostly about communicating with a database. Retrieving, sending and changing data in real time.
For what I've been reading WPF seems to be the way to build nice interfaces in windows but I'm not sure what language I should use to accompany it. It's important that the program has a nice interface and its not to heavy on the system.

So please give me your opinions because I really don't want to start this project and find out that the language I chosen isn't giving me the flexibility to do what I need.

THanks.

#2
TheCompBoy

TheCompBoy

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 272 posts
Myself i would go with my favorite language C#.

It has great way of creating UI and its easy to use microsofts databases.. Google around about windows forms for C#.
You can drag & drop the whole UI making it realy easy to get the design that you want.
Think my post we're usefull? Please take your time and press the Like button at my post, Big Thanks!
For great C# & Android tutorials visit my blogg: http://www.thecompboy.com/

#3
NeoCris

NeoCris

    Newbie

  • Members
  • Pip
  • 2 posts
Ty for the reply!
Do you know if C# apps dealing with fairly large databases are too heavy on the system in comparison to more versatile languages like c++?
And what about issues with compatibility in older versions of windows(2000/xp) ?

#4
mebob

mebob

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 490 posts
C# is a good choice for the design of the UI, but if you want to stick with C++ or C you could use GTK+ © or wxWidgets(C++). There are GUI designers for both of them: Glade for GTK+, wxFormBuilder and wxSmith (a CodeBlocks plugin) for wxWidgets.
Latinamne loqueris?

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Generally, the language you access the database will matter much less than having an appropriate database backend that has been properly configured. Unless you intend to return hundreds or thousands of records at a time (probably a bad idea in the first place), it's choosing MySQL/Oracle/MS SQL Server over something toyish like Access that will make the difference.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users