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

C#

 
AnswerRe: Send commands to DOS using C# Pin
Thomas Daniels21-Sep-12 5:30
mentorThomas Daniels21-Sep-12 5:30 
QuestionSql Connection Problem in IIS Server Pin
omgade21-Sep-12 1:45
omgade21-Sep-12 1:45 
AnswerRe: Sql Connection Problem in IIS Server Pin
Shameel21-Sep-12 1:58
professionalShameel21-Sep-12 1:58 
QuestionCrystal Report Not Working For Console Application Pin
idreesbadshah21-Sep-12 0:09
idreesbadshah21-Sep-12 0:09 
AnswerRe: Crystal Report Not Working For Console Application Pin
Ingo21-Sep-12 1:10
Ingo21-Sep-12 1:10 
AnswerRe: Crystal Report Not Working For Console Application Pin
Eddy Vluggen21-Sep-12 2:38
professionalEddy Vluggen21-Sep-12 2:38 
QuestionNeed HELP !!!!! Pin
mAzeem2220-Sep-12 20:37
mAzeem2220-Sep-12 20:37 
AnswerRe: Need HELP !!!!! Pin
Abhinav S20-Sep-12 20:47
Abhinav S20-Sep-12 20:47 
GeneralRe: Need HELP !!!!! Pin
mAzeem2220-Sep-12 20:53
mAzeem2220-Sep-12 20:53 
GeneralRe: Need HELP !!!!! Pin
Abhinav S20-Sep-12 20:56
Abhinav S20-Sep-12 20:56 
GeneralRe: Need HELP !!!!! Pin
mAzeem2220-Sep-12 21:03
mAzeem2220-Sep-12 21:03 
AnswerRe: Need HELP !!!!! Pin
Ingo20-Sep-12 21:10
Ingo20-Sep-12 21:10 
AnswerRe: Need HELP !!!!! Pin
Richard MacCutchan20-Sep-12 21:02
mveRichard MacCutchan20-Sep-12 21:02 
AnswerRe: Need HELP !!!!! PinPopular
V.20-Sep-12 21:32
professionalV.20-Sep-12 21:32 
AnswerRe: Need HELP !!!!! Pin
Pete O'Hanlon20-Sep-12 22:06
mvePete O'Hanlon20-Sep-12 22:06 
QuestionShould I do a VB project? Pin
Swinkaran20-Sep-12 19:08
professionalSwinkaran20-Sep-12 19:08 
AnswerRe: Should I do a VB project? Pin
Mycroft Holmes20-Sep-12 20:05
professionalMycroft Holmes20-Sep-12 20:05 
AnswerRe: Should I do a VB project? Pin
Abhinav S20-Sep-12 20:48
Abhinav S20-Sep-12 20:48 
GeneralRe: Should I do a VB project? Pin
BillWoodruff25-Sep-12 23:02
professionalBillWoodruff25-Sep-12 23:02 
AnswerRe: Should I do a VB project? Pin
Swinkaran20-Sep-12 21:02
professionalSwinkaran20-Sep-12 21:02 
GeneralRe: Should I do a VB project? Pin
BillWoodruff25-Sep-12 23:02
professionalBillWoodruff25-Sep-12 23:02 
AnswerRe: Should I do a VB project? Pin
Amarnath S20-Sep-12 21:43
professionalAmarnath S20-Sep-12 21:43 
GeneralRe: Should I do a VB project? Pin
BillWoodruff25-Sep-12 23:13
professionalBillWoodruff25-Sep-12 23:13 
GeneralRe: Should I do a VB project? Pin
Amarnath S26-Sep-12 6:08
professionalAmarnath S26-Sep-12 6:08 
QuestionShould I bring in a project or a .dll in my VS solution? Pin
chuckdawit20-Sep-12 12:18
chuckdawit20-Sep-12 12:18 
Let me ask you this question - My group has WPF application, we use three custom built libraries in this WPF application. These libraries are built as separate projects and have their own Subversion repositories. (4 Subversion repositories altogether)

Question - Should we be using the .dll files in our WPF solution or should we be using the projects from Subversion? and bring the entire project into Visual Studio?

Keep in mind our WPF application isn't the only application that uses these 3 libraries, we have other solutions that use these libraries. We are bringing in the library projects because we frequently modify these libraries when working on our WPF app.

***Here is my concern - we are now moving to TFS from Subversion and TFS has, whats called, TFS projects. Should we be creating 4 different TFS projects, one for each Subversion repository or should we be putting all projects into one TFS project? In TFS you have to create work items for each TFS project so if we have a user story that might need modification of both the WPF app and a library, if the library is its own TFS project, then we will have to create work items in 2 different TFS projects. And that seems redundant/annoying/not efficient.

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.