Click here to Skip to main content
15,913,709 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: 3D Software Pin
Not Active10-Aug-10 1:29
mentorNot Active10-Aug-10 1:29 
AnswerRe: 3D Software Pin
Neil Haughton10-Aug-10 1:40
Neil Haughton10-Aug-10 1:40 
RantCode segmentation Pin
Adriaan Davel14-Jan-10 22:54
Adriaan Davel14-Jan-10 22:54 
QuestionMSBuild Pin
AndieDu14-Jan-10 15:03
AndieDu14-Jan-10 15:03 
AnswerRe: MSBuild Pin
Abhinav S14-Jan-10 16:12
Abhinav S14-Jan-10 16:12 
GeneralRe: MSBuild Pin
AndieDu14-Jan-10 17:04
AndieDu14-Jan-10 17:04 
GeneralRe: MSBuild Pin
Abhinav S15-Jan-10 19:54
Abhinav S15-Jan-10 19:54 
AnswerRe: MSBuild Pin
The Man from U.N.C.L.E.14-Jan-10 23:31
The Man from U.N.C.L.E.14-Jan-10 23:31 
In addition to the clever build tasks mentioned already MSBuild is the engine used by Team Foundation Server to perform automated builds. In fact even building a solution in Visual Studio is using MSBuild. VS just autogenerates the MSBuild script on the fly.

So the advantage of using MSBuild is that you can build .Net applications. Since the release of .Net 2.0 there has been no other way. (I believe Nant just calls VS to perform the actual build, which in turn calls MSBuild).

Because of this, extending the build process to build multiple projects and perform extra tasks is mostly a matter of adding to an xml file, though more specialised tasks may require a custom build task to be written in .Net.

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

GeneralRe: MSBuild Pin
AndieDu15-Jan-10 13:37
AndieDu15-Jan-10 13:37 
QuestionPrintDocument Pin
Martin Beukes14-Jan-10 9:06
Martin Beukes14-Jan-10 9:06 
AnswerRe: PrintDocument Pin
Not Active14-Jan-10 9:50
mentorNot Active14-Jan-10 9:50 
GeneralRe: PrintDocument Pin
Martin Beukes14-Jan-10 9:56
Martin Beukes14-Jan-10 9:56 
AnswerRe: PrintDocument Pin
Eddy Vluggen15-Jan-10 7:06
professionalEddy Vluggen15-Jan-10 7:06 
GeneralRe: PrintDocument Pin
Martin Beukes15-Jan-10 7:42
Martin Beukes15-Jan-10 7:42 
GeneralRe: PrintDocument Pin
Eddy Vluggen15-Jan-10 11:12
professionalEddy Vluggen15-Jan-10 11:12 
AnswerRe: PrintDocument Pin
Sebastian Br.17-Jan-10 21:16
Sebastian Br.17-Jan-10 21:16 
Questionvoip phone caller id Pin
Ian_urquhart14-Jan-10 4:14
Ian_urquhart14-Jan-10 4:14 
AnswerRe: voip phone caller id Pin
Dave Kreskowiak15-Jan-10 7:11
mveDave Kreskowiak15-Jan-10 7:11 
GeneralRe: voip phone caller id Pin
Ian_urquhart15-Jan-10 7:41
Ian_urquhart15-Jan-10 7:41 
QuestionSecurity Extension for SSRS Pin
Shelby Robertson 14-Jan-10 3:38
Shelby Robertson 14-Jan-10 3:38 
Question3D Image.... Pin
ashwath197914-Jan-10 1:19
ashwath197914-Jan-10 1:19 
AnswerRe: 3D Image.... Pin
The Man from U.N.C.L.E.14-Jan-10 6:49
The Man from U.N.C.L.E.14-Jan-10 6:49 
AnswerRe: 3D Image.... Pin
molesworth14-Jan-10 7:17
molesworth14-Jan-10 7:17 
AnswerRe: 3D Image.... Pin
dybs18-Jan-10 18:05
dybs18-Jan-10 18:05 
QuestiononMouseOver handler does not get the argument Pin
hezi13-Jan-10 23:49
hezi13-Jan-10 23:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.