Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear all

I am a vb 6.0 developer and having couple of business applications in vb 6.0 (POS, accounting, Inventory etc).
SQL Server as the back end.

I would like to develop these line of applications in browser
based (web based).

Since now a days, in addition to computers, there are mobiles, tablets etc etc, i need to have a system which is suitable for all these different types of devices.

So do you feel, it is the best option for me to shift into asp.net mvc to achieve my aim?..
Is MVC the best to develop web based POS,Inventory, accounting packages?.

Wht would be the best combination of technologies to do these??

Please advise...
jim
Posted

1 solution

Supporting all type devices can be done using proper UI Framework, which will make your app responsive. Most popular framework in bootstrap.

For any web based app, you should have some architecture to differentiate the UI, Business Logic and Data Access. MVC provides this out of the box. If you can develop and design your own architecture, that would also work.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900