πFolder Structure
In the ASP.NET, the directory structure is designed to provide a flexible and customizable framework for your project. You have the freedom to adapt the directory structure to your specific needs, making it easy to organize and manage your application. Whether you prefer a traditional MVC (Model-View-Controller) layout or have a specific project structure in mind, ASP.NET's directory structure is versatile, allowing you to pick a structure that suits your project and make adjustments as needed. This adaptability ensures that your development experience is efficient and tailored to your unique requirements.
Light_able
βββ π Controllers
β βββ Included All Controllers
βββ π Models
βββ π obj
βββ π Properties
βββ π Views
β βββ π All pages
β βββ π Shared
β βββ π Component
β βββ π Layouts
β βββ Included All partial Layouts
βββ π wwwroot
β βββ π css
β βββ π fonts
β βββ π images
β βββ π js
β βββ π json
βββ appsettings.Development.json
βββ appsettings.json
βββ Light_able.csproj
βββ Light_able.csproj.user
βββ Light_able.sln
βββ Program.cs
Last updated