Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do I pass and reference a Panel? Pin
Christian Graus1-Mar-07 12:38
protectorChristian Graus1-Mar-07 12:38 
QuestionSaving data in access database Pin
conemajstor1-Mar-07 11:22
conemajstor1-Mar-07 11:22 
QuestionImage Formats Pin
Dobromir Dimitrov1-Mar-07 11:16
Dobromir Dimitrov1-Mar-07 11:16 
AnswerRe: Image Formats Pin
Christian Graus1-Mar-07 12:35
protectorChristian Graus1-Mar-07 12:35 
AnswerRe: Image Formats Pin
Luc Pattyn1-Mar-07 12:37
sitebuilderLuc Pattyn1-Mar-07 12:37 
AnswerRe: Image Formats Pin
Hayder Marzouk1-Mar-07 22:19
Hayder Marzouk1-Mar-07 22:19 
QuestionBuild Problem1 Pin
greekius1-Mar-07 10:22
greekius1-Mar-07 10:22 
AnswerRe: Build Problem1 Pin
Luc Pattyn1-Mar-07 10:59
sitebuilderLuc Pattyn1-Mar-07 10:59 
Hi,

if all your source code uses the same language (say C#) you can organize it all in one project, resulting in one exe file, zero dll files.

The main reason for dll files is to support reuse (either Controls that can be added
to Visual's toolbox, or general classes e.g. for numeric algorithms, graphic library,
encryption, whatever). Once you have the dll, and some knowledge about it, you can
create new projects that make good use of it. And so can others.

A secondary reason to use dll files is for mixing languages (say C# and VB.NET).

If you want to protect your intellectual property, putting it all in a single exe is
only a small improvement, since .NET byte codes can be decompiled with tools such as
Reflector, wheter in dll or in exe.

Smile | :)

Luc Pattyn

[My Articles]

GeneralRe: Build Problem1 Pin
greekius1-Mar-07 21:21
greekius1-Mar-07 21:21 
GeneralRe: Build Problem1 Pin
Luc Pattyn1-Mar-07 23:11
sitebuilderLuc Pattyn1-Mar-07 23:11 
QuestionInvoke method on a datagridview control ! Pin
Hussam Fattahi1-Mar-07 9:54
Hussam Fattahi1-Mar-07 9:54 
AnswerRe: Invoke method on a datagridview control ! Pin
Luc Pattyn1-Mar-07 10:18
sitebuilderLuc Pattyn1-Mar-07 10:18 
GeneralRe: Invoke method on a datagridview control ! Pin
Hussam Fattahi1-Mar-07 10:49
Hussam Fattahi1-Mar-07 10:49 
QuestionThe requested URI is invalid for this FTP command Pin
bemahesh1-Mar-07 9:06
bemahesh1-Mar-07 9:06 
QuestionShutdown Pin
hadad1-Mar-07 8:24
hadad1-Mar-07 8:24 
AnswerRe: Shutdown [modified] Pin
Dawid Mazuruk1-Mar-07 10:38
Dawid Mazuruk1-Mar-07 10:38 
AnswerRe: Shutdown Pin
Luc Pattyn1-Mar-07 11:03
sitebuilderLuc Pattyn1-Mar-07 11:03 
AnswerRe: Shutdown Pin
Hamid_RT2-Mar-07 0:01
Hamid_RT2-Mar-07 0:01 
QuestionSimple string Function Pin
Imran Adam1-Mar-07 7:28
Imran Adam1-Mar-07 7:28 
AnswerRe: Simple string Function Pin
Stefan Troschuetz1-Mar-07 7:32
Stefan Troschuetz1-Mar-07 7:32 
GeneralRe: Simple string Function Pin
Luc Pattyn1-Mar-07 7:57
sitebuilderLuc Pattyn1-Mar-07 7:57 
GeneralRe: Simple string Function Pin
Colin Angus Mackay1-Mar-07 8:01
Colin Angus Mackay1-Mar-07 8:01 
GeneralRe: Simple string Function Pin
Imran Adam1-Mar-07 9:00
Imran Adam1-Mar-07 9:00 
GeneralRe: Simple string Function [modified] Pin
Luc Pattyn1-Mar-07 9:20
sitebuilderLuc Pattyn1-Mar-07 9:20 
GeneralRe: Simple string Function Pin
Stefan Troschuetz1-Mar-07 23:29
Stefan Troschuetz1-Mar-07 23:29 

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.