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. Other Discussions
  3. Article Writing
  4. Article Collaboration on Visually Graphing the Service Dependencies of an IoC Container?

Article Collaboration on Visually Graphing the Service Dependencies of an IoC Container?

Scheduled Pinned Locked Moved Article Writing
helpcsharpwpfcomgraphics
1 Posts 1 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.
  • P Offline
    P Offline
    Philip Laureano
    wrote on last edited by
    #1

    I've been working furiously on my new IoC container and one of the things that it can do is enumerate the available services inside a container as well as enumerate the types that implement each service name and service type. Here's an example:

    // Instantiate the list of available services
    var services = from info in container.AvailableServices
    where info.ServiceType == typeof(IMyService)
    && info.ServiceName == "MyService"
    select container.GetService(info);

    // Do something with the graph of services here

    The problem is that graphics isn't my expertise, and I'm not sure if I have enough time to learn all the intricacies of either WPF or GraphViz in order to get this article up and running. I've got plenty of experience working with component architectures, but I'm going to need someone to help me get the graphical elements up and running in a short amount of time. Any takers? :)

    Do you know...LinFu?

    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