Hi, my question is How do I build modules of a project? Is it by creating subprojects inside the main project? What is the standardised way of creating project modules and do I move information across them? Thanks.
Hi, my question is How do I build modules of a project? Is it by creating subprojects inside the main project? What is the standardised way of creating project modules and do I move information across them?
Yes, You can create different projects/class libraries under single solution...these class libraries are generally for DAL(Data Access Layer), BLL(Business Logic Layer), Presentation Layer and other layer if any(e.g. Service Layer etc.)
You create references among them in order to move information or to use code.
Ibangajnr
Member
45 Points
99 Posts
How do I build modules of a program
Nov 13, 2012 09:18 AM|LINK
Hi, my question is How do I build modules of a project? Is it by creating subprojects inside the main project? What is the standardised way of creating project modules and do I move information across them? Thanks.
me_ritz
Star
9337 Points
1447 Posts
Re: How do I build modules of a program
Nov 13, 2012 12:13 PM|LINK
Yes, You can create different projects/class libraries under single solution...these class libraries are generally for DAL(Data Access Layer), BLL(Business Logic Layer), Presentation Layer and other layer if any(e.g. Service Layer etc.)
You create references among them in order to move information or to use code.
More info @ http://www.codeproject.com/Articles/439688/Creating-ASP-NET-application-with-n-tier-architect