Understanding ASP.NET Core Project Structure and File Structure
by admin • February 14, 2017 • .NET Core, ASP.NET Core • 0 Comments
In this post, we’re going to understand the project structure of an ASP.NET Core project. We have created a simple project with an empty template to see how a simplest ASP.NET Core project structure looks like both inside Visual Studio and on file system. This way, we can see how the files are organized...
Read more →