thx for the reply.
My app will be windows-only .. hence not a web-app.
I'm not sure which database we'll end up using, but for development I'll probably use MS Access.
I'm not sure if I should use NET or not. If I go with D2006, NET is out of the question so the app will be Win32 only.
Basically, my question is: should I use D2006 (not NET), or VS2005(w/NET) ?
The only reason why I'm considering NET is because it will probably play a major role in the future, but in reality, the project itself can be written using MFC, Qt, GTK or any other framework available. As for D2006 being the chosen language if I don't use NET, the reason behind it is because I'm already knowledgeable in Delphi, and handling datasets and databases in VS2005 doesn't seem as intuitive and straight-forward as it is with delphi.
What do you suggest ?
Main Topics
Browse All Topics





by: BlackTigerXPosted on 2006-10-23 at 10:21:43ID: 17790014
it depends on a number of things
- which Operating System(s) is targeted for
- is it required to be Web or Windows app (or other maybe)
- what type of database (this only matters if you're using and old or uncommon database)
about distributing .NET you shouldn't worry too much, .NET has been out long enough, and since your application is inhouse that shouldn't be an issue anyway
my thoughts, if you want the application to be .NET (for some reason it seems that way) the best tool for that job is Visual Studio and C#, unless you already have Delphi 2006, but I wouldn't recommend you writing this in Delphi for .NET, you will find little or no support / forums / etc