Project type(which to choose?)

NicoVB

Centurion
Joined
Jan 2, 2002
Messages
160
Location
Belgium
I want to build an application that is based on a SQL Server database. (very large database) I want to do everything with that database(so full use of ADO.NET). Which project type have I to choose??

PS: It's an MDI-Form with several childs forms, if that is also important
 
The project type depends on the user interface capabilities - and distributed network needs. start with a standard windows application and go from there - you can always cut and paste in to web services and web forms from there.

Jonathan
 
Back
Top