Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. DLL and C# classes

DLL and C# classes

Scheduled Pinned Locked Moved C#
questioncsharpsysadminhardwarehelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    ScotDolan
    wrote on last edited by
    #1

    I have developed a C# class library that is used to control network communication of two application. The class provides all the functions/methods necessary to initialize, control, implement communications. I would now like to make this class into a DLL or someother object so that communication code is compiled and maintained sperate of the two application. Question? Is Putting the C# communication code into the DLL the right solution for the problem? If not what is the right solution.

    Scott Dolan Jernie Corporation Engineering & Manufacturing Software, Hardware, & Enclosures

    L 1 Reply Last reply
    0
    • S ScotDolan

      I have developed a C# class library that is used to control network communication of two application. The class provides all the functions/methods necessary to initialize, control, implement communications. I would now like to make this class into a DLL or someother object so that communication code is compiled and maintained sperate of the two application. Question? Is Putting the C# communication code into the DLL the right solution for the problem? If not what is the right solution.

      Scott Dolan Jernie Corporation Engineering & Manufacturing Software, Hardware, & Enclosures

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      ScotDolan wrote:

      Is Putting the C# communication code into the DLL the right solution for the problem?

      We don't have your problem definition so we can't know that. However there is nothing inherently wrong with it. Designing libraries can introduce different problems like configuration or security.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups