Link to home
Start Free TrialLog in
Avatar of rcl58
rcl58

asked on

A book on Compiling in .Net

Im looking for a book on Building and Compiling in VS 2005 or .Net. Every book Ive reviewed had only a brief example/explanation of the process. Im looking for discussion and practices on the subject. All the help files tell me what buttons to push to change a particular setting but nothing on strategy.

Thanks
Bob
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

What sort of further information are you looking for? Build management (you say "strategies")?

There really isn't much to the .NET compilers ...

For build management I would look at NANT or MSBuild both of which there are plenty of books on.



Avatar of rcl58
rcl58

ASKER

I'm having trouble with building my project in VS 2005. If you can, check out my problem "Building Multi-Solution App" on this site.

I'm looking for discussion on what the various setting do and how they will impact my build and eventual distribution. My app uses 5 solutions with about 3 to 5 projects in each. I don't have much experience in this area and theres nothing like a good book to get me up to speed.

Thanks for your help.
Bob
ASKER CERTIFIED SOLUTION
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial