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

C#

 
AnswerRe: Xml Problem Pin
PIEBALDconsult10-Aug-09 11:32
mvePIEBALDconsult10-Aug-09 11:32 
GeneralRe: [Solved] Xml Problem [modified] Pin
Saksida Bojan10-Aug-09 19:45
Saksida Bojan10-Aug-09 19:45 
QuestionTrying to Copy a changed file to backup folder Pin
Luke Perrin10-Aug-09 9:59
Luke Perrin10-Aug-09 9:59 
AnswerRe: Trying to Copy a changed file to backup folder Pin
DaveyM6910-Aug-09 10:27
professionalDaveyM6910-Aug-09 10:27 
QuestionHow to run C# AND VB.NET applications together? Pin
CoderForEver10-Aug-09 9:30
CoderForEver10-Aug-09 9:30 
AnswerRe: How to run C# AND VB.NET applications together? Pin
Leonardo Muzzi10-Aug-09 9:53
Leonardo Muzzi10-Aug-09 9:53 
GeneralRe: How to run C# AND VB.NET applications together? Pin
CoderForEver10-Aug-09 10:04
CoderForEver10-Aug-09 10:04 
GeneralRe: How to run C# AND VB.NET applications together? Pin
Leonardo Muzzi10-Aug-09 10:16
Leonardo Muzzi10-Aug-09 10:16 
First you build an assembly with your C# library. Then send this assembly (DLL) to him, and he can reference this assembly in his own application. If he is using VS, just right click the project and "Add Reference". After adding the reference, his application will be able to see all your Namespaces and all public classes within it.

If you are making a windows form app, you should separate the Executable from the Business library that you want to share. Let's say you have a method called "ListClients" in a "Clients" class and wants to share it. You should build a separate project, a Class Library project, called "ClientsAccess" for instance, and put this class in this new project. Then, you reference this project from your windows form app. This new Class Library project will generate a DLL, called "ClientsAccess.dll", that you can send to your colleague so he can reference the DLL just like you did and use the Clients class inside.

Regards,

Leonardo Muzzi

GeneralRe: How to run C# AND VB.NET applications together? Pin
CoderForEver10-Aug-09 22:41
CoderForEver10-Aug-09 22:41 
GeneralRe: How to run C# AND VB.NET applications together? Pin
Not Active10-Aug-09 11:51
mentorNot Active10-Aug-09 11:51 
GeneralRe: How to run C# AND VB.NET applications together? Pin
CoderForEver10-Aug-09 22:53
CoderForEver10-Aug-09 22:53 
QuestionRead traffic from router Pin
tamir90110-Aug-09 7:02
tamir90110-Aug-09 7:02 
Answersorry...SUBJECT CHANGED Pin
CoderForEver10-Aug-09 9:34
CoderForEver10-Aug-09 9:34 
GeneralRe: sorry...SUBJECT CHANGED Pin
stancrm10-Aug-09 11:09
stancrm10-Aug-09 11:09 
AnswerRe: Read traffic from router Pin
stancrm10-Aug-09 11:07
stancrm10-Aug-09 11:07 
QuestionHandling with multiple SQL-DataReader Pin
softwarejaeger10-Aug-09 6:45
softwarejaeger10-Aug-09 6:45 
AnswerRe: Handling with multiple SQL-DataReader Pin
Ennis Ray Lynch, Jr.10-Aug-09 6:55
Ennis Ray Lynch, Jr.10-Aug-09 6:55 
GeneralRe: Handling with multiple SQL-DataReader Pin
PIEBALDconsult10-Aug-09 7:03
mvePIEBALDconsult10-Aug-09 7:03 
AnswerRe: Handling with multiple SQL-DataReader Pin
PIEBALDconsult10-Aug-09 6:55
mvePIEBALDconsult10-Aug-09 6:55 
GeneralRe: Handling with multiple SQL-DataReader Pin
softwarejaeger10-Aug-09 7:20
softwarejaeger10-Aug-09 7:20 
GeneralRe: Handling with multiple SQL-DataReader Pin
N a v a n e e t h10-Aug-09 7:50
N a v a n e e t h10-Aug-09 7:50 
GeneralRe: Handling with multiple SQL-DataReader Pin
PIEBALDconsult10-Aug-09 8:20
mvePIEBALDconsult10-Aug-09 8:20 
GeneralRe: Handling with multiple SQL-DataReader Pin
N a v a n e e t h10-Aug-09 8:47
N a v a n e e t h10-Aug-09 8:47 
GeneralRe: Handling with multiple SQL-DataReader Pin
PIEBALDconsult10-Aug-09 9:03
mvePIEBALDconsult10-Aug-09 9:03 
GeneralRe: Handling with multiple SQL-DataReader Pin
N a v a n e e t h10-Aug-09 9:14
N a v a n e e t h10-Aug-09 9:14 

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.