...

/

Structuring Projects in ASP.NET

Structuring Projects in ASP.NET

Learn about structuring projects within a solution or workspace, including the importance of naming conventions and project types.

How should we structure our projects?

So far, we have built small individual console apps to illustrate language or library features. We will build multiple projects using different technologies that work together to provide a single solution. ...