What is the difference between a Solution and a Project in .net?
difference between a Solution and a Project in .net?:
A solution can contain several different projects.
Solution and a Project in .net:
If you load a solution that contains several projects, they will all load and you will be able to compile them as one unit. You cannot do this if you open a single project.
A solution is like a house, a project like a room. Each room provides a piece of functionality whereas the house, a container of rooms, provides the means to link the rooms together and organize them appropriately.
Asp.net Related Other Post:
- What is ASP.net Programming Part 2,Chat web application in asp.net programming
- Sql Query for asp.net Programming ,How to get Server IP, How to create graph in asp.net:
Comments
Post a Comment