What is a solution( In visual studio)? -
i read msdn solutions "contain items need create application". mean? mean contains code need create application? if that's case, why not call application?
why not call application?
because solution can contain many applications, many supporting libraries used applications, various artifacts used building , testing applications. solution may contain no application @ all, class library projects.
think of solution container projects logically grouped in way, various artifacts may used projects. project in case may application, class library, set of database scripts, etc.
Comments
Post a Comment