Click here to Skip to main content
15,885,800 members
Home / Discussions / C#
   

C#

 
Questionimage processing Pin
Bishwajit Nepali5-Dec-12 17:37
Bishwajit Nepali5-Dec-12 17:37 
AnswerRe: image processing Pin
Dave Kreskowiak5-Dec-12 18:17
mveDave Kreskowiak5-Dec-12 18:17 
AnswerRe: image processing Pin
Mycroft Holmes5-Dec-12 18:35
professionalMycroft Holmes5-Dec-12 18:35 
GeneralRe: image processing Pin
Adam R Harris6-Dec-12 9:13
Adam R Harris6-Dec-12 9:13 
GeneralRe: image processing Pin
Mycroft Holmes6-Dec-12 11:58
professionalMycroft Holmes6-Dec-12 11:58 
QuestionC# make executabloe a dll Pin
sc steinhayse5-Dec-12 16:43
sc steinhayse5-Dec-12 16:43 
AnswerRe: C# make executabloe a dll Pin
Abhinav S5-Dec-12 17:04
Abhinav S5-Dec-12 17:04 
AnswerRe: C# make executabloe a dll Pin
PIEBALDconsult5-Dec-12 18:08
mvePIEBALDconsult5-Dec-12 18:08 
I wouldn't make any changes just because someone else says I should. And I'm not impressed with what you've said they said.

Does the system work?

There's nothing magical about DLLs and they can't do anything an executable can't do.

At the extreme, only the main method needs to be in an EXE and everything else can be in a DLL -- but would it make sense for you to do it that way just to satisfy someone who won't have to live with the code?

As mentioned, think in terms of layers; put a minimum of code in the top-most layer -- that could be the EXE and everything else can be in one or more DLLs if that makes sense to you.

Also: how likely are you to need to refer to the DLL from another app? If not, then why bother?
GeneralRe: C# make executabloe a dll Pin
sc steinhayse6-Dec-12 7:22
sc steinhayse6-Dec-12 7:22 
GeneralRe: C# make executabloe a dll Pin
PIEBALDconsult6-Dec-12 8:05
mvePIEBALDconsult6-Dec-12 8:05 
AnswerRe: C# make executabloe a dll Pin
Mycroft Holmes5-Dec-12 18:31
professionalMycroft Holmes5-Dec-12 18:31 
AnswerRe: C# make executabloe a dll Pin
Pete O'Hanlon6-Dec-12 7:47
mvePete O'Hanlon6-Dec-12 7:47 
Questionhelp me Pin
siawash_s5-Dec-12 11:44
siawash_s5-Dec-12 11:44 
AnswerRe: help me Pin
Richard MacCutchan5-Dec-12 12:17
mveRichard MacCutchan5-Dec-12 12:17 
GeneralRe: help me Pin
Paul Conrad5-Dec-12 12:36
professionalPaul Conrad5-Dec-12 12:36 
AnswerRe: help me Pin
Paul Conrad5-Dec-12 12:39
professionalPaul Conrad5-Dec-12 12:39 
GeneralRe: help me Pin
Richard MacCutchan5-Dec-12 12:46
mveRichard MacCutchan5-Dec-12 12:46 
QuestionInsert decimal from textbox values C# to SQL Server Pin
bneveux5-Dec-12 7:46
bneveux5-Dec-12 7:46 
GeneralRe: Insert decimal from textbox values C# to SQL Server Pin
PIEBALDconsult5-Dec-12 8:11
mvePIEBALDconsult5-Dec-12 8:11 
AnswerRe: Insert decimal from textbox values C# to SQL Server Pin
Paul Conrad5-Dec-12 10:16
professionalPaul Conrad5-Dec-12 10:16 
GeneralRe: Insert decimal from textbox values C# to SQL Server Pin
bneveux5-Dec-12 10:40
bneveux5-Dec-12 10:40 
GeneralRe: Insert decimal from textbox values C# to SQL Server Pin
Paul Conrad5-Dec-12 10:48
professionalPaul Conrad5-Dec-12 10:48 
GeneralRe: Insert decimal from textbox values C# to SQL Server Pin
Paul Conrad5-Dec-12 11:12
professionalPaul Conrad5-Dec-12 11:12 
GeneralRe: Insert decimal from textbox values C# to SQL Server Pin
bneveux5-Dec-12 11:53
bneveux5-Dec-12 11:53 
GeneralRe: Insert decimal from textbox values C# to SQL Server Pin
Paul Conrad5-Dec-12 11:56
professionalPaul Conrad5-Dec-12 11:56 

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.