Hi all,
Theoretically, the code in VB.Net and ASP.Net are pretty much the same. So I'm thinking of developing a desktop application (using MVC design pattern as it supports code re-usability) and then convert it into a similar Web application ( which will be done using MVC) just like the desktop application .
What design patterns can be helpful in transfering or re-purposing a desktop application to a Web application?
Also if you could enlighten me on the code -reusability in this scenario, it would be really helpful for me.
Thanx.
Theoretically, the code in VB.Net and ASP.Net are pretty much the same. So I'm thinking of developing a desktop application (using MVC design pattern as it supports code re-usability) and then convert it into a similar Web application ( which will be done using MVC) just like the desktop application .
What design patterns can be helpful in transfering or re-purposing a desktop application to a Web application?
Also if you could enlighten me on the code -reusability in this scenario, it would be really helpful for me.
Thanx.
Comment