© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
16 replies
v0fbu1vm

Project structure

I previously had my project structured like this
the problem is that, as the project grows, it getting a bit hard to maintain it. I'm trying to rethink my approach. I want to create a classlibrary project for each feature. For instance
Quotifyr.Auth
Quotifyr.Auth
inside their, I want to have all my
views
views
,
controllers
controllers
etc related to authentication to live there. The only issue is that, since it's a classlibrary, objects such as
Controller
Controller
are not available? what should I do?
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Project structure
C#CC# / help
3y ago
Project Structure
C#CC# / help
4y ago
❔ StructureMap.StructureMapException: StructureMap Exception Code: 207
C#CC# / help
3y ago
Visual Studio project structure
C#CC# / help
4y ago