Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
Hi all, i am building an asp.net web forms application. now the application needs to have a mobile app also, so i would like to know if i can link the windows phone app to the web app without repeating the code, by maybe using the same data access and classes for both projects. i hv VS 2012 and Silverlight SDK. Thank You
Posted
Updated 9-Mar-13 14:37pm
v2
Comments
[no name] 9-Mar-13 21:15pm    
You could probably reuse some of your code but probably not all of it.
Xavi Giqwa 9-Mar-13 21:20pm    
ok thanks...then i will just have to reference the main project?
bbirajdar 10-Mar-13 3:19am    
Reuse the business logic. For UI, you need to create mobile specific themes or a separate mobile website. Referencing the same projects other than UI layer will work

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