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. Question about organization

Question about organization

Scheduled Pinned Locked Moved C#
csharpvisual-studioquestionjson
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.
  • X Offline
    X Offline
    xdavidx
    wrote on last edited by
    #1

    I've been coding in C# for a few months now and one thing that my books never mention is how I should organize my projects in Visual Studio. For instance, on my current project I made an Mp3 player that uses the Speech API to take commands. Should I make 3 seperate projects in VS, one for all the forms (windows app), one for the Speech Code (class library), and one for the mp3 code (class library)? Or should I have just made one project and put all the code in seperate files? I'm sure there isnt one answer for this, and alot of it comes down to personal preference, but any tips would be much appreciated :-D

    S 1 Reply Last reply
    0
    • X xdavidx

      I've been coding in C# for a few months now and one thing that my books never mention is how I should organize my projects in Visual Studio. For instance, on my current project I made an Mp3 player that uses the Speech API to take commands. Should I make 3 seperate projects in VS, one for all the forms (windows app), one for the Speech Code (class library), and one for the mp3 code (class library)? Or should I have just made one project and put all the code in seperate files? I'm sure there isnt one answer for this, and alot of it comes down to personal preference, but any tips would be much appreciated :-D

      S Offline
      S Offline
      SimonS
      wrote on last edited by
      #2

      Are there components in your MP3 app that you could use in other applications too? If so, maybe start by pulling that code into a separate assembly. Also if you are making enterprise server apps, it's probably a good idea to logically break up your solution into smaller components to facilitate a physically-tiered design. Cheers, Simon "The day I swan around in expensive suits is the day I hope someone puts a bullet in my head.", Chris Carter.
      my svg article

      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