Evening All,
For the longest I've worked in VB with Visual Studio, recently I migrated to C# which was interesting. But now I want to learn more about ASP.Net Core.
My question is as follows, normally i would create separate projects for web, infrastructure, implementation, entry etc. And then add project references and imports.
With ASP.net Core I'm seeing that this is
Not Possible? Or i don't understand how to create project to project references
whats the best way to organize a large Asp.net core solution
do i use core for the entry which is web and then net frame work for the rest?
thanks
Madaxe