Coder Social home page Coder Social logo

sdanna / glimpse.structuremap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from segilbert/glimpse.structuremap

0.0 2.0 0.0 12.16 MB

Adds StructureMap tab to Glimpse. Allows viewing all bound interfaces to implementations as well as current settings in the default container just by dropping the assembly into your project.

License: Other

glimpse.structuremap's Introduction

Glimpse 1.2.x for StructureMap 2.6.x>

Description

This is a simple Glimpse plugin to show StructureMap bound interfaces to implementations as well as current settings in the default container just by dropping the assembly into your project.

Usage

Either build the project and reference the Glimpse.StructureMap.dll in your Glimpse-enabled project or execute Install-Package GlimpseStructureMap in the Package Manager Console to install the NuGet package.

To enable the plugin, you have to call the ActivateGlimpseStructureMap() extension method on your IContainer.

Example

The Glimpse.StructureMap.Mvc3Sample ASP.NET MVC application simply shows a basic default StructureMap configuration. The HomeController has a dependency on IFooBar and FooBar implements IFooBar interface. StructureMap auto scan will create a configuration mapping for IFooBar with a concrete type of FooBar. StructureMap will inject the concrete implementation of IFooBar as FooBar resulting in the View displaying 'Snickers'.

Support

Create an issue here on GitHub, send me a message or fork the project and send me a pull request.

Open Source License

Glimpse for StructureMap is free software distributed under the Apache License 2.0.

glimpse.structuremap's People

Contributors

segilbert avatar skalinets avatar

Watchers

Steven D'Anna avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.