Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Coolest way to do this string operation? Pin
AspDotNetDev16-Dec-11 17:52
protectorAspDotNetDev16-Dec-11 17:52 
AnswerRe: Coolest way to do this string operation? Pin
BillWoodruff16-Dec-11 18:09
professionalBillWoodruff16-Dec-11 18:09 
GeneralRe: Coolest way to do this string operation? Pin
SledgeHammer0116-Dec-11 19:32
SledgeHammer0116-Dec-11 19:32 
GeneralRe: Coolest way to do this string operation? Pin
BillWoodruff16-Dec-11 20:19
professionalBillWoodruff16-Dec-11 20:19 
QuestionHow to deploy thorugh command prompt? Pin
BalasubramanianK15-Dec-11 23:06
BalasubramanianK15-Dec-11 23:06 
AnswerRe: How to deploy thorugh command prompt? Pin
BillWoodruff16-Dec-11 1:17
professionalBillWoodruff16-Dec-11 1:17 
AnswerRe: How to deploy thorugh command prompt? Pin
PIEBALDconsult16-Dec-11 1:57
mvePIEBALDconsult16-Dec-11 1:57 
AnswerRe: How to deploy thorugh command prompt? Pin
Eddy Vluggen16-Dec-11 6:05
professionalEddy Vluggen16-Dec-11 6:05 
BalasubramanianK wrote:
1. Getting latest version of my solution

That depends on the type of source-control that you're using. I described the steps to download source from sourcesafe here[^], as part of a daily build script. There are similar options for other source-control systems like tortoise and SVN. Simply google the productname and "get source commandline".

BalasubramanianK wrote:
2. Adding web deployment project and adding project outputs there

You don't point the project output there, you COPY the resulting assemblies. Don't mess around with settings if you don't have to.

BalasubramanianK wrote:
3. Building and deploying in a server..

You can generally deploy using XCOPY, using REGASM for assemblies and REGSVR32 for COM-server that need be registered. Building can be done using the IDE and some commmand-line options, but it would be recommendable to use MSBuild[^], as suggested by PIEBald.
Bastard Programmer from Hell Suspicious | :suss:

QuestionTwain Scanner Interface for .net with multipage support Pin
balakrishnanp15-Dec-11 18:51
balakrishnanp15-Dec-11 18:51 
AnswerRe: Twain Scanner Interface for .net with multipage support Pin
Richard MacCutchan15-Dec-11 22:29
mveRichard MacCutchan15-Dec-11 22:29 
GeneralRe: Twain Scanner Interface for .net with multipage support Pin
Pete O'Hanlon16-Dec-11 0:01
mvePete O'Hanlon16-Dec-11 0:01 
GeneralRe: Twain Scanner Interface for .net with multipage support Pin
Richard MacCutchan16-Dec-11 0:04
mveRichard MacCutchan16-Dec-11 0:04 
GeneralRe: Twain Scanner Interface for .net with multipage support Pin
Pete O'Hanlon16-Dec-11 0:08
mvePete O'Hanlon16-Dec-11 0:08 
GeneralRe: Twain Scanner Interface for .net with multipage support Pin
Richard MacCutchan16-Dec-11 0:17
mveRichard MacCutchan16-Dec-11 0:17 
GeneralRe: Twain Scanner Interface for .net with multipage support Pin
Pete O'Hanlon16-Dec-11 0:21
mvePete O'Hanlon16-Dec-11 0:21 
GeneralRe: Twain Scanner Interface for .net with multipage support Pin
BillWoodruff16-Dec-11 1:14
professionalBillWoodruff16-Dec-11 1:14 
QuestionParse Excel Currency Cell Pin
Saamir15-Dec-11 11:57
Saamir15-Dec-11 11:57 
AnswerRe: Parse Excel Currency Cell Pin
DaveyM6915-Dec-11 13:33
professionalDaveyM6915-Dec-11 13:33 
AnswerRe: Parse Excel Currency Cell Pin
Richard MacCutchan15-Dec-11 22:26
mveRichard MacCutchan15-Dec-11 22:26 
QuestionHow to include child property of LINQ to SQL object? Pin
Goalie3515-Dec-11 11:04
Goalie3515-Dec-11 11:04 
AnswerRe: How to include child property of LINQ to SQL object? Pin
Mycroft Holmes15-Dec-11 18:48
professionalMycroft Holmes15-Dec-11 18:48 
QuestionCollections, plus collection of base type - concept Pin
DaveyM6915-Dec-11 9:16
professionalDaveyM6915-Dec-11 9:16 
AnswerRe: Collections, plus collection of base type - concept Pin
PIEBALDconsult15-Dec-11 9:34
mvePIEBALDconsult15-Dec-11 9:34 
GeneralRe: Collections, plus collection of base type - concept Pin
DaveyM6915-Dec-11 9:47
professionalDaveyM6915-Dec-11 9:47 
GeneralRe: Collections, plus collection of base type - concept Pin
PIEBALDconsult15-Dec-11 10:40
mvePIEBALDconsult15-Dec-11 10:40 

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.