Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: SQL Server Load Balancing with ASP.Net Pin
Mycroft Holmes9-Aug-10 21:22
professionalMycroft Holmes9-Aug-10 21:22 
AnswerRe: SQL Server Load Balancing with ASP.Net Pin
SimulationofSai10-Aug-10 15:42
SimulationofSai10-Aug-10 15:42 
QuestionGuide lines to develop a Payment Gateway in C# Pin
arun_pk9-Aug-10 19:24
arun_pk9-Aug-10 19:24 
QuestionHow often do you "Build" a project during development? Pin
Matt U.9-Aug-10 16:45
Matt U.9-Aug-10 16:45 
AnswerRe: How often do you "Build" a project during development? Pin
PIEBALDconsult9-Aug-10 16:56
mvePIEBALDconsult9-Aug-10 16:56 
GeneralRe: How often do you "Build" a project during development? Pin
Matt U.9-Aug-10 17:10
Matt U.9-Aug-10 17:10 
AnswerRe: How often do you "Build" a project during development? Pin
Luc Pattyn9-Aug-10 17:51
sitebuilderLuc Pattyn9-Aug-10 17:51 
AnswerRe: How often do you "Build" a project during development? Pin
N a v a n e e t h9-Aug-10 18:08
N a v a n e e t h9-Aug-10 18:08 
I used to build the component that I work and it's dependencies frequently. But I usually won't build the whole application all the time as it takes more time. On the current project we have a continuous integration server available which will build the whole project once the code is checked in.

Build architecture for C++ projects and C# projects are different. C++ uses incremental approach and only those files that are modified gets compiled. This is a huge time saver after the initial compile. In .NET (except C++/CLI), this is handled at the project level. So if any of the files got modified in the project, VS will compile the whole project rather than just one file. So improper project organization will lead into longer build time.

Smile | :)
Best wishes,
Navaneeth

AnswerRe: How often do you "Build" a project during development? Pin
arun_pk9-Aug-10 19:27
arun_pk9-Aug-10 19:27 
AnswerRe: How often do you "Build" a project during development? Pin
OriginalGriff9-Aug-10 21:02
mveOriginalGriff9-Aug-10 21:02 
GeneralRe: How often do you "Build" a project during development? Pin
DaveyM6910-Aug-10 5:22
professionalDaveyM6910-Aug-10 5:22 
GeneralRe: How often do you "Build" a project during development? Pin
Matt U.11-Aug-10 17:15
Matt U.11-Aug-10 17:15 
GeneralRe: How often do you "Build" a project during development? Pin
Baconbutty12-Aug-10 2:54
Baconbutty12-Aug-10 2:54 
QuestionHow to encrypt an xml file? Pin
mehdi_139-Aug-10 7:05
mehdi_139-Aug-10 7:05 
AnswerRe: How to encrypt an xml file? Pin
Ennis Ray Lynch, Jr.9-Aug-10 7:14
Ennis Ray Lynch, Jr.9-Aug-10 7:14 
AnswerRe: How to encrypt an xml file? Pin
PIEBALDconsult9-Aug-10 14:54
mvePIEBALDconsult9-Aug-10 14:54 
AnswerRe: How to encrypt an xml file? Pin
Orjan Westin10-Aug-10 2:34
professionalOrjan Westin10-Aug-10 2:34 
QuestionApplication Switching via a HotKey Pin
gmhanna9-Aug-10 6:53
gmhanna9-Aug-10 6:53 
AnswerRe: Application Switching via a HotKey Pin
Ravi Bhavnani9-Aug-10 7:22
professionalRavi Bhavnani9-Aug-10 7:22 
GeneralRe: Application Switching via a HotKey Pin
gmhanna9-Aug-10 7:41
gmhanna9-Aug-10 7:41 
GeneralRe: Application Switching via a HotKey Pin
Ravi Bhavnani9-Aug-10 7:45
professionalRavi Bhavnani9-Aug-10 7:45 
GeneralRe: Application Switching via a HotKey Pin
T M Gray9-Aug-10 9:51
T M Gray9-Aug-10 9:51 
AnswerRe: Application Switching via a HotKey Pin
Luc Pattyn9-Aug-10 7:56
sitebuilderLuc Pattyn9-Aug-10 7:56 
QuestionCant connect to a remote pc not over LAN but over Internet [modified] Pin
ayandelhi9-Aug-10 6:34
ayandelhi9-Aug-10 6:34 
AnswerRe: Cant connect to a remote pc not over LAN but over Internet Pin
Ravi Bhavnani9-Aug-10 7:30
professionalRavi Bhavnani9-Aug-10 7:30 

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.