c# - Class library types for a web/mobile project -


i want develop .net core webapi , consuming services web (angular) , mobile(xamarin).

i use class library, i'am not understanding type of class library should use.

when tried use portable class library targeting .net framework 4.5, asp.net 1.0 , xamarin. can't install entity framework on project.

the simple class library not work xamarin. enter image description here


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -