M
migue
way below newbie level:
I know nothing about .Net. Have a VB6 client-server application (business
app, inventory, purchasing, invoicing, etc.) and am considering converting
it to VB.Net at a customer's request. The goal is to have access to the
application from remote locations without the need to install anything on
the client.
Question 1:
How will the user's desktop experience change using .Net vs. VB? i.e. will
the application now run inside a browser or will it run as a full-window of
it's own? Do controls (drop-downs, radio buttons, etc.) work essentially the
same way from a user's perspective?
Question 2:
Does the application still behave as it currently does, i.e. as a "true"
windows application vs. a web page. e.g. triggers such as leave field to
perform validation against db, etc.
Question 3:
Assuming the application is deployed for access over the Internet, what is
the minimum connection speed to achieve reasonable throughput. i.e. when a
user leaves a field, I currently validate the entered data against a
database table, I perform sqlread to lookup the value in a table. Is that
still a valid method of doing things or do we return to the old mainframe
(and html web page) methodology of page level validation only?
thanks
I know nothing about .Net. Have a VB6 client-server application (business
app, inventory, purchasing, invoicing, etc.) and am considering converting
it to VB.Net at a customer's request. The goal is to have access to the
application from remote locations without the need to install anything on
the client.
Question 1:
How will the user's desktop experience change using .Net vs. VB? i.e. will
the application now run inside a browser or will it run as a full-window of
it's own? Do controls (drop-downs, radio buttons, etc.) work essentially the
same way from a user's perspective?
Question 2:
Does the application still behave as it currently does, i.e. as a "true"
windows application vs. a web page. e.g. triggers such as leave field to
perform validation against db, etc.
Question 3:
Assuming the application is deployed for access over the Internet, what is
the minimum connection speed to achieve reasonable throughput. i.e. when a
user leaves a field, I currently validate the entered data against a
database table, I perform sqlread to lookup the value in a table. Is that
still a valid method of doing things or do we return to the old mainframe
(and html web page) methodology of page level validation only?
thanks