Click here to Skip to main content
15,884,177 members
Home / Discussions / C#
   

C#

 
Questionhow to communicate to usb port programically? Pin
neodeaths8-Mar-12 0:10
neodeaths8-Mar-12 0:10 
AnswerRe: how to communicate to usb port programically? Pin
Abhinav S8-Mar-12 0:16
Abhinav S8-Mar-12 0:16 
AnswerRe: how to communicate to usb port programically? Pin
Bernhard Hiller8-Mar-12 0:17
Bernhard Hiller8-Mar-12 0:17 
AnswerRe: how to communicate to usb port programically? Pin
Dave Kreskowiak8-Mar-12 3:20
mveDave Kreskowiak8-Mar-12 3:20 
QuestionSource Code Control shared Libraries/Assemblies Pin
Expert Coming7-Mar-12 20:08
Expert Coming7-Mar-12 20:08 
AnswerRe: Source Code Control shared Libraries/Assemblies Pin
PIEBALDconsult8-Mar-12 2:35
mvePIEBALDconsult8-Mar-12 2:35 
AnswerRe: Source Code Control shared Libraries/Assemblies Pin
BobJanova8-Mar-12 3:21
BobJanova8-Mar-12 3:21 
AnswerRe: Source Code Control shared Libraries/Assemblies Pin
jschell9-Mar-12 5:47
jschell9-Mar-12 5:47 
Expert Coming wrote:
Any ideas?


Depends on what you mean by "projects".

I work on 'deliverables'. Each of those represents a discrete business grouping of functionality which can and does include groupings like the following
1. One or more dlls.
2. A single executable (console or windows service)
3. Several executables.

When each is delivered it is labeled in source control (vendor does not matter), built from that label, and only that label, and then delivered as a single module/release.

Each deliverable is independent from the others and the expectation is that each can have their own project timeline, etc.

Since the deliveries are independent each deliverable MUST be contained within itself. That requirement means that if a single deliverable is using some sort of "shared" functionality (such as a library dll) that that shared functionality MUST be represented as its own deliverable.

This is true whether I produce the shared code or if I am using a 3rd party library.

That is the only way to insure that the code is written to match what it will be delivered with and tested against the same.
Questionread image in c# Pin
lieu_li7-Mar-12 15:53
lieu_li7-Mar-12 15:53 
AnswerRe: read image in c# Pin
Jaison Joy7-Mar-12 18:19
Jaison Joy7-Mar-12 18:19 
AnswerRe: read image in c# Pin
Abhinav S7-Mar-12 21:25
Abhinav S7-Mar-12 21:25 
AnswerRe: read image in c# Pin
OriginalGriff7-Mar-12 23:48
mveOriginalGriff7-Mar-12 23:48 
GeneralRe: read image in c# Pin
lieu_li8-Mar-12 16:21
lieu_li8-Mar-12 16:21 
GeneralRe: read image in c# Pin
OriginalGriff8-Mar-12 20:06
mveOriginalGriff8-Mar-12 20:06 
Questiontalking Pin
newlife2007-Mar-12 13:17
newlife2007-Mar-12 13:17 
AnswerRe: talking Pin
Bernhard Hiller7-Mar-12 20:26
Bernhard Hiller7-Mar-12 20:26 
Questionevent in c# Pin
tommmyyy1237-Mar-12 4:42
tommmyyy1237-Mar-12 4:42 
AnswerRe: event in c# Pin
PIEBALDconsult7-Mar-12 5:16
mvePIEBALDconsult7-Mar-12 5:16 
GeneralRe: event in c# Pin
tommmyyy1237-Mar-12 5:55
tommmyyy1237-Mar-12 5:55 
GeneralRe: event in c# PinPopular
GParkings7-Mar-12 6:11
GParkings7-Mar-12 6:11 
GeneralRe: event in c# Pin
PIEBALDconsult7-Mar-12 6:24
mvePIEBALDconsult7-Mar-12 6:24 
GeneralRe: event in c# Pin
tommmyyy1237-Mar-12 7:04
tommmyyy1237-Mar-12 7:04 
QuestionPlease See this Pin
Mohammed Owais7-Mar-12 3:20
professionalMohammed Owais7-Mar-12 3:20 
AnswerRe: Please See this Pin
BobJanova7-Mar-12 3:39
BobJanova7-Mar-12 3:39 
AnswerRe: Please See this Pin
Dave Kreskowiak7-Mar-12 3:43
mveDave Kreskowiak7-Mar-12 3:43 

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.