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

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -