|
-
Dec 15th, 2003, 11:37 PM
#1
Thread Starter
Frenzied Member
architecture [RESOLVED]
What's the order here in .net?
you have a
PROJECT that holds a
SOLUTION (but can have more than one?)
these solutions have several files ie. .vb, .user, .proj.
can someone extend on this or point me to somewhere that explains the inner-workings a little?
Last edited by Andy; Apr 5th, 2005 at 09:03 PM.
-
Dec 16th, 2003, 12:13 AM
#2
I wonder how many charact
A Solution holds one or more projects.
A project can hold any amount of files (classes, jpegs, straight out .txt from notepad or wordpad.)
-
Dec 16th, 2003, 12:37 AM
#3
PowerPoster
Each project gets compiled to either a seperate dll or seperate exe. Usually your startup project is a exe, and the rest of the projects are supporting code (or dll's).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|