c# - Portable Class Library vs Class Library -



c# - Portable Class Library vs Class Library -

i developing new windows phone 8.1 application using core functionality of mobile application. (it native app , more comprehensive version of it)

my mobile/web application heavily using class library has domain objects.

i cannot reference class library wp 8.1 apps, creating portable class library , have same domain objects class library.

since wanna maintain dry, thinking move classes (whichever compatible) portable class library , utilize 1 shared both on web applications , windows store apps.

1- there compatibility issues asp.net mvc, wpf, wcf etc?

2- move migrate class library portable class library reason?

3- there practice/easy way move domain classes other cut/paste?

it's pretty class library using apis aren't available in portable class libraries. can utilize .net portability analyzer analyze library , see nonportable apis it's using.

c# windows-phone-8.1 portable-class-library class-library

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -