c# - How to isolate tiers in xproj -


i'm using visual studio 2015 , projects includes asp.net core web, in others project libraries.

time ago, impossible uses namespace indirectly whithout reference between projects (in csproj). in xproj possible access namespace referenced in project, ex.:

csproj proj.web > proj.business > proj.data proj.data not accessible in proj.web

versus

xproj proj.web > proj.business > proj.data proj.data accessible in proj.web

please, how simulate same behavior, isolating layers between projects in xproj?

tks


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -