Structuring Projects in ASP.NET
Learn about structuring projects within a solution or workspace, including the importance of naming conventions and project types.
We'll cover the following...
We'll cover the following...
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. ...